Home
last modified time | relevance | path

Searched refs:notify_waiting_first (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/nsd/dist/
H A Dxfrd-notify.c69 while(xfrd->notify_waiting_first) { in notify_disable()
71 struct notify_zone* wz = xfrd->notify_waiting_first; in notify_disable()
74 xfrd->notify_waiting_first = wz->waiting_next; in notify_disable()
133 else xfrd->notify_waiting_first = not->waiting_next; in xfrd_del_notify()
510 xfrd->notify_waiting_first = zone; in notify_enable()
H A Dxfrd.h119 struct notify_zone *notify_waiting_first, *notify_waiting_last; member
H A Dxfrd.c195 xfrd->notify_waiting_first = NULL; in xfrd_init()