Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/compat/linuxkpi/common/src/
HDlinux_idr.c314 idr_find_locked(struct idr *idr, int id) in idr_find_locked() function
334 res = idr_find_locked(idr, id); in idr_find()
347 res = idr_find_locked(idr, id); in idr_get_next()
493 if (error == 0 && idr_find_locked(idr, id) != ptr) { in idr_get_new_locked()
611 if (error == 0 && idr_find_locked(idr, id) != ptr) { in idr_get_new_above_locked()