Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_ports.c15 struct idr scif_ports; variable
43 id = idr_alloc(&scif_ports, port, start, end, GFP_ATOMIC); in __scif_get_port()
87 port = idr_find(&scif_ports, id); in scif_get_port()
106 port = idr_find(&scif_ports, id); in scif_put_port()
110 idr_remove(&scif_ports, id); in scif_put_port()
DMakefile9 scif-objs += scif_ports.o
Dscif_main.c293 idr_init(&scif_ports); in _scif_init()
303 idr_destroy(&scif_ports); in _scif_exit()
Dscif_main.h200 extern struct idr scif_ports;