OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 15 16:09:53 GMT 2025