Lines Matching refs:proc

95 _Static_assert(offsetof(struct proc, p_flag) == 0xb8,
97 _Static_assert(offsetof(struct proc, p_pid) == 0xc4,
99 _Static_assert(offsetof(struct proc, p_filemon) == 0x3c0,
101 _Static_assert(offsetof(struct proc, p_comm) == 0x3d8,
103 _Static_assert(offsetof(struct proc, p_emuldata) == 0x4b8,
115 _Static_assert(offsetof(struct proc, p_flag) == 0x6c,
117 _Static_assert(offsetof(struct proc, p_pid) == 0x78,
119 _Static_assert(offsetof(struct proc, p_filemon) == 0x26c,
121 _Static_assert(offsetof(struct proc, p_comm) == 0x280,
123 _Static_assert(offsetof(struct proc, p_emuldata) == 0x30c,
127 SDT_PROVIDER_DECLARE(proc);
128 SDT_PROBE_DEFINE(proc, , , lwp__exit);
150 static int thread_unsuspend_one(struct thread *td, struct proc *p,
460 proc_linkup0(struct proc *p, struct thread *td) in proc_linkup0()
467 proc_linkup(struct proc *p, struct thread *td) in proc_linkup()
785 thread_cow_get_proc(struct thread *newtd, struct proc *p) in thread_cow_get_proc()
819 struct proc *p; in thread_cow_update()
854 struct proc *p; in thread_exit()
867 SDT_PROBE0(proc, , , lwp__exit); in thread_exit()
962 thread_wait(struct proc *p) in thread_wait()
988 thread_link(struct thread *td, struct proc *p) in thread_link()
1019 struct proc *p = td->td_proc; in thread_unlink()
1033 calc_remaining(struct proc *p, int mode) in calc_remaining()
1058 weed_inhib(int mode, struct thread *td2, struct proc *p) in weed_inhib()
1144 thread_single(struct proc *p, int mode) in thread_single()
1277 struct proc *p; in thread_suspend_check_needed()
1324 struct proc *p; in thread_suspend_check()
1434 struct proc *p; in thread_check_susp()
1456 thread_suspend_switch(struct thread *td, struct proc *p) in thread_suspend_switch()
1486 struct proc *p; in thread_suspend_one()
1499 thread_unsuspend_one(struct thread *td, struct proc *p, bool boundary) in thread_unsuspend_one()
1521 thread_unsuspend(struct proc *p) in thread_unsuspend()
1559 thread_single_end(struct proc *p, int mode) in thread_single_end()
1617 tdfind_hash(lwpid_t tid, pid_t pid, struct proc **pp, struct thread **tdp) in tdfind_hash()
1620 struct proc *p; in tdfind_hash()
1662 struct proc *p; in tdfind()