OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notify_waiting_first
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/nsd/dist/
xfrd-notify.c
69
while(xfrd->
notify_waiting_first
) {
71
struct notify_zone* wz = xfrd->
notify_waiting_first
;
74
xfrd->
notify_waiting_first
= wz->waiting_next;
133
else xfrd->
notify_waiting_first
= not->waiting_next;
520
xfrd->
notify_waiting_first
= zone;
xfrd.h
122
struct notify_zone *
notify_waiting_first
, *notify_waiting_last;
member in struct:xfrd_state
xfrd.c
218
xfrd->
notify_waiting_first
= NULL;
Completed in 19 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026