Home
last modified time | relevance | path

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

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