Home
last modified time | relevance | path

Searched refs:idr_unlock (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hv/
H A Dmshv_portid_table.c37 idr_unlock(&port_table_idr); in mshv_port_table_fini()
49 idr_unlock(&port_table_idr); in mshv_portid_alloc()
63 idr_unlock(&port_table_idr); in mshv_portid_free()
/linux/include/linux/
H A Didr.h103 #define idr_unlock(idr) xa_unlock(&(idr)->idr_rt) macro