OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:efd_lock
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
sys_eventfd.c
64
kmutex_t
efd_lock
;
member in struct:eventfd
94
mutex_init(&efd->
efd_lock
, MUTEX_DEFAULT, IPL_NONE);
125
mutex_destroy(&efd->
efd_lock
);
161
error = cv_wait_sig(waitcv, &efd->
efd_lock
);
220
mutex_enter(&efd->
efd_lock
);
224
mutex_exit(&efd->
efd_lock
);
240
mutex_exit(&efd->
efd_lock
);
269
mutex_enter(&efd->
efd_lock
);
274
mutex_exit(&efd->
efd_lock
);
285
mutex_exit(&efd->
efd_lock
);
[
all
...]
sys_eventfd.c
64
kmutex_t
efd_lock
;
member in struct:eventfd
94
mutex_init(&efd->
efd_lock
, MUTEX_DEFAULT, IPL_NONE);
125
mutex_destroy(&efd->
efd_lock
);
161
error = cv_wait_sig(waitcv, &efd->
efd_lock
);
220
mutex_enter(&efd->
efd_lock
);
224
mutex_exit(&efd->
efd_lock
);
240
mutex_exit(&efd->
efd_lock
);
269
mutex_enter(&efd->
efd_lock
);
274
mutex_exit(&efd->
efd_lock
);
285
mutex_exit(&efd->
efd_lock
);
[
all
...]
sys_eventfd.c
64
kmutex_t
efd_lock
;
member in struct:eventfd
94
mutex_init(&efd->
efd_lock
, MUTEX_DEFAULT, IPL_NONE);
125
mutex_destroy(&efd->
efd_lock
);
161
error = cv_wait_sig(waitcv, &efd->
efd_lock
);
220
mutex_enter(&efd->
efd_lock
);
224
mutex_exit(&efd->
efd_lock
);
240
mutex_exit(&efd->
efd_lock
);
269
mutex_enter(&efd->
efd_lock
);
274
mutex_exit(&efd->
efd_lock
);
285
mutex_exit(&efd->
efd_lock
);
[
all
...]
Completed in 33 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025