OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tfd_read_sel
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
sys_timerfd.c
74
struct selinfo
tfd_read_sel
;
member in struct:timerfd
164
selinit(&tfd->
tfd_read_sel
);
196
seldestroy(&tfd->
tfd_read_sel
);
255
selnotify(&tfd->
tfd_read_sel
, POLLIN | POLLRDNORM, NOTE_SUBMIT);
347
selrecord(curlwp, &tfd->
tfd_read_sel
);
397
selremove_knote(&tfd->
tfd_read_sel
, kn);
437
sel = &tfd->
tfd_read_sel
;
sys_timerfd.c
74
struct selinfo
tfd_read_sel
;
member in struct:timerfd
164
selinit(&tfd->
tfd_read_sel
);
196
seldestroy(&tfd->
tfd_read_sel
);
255
selnotify(&tfd->
tfd_read_sel
, POLLIN | POLLRDNORM, NOTE_SUBMIT);
347
selrecord(curlwp, &tfd->
tfd_read_sel
);
397
selremove_knote(&tfd->
tfd_read_sel
, kn);
437
sel = &tfd->
tfd_read_sel
;
Completed in 24 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025