Home
last modified time | relevance | path

Searched refs:scif_ports (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/misc/mic/scif/
Dscif_ports.c24 struct idr scif_ports; variable
52 id = idr_alloc(&scif_ports, port, start, end, GFP_ATOMIC); in __scif_get_port()
96 port = idr_find(&scif_ports, id); in scif_get_port()
115 port = idr_find(&scif_ports, id); in scif_put_port()
119 idr_remove(&scif_ports, id); in scif_put_port()
DMakefile9 scif-objs += scif_ports.o
Dscif_main.c301 idr_init(&scif_ports); in _scif_init()
311 idr_destroy(&scif_ports); in _scif_exit()
Dscif_main.h209 extern struct idr scif_ports;