Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsubr_prof.c339 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 Dkern_clock.c360 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 Dkern_fork.c363 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 Dkern_exit.c350 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 Dkern_resource.c514 mutex_spin_enter(&p->p_stmutex); in calcru()
518 mutex_spin_exit(&p->p_stmutex); in calcru()
H A Dkern_exec.c1297 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 Dkern_proc.c492 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 Dlwproc.c178 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 Dproc.h349 kmutex_t p_stmutex; /* :: mutex on profiling state */ member