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 339 mutex_spin_enter(&proc0.p_stmutex);
344 mutex_spin_exit(&proc0.p_stmutex);
368 mutex_spin_enter(&proc0.p_stmutex);
373 mutex_spin_exit(&proc0.p_stmutex);
411 mutex_spin_enter(&proc0.p_stmutex);
416 mutex_spin_exit(&proc0.p_stmutex);
496 mutex_spin_enter(&p->p_stmutex);
498 mutex_spin_exit(&p->p_stmutex);
504 mutex_spin_enter(&p->p_stmutex);
510 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 375 mutex_init(&p2->p_stmutex, MUTEX_DEFAULT, IPL_HIGH);
582 mutex_spin_enter(&p2->p_stmutex);
584 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 514 mutex_spin_enter(&p->p_stmutex);
518 mutex_spin_exit(&p->p_stmutex);
kern_proc.c 495 mutex_init(&p->p_stmutex, MUTEX_DEFAULT, IPL_HIGH);
2624 memset(&p->p_stmutex, 0, sizeof(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);
  /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 19 milliseconds