Searched refs:p_stmutex (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/kern/ |
H A D | subr_prof.c | 339 mutex_spin_enter(&proc0.p_stmutex); in sysctl_kern_profiling() 344 mutex_spin_exit(&proc0.p_stmutex); in sysctl_kern_profiling() 368 mutex_spin_enter(&proc0.p_stmutex); in sysctl_kern_profiling() 373 mutex_spin_exit(&proc0.p_stmutex); in sysctl_kern_profiling() 411 mutex_spin_enter(&proc0.p_stmutex); in sysctl_kern_profiling() 416 mutex_spin_exit(&proc0.p_stmutex); in sysctl_kern_profiling() 496 mutex_spin_enter(&p->p_stmutex); in sys_profil() 498 mutex_spin_exit(&p->p_stmutex); in sys_profil() 504 mutex_spin_enter(&p->p_stmutex); in sys_profil() 510 mutex_spin_exit(&p->p_stmutex); in sys_profil() [all …]
|
H A D | kern_clock.c | 360 KASSERT(mutex_owned(&p->p_stmutex)); in startprofclock() 380 KASSERT(mutex_owned(&p->p_stmutex)); in stopprofclock() 442 mutex_spin_enter(&p->p_stmutex); 450 mutex_spin_exit(&p->p_stmutex); 491 mutex_spin_exit(&p->p_stmutex); 522 mutex_spin_exit(&p->p_stmutex);
|
H A D | kern_fork.c | 363 mutex_init(&p2->p_stmutex, MUTEX_DEFAULT, IPL_HIGH); in fork1() 570 mutex_spin_enter(&p2->p_stmutex); in fork1() 572 mutex_spin_exit(&p2->p_stmutex); in fork1()
|
H A D | kern_exit.c | 350 mutex_spin_enter(&p->p_stmutex); in exit1() 352 mutex_spin_exit(&p->p_stmutex); in exit1() 1276 mutex_destroy(&p->p_stmutex); in proc_free()
|
H A D | kern_resource.c | 514 mutex_spin_enter(&p->p_stmutex); in calcru() 518 mutex_spin_exit(&p->p_stmutex); in calcru()
|
H A D | kern_exec.c | 1297 mutex_spin_enter(&p->p_stmutex); in execve_runproc() 1299 mutex_spin_exit(&p->p_stmutex); in execve_runproc() 2655 mutex_init(&p2->p_stmutex, MUTEX_DEFAULT, IPL_HIGH); in do_posix_spawn()
|
H A D | kern_proc.c | 492 mutex_init(&p->p_stmutex, MUTEX_DEFAULT, IPL_HIGH); in proc0_init() 2618 memset(&p->p_stmutex, 0, sizeof(p->p_stmutex)); in fill_proc()
|
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | lwproc.c | 178 mutex_destroy(&p->p_stmutex); in lwproc_proc_free() 257 mutex_init(&p->p_stmutex, MUTEX_DEFAULT, IPL_HIGH); in lwproc_newproc()
|
/netbsd-src/sys/sys/ |
H A D | proc.h | 349 kmutex_t p_stmutex; /* :: mutex on profiling state */ member
|