Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_lwp.c1430 #define lwp_find_exclude(l) \ macro
1473 if (__predict_true(!lwp_find_exclude(l))) in lwp_find2()
1485 if (__predict_false(lwp_find_exclude(l))) { in lwp_find2()
1532 if (__predict_false(l != NULL && lwp_find_exclude(l))) in lwp_find()