Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dkern_proc.c142 uintptr_t pt_slot; member
827 slot = pt->pt_slot; in proc_find_lwp_acquire_proc()
860 slot = pt->pt_slot; in proc_find_raw_pid_table_locked()
990 slot = pid_table[i].pt_slot; in expand_pid_table()
1105 pt->pt_slot = slot; in proc_alloc_pid_slot()
1113 nxt = PT_NEXT(pt->pt_slot); in proc_alloc_pid_slot()
1129 pt->pt_slot = slot; in proc_alloc_pid_slot()
1188 pt->pt_slot = PT_SET_LWP(l); in proc_alloc_lwpid()
1220 pt->pt_slot = PT_SET_FREE(PT_NEXT(pt->pt_slot) | pid); in proc_free_pid_internal()
1495 pt->pt_slot = PT_SET_FREE(PT_NEXT(pt->pt_slot) | pg_id); in pg_remove()
[all …]