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

  /src/sys/sys/
ksem.h 55 struct proc * ks_pshared_proc;/* owner of pshared sem */ member in struct:ksem
  /src/sys/kern/
uipc_sem.c 341 if (ksem->ks_pshared_proc == NULL) {
373 KASSERT(ksem->ks_pshared_proc != NULL);
413 KASSERT(ks->ks_pshared_proc != NULL);
502 KASSERT(ks->ks_pshared_proc == NULL);
603 ks->ks_pshared_proc = curproc;
843 if (ks->ks_pshared_proc != curproc) {
849 ks->ks_pshared_proc = NULL;
1068 KASSERT(ks->ks_pshared_proc != NULL);
1069 if (ks->ks_pshared_proc != curproc) {
1076 ks->ks_pshared_proc = NULL
    [all...]

Completed in 13 milliseconds