HomeSort by: relevance | last modified time | path
    Searched refs:p_stmutex (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/kern/
subr_prof.c 341 mutex_spin_enter(&proc0.p_stmutex);
346 mutex_spin_exit(&proc0.p_stmutex);
370 mutex_spin_enter(&proc0.p_stmutex);
375 mutex_spin_exit(&proc0.p_stmutex);
413 mutex_spin_enter(&proc0.p_stmutex);
418 mutex_spin_exit(&proc0.p_stmutex);
498 mutex_spin_enter(&p->p_stmutex);
500 mutex_spin_exit(&p->p_stmutex);
506 mutex_spin_enter(&p->p_stmutex);
512 mutex_spin_exit(&p->p_stmutex);
    [all...]
kern_clock.c 360 KASSERT(mutex_owned(&p->p_stmutex));
380 KASSERT(mutex_owned(&p->p_stmutex));
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);
kern_fork.c 377 mutex_init(&p2->p_stmutex, MUTEX_DEFAULT, IPL_HIGH);
584 mutex_spin_enter(&p2->p_stmutex);
586 mutex_spin_exit(&p2->p_stmutex);
kern_exit.c 352 mutex_spin_enter(&p->p_stmutex);
354 mutex_spin_exit(&p->p_stmutex);
1278 mutex_destroy(&p->p_stmutex);
kern_resource.c 516 mutex_spin_enter(&p->p_stmutex);
520 mutex_spin_exit(&p->p_stmutex);
kern_exec.c 1292 mutex_spin_enter(&p->p_stmutex);
1294 mutex_spin_exit(&p->p_stmutex);
2668 mutex_init(&p2->p_stmutex, MUTEX_DEFAULT, IPL_HIGH);
kern_proc.c 495 mutex_init(&p->p_stmutex, MUTEX_DEFAULT, IPL_HIGH);
2624 memset(&p->p_stmutex, 0, sizeof(p->p_stmutex));
  /src/sys/rump/librump/rumpkern/
lwproc.c 178 mutex_destroy(&p->p_stmutex);
257 mutex_init(&p->p_stmutex, MUTEX_DEFAULT, IPL_HIGH);
  /src/sys/sys/
proc.h 226 * t: p_stmutex
349 kmutex_t p_stmutex; /* :: mutex on profiling state */ member in struct:proc
424 * Kept in p_stflag and protected by p_stmutex.

Completed in 29 milliseconds