Searched refs:scif_ports (Results 1 – 4 of 4) sorted by relevance
15 struct idr scif_ports; variable43 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()
9 scif-objs += scif_ports.o
293 idr_init(&scif_ports); in _scif_init()303 idr_destroy(&scif_ports); in _scif_exit()
200 extern struct idr scif_ports;