Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dkern_proc.c164 #define PT_IS_LWP(s) (PT_GET_TYPE(s) == PT_F_LWP && (s) != 0) macro
708 if (__predict_false(!PT_IS_LWP(slot))) { in proc_find_lwp()
776 if (__predict_false(!PT_IS_LWP(slot))) { in proc_find_lwp_unlocked()
828 if (__predict_true(PT_IS_LWP(slot) && pt->pt_pid == pid)) { in proc_find_lwp_acquire_proc()
861 if (__predict_true(PT_IS_LWP(slot) && pt->pt_pid == pid)) { in proc_find_raw_pid_table_locked()
1259 KASSERT(PT_IS_LWP(pt->pt_slot)); in proc_free_lwpid()
1646 if (PT_IS_LWP(slot)) { in pidtbl_dump()