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

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

Completed in 72 milliseconds