Home
last modified time | relevance | path

Searched refs:waiting_prev (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/nsd/
H A Dxfrd-notify.c76 wz->waiting_next->waiting_prev = NULL; in notify_disable()
131 if(not->waiting_prev) in xfrd_del_notify()
132 not->waiting_prev->waiting_next = not->waiting_next; in xfrd_del_notify()
135 not->waiting_next->waiting_prev = not->waiting_prev; in xfrd_del_notify()
136 else xfrd->notify_waiting_last = not->waiting_prev; in xfrd_del_notify()
506 zone->waiting_prev = xfrd->notify_waiting_last; in notify_enable()
H A Dxfrd-notify.h76 struct notify_zone* waiting_prev; member