Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c68 #define IDR_UNLOCK(_idr) mtx_unlock(&(_idr)->lock); macro
201 IDR_UNLOCK(idr); in idr_destroy()
229 IDR_UNLOCK(idr); in idr_remove_all()
278 IDR_UNLOCK(idr); in idr_remove()
319 IDR_UNLOCK(idr); in idr_replace()
345 IDR_UNLOCK(idr); in idr_find()
363 IDR_UNLOCK(idr); in idr_get_next()
379 IDR_UNLOCK(idr); in idr_pre_get()
518 IDR_UNLOCK(idr); in idr_get_new()
636 IDR_UNLOCK(idr); in idr_get_new_above()
[all …]