OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_kqueue
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
file.h
159
#define
f_kqueue
f_undata.fd_kq
macro
/src/sys/kern/
kern_event.c
877
kq = ((file_t *)kn->kn_obj)->
f_kqueue
;
894
kq = ((file_t *)kn->kn_obj)->
f_kqueue
;
1739
fp->
f_kqueue
= kq;
1842
kq = fp->
f_kqueue
;
2250
struct kqueue *kq = fp->
f_kqueue
;
2288
kq = fp->
f_kqueue
;
2614
kq = fp->
f_kqueue
;
2640
kq = fp->
f_kqueue
;
2690
kq = fp->
f_kqueue
;
2691
fp->
f_kqueue
= NULL
[
all
...]
sys_epoll.c
570
SLIST_FOREACH_SAFE(kn, &currfp->
f_kqueue
->kq_sel.sel_klist,
Completed in 129 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026