Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/io/
H A Dring.h306 #define RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(_r, _notify) do { \ argument
312 (_notify) = ((RING_IDX)(__new - (_r)->sring->req_event) < \
316 #define RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(_r, _notify) do { \ argument
322 (_notify) = ((RING_IDX)(__new - (_r)->sring->rsp_event) < \
/freebsd/usr.sbin/lpr/lpc/
H A Dcmds.c74 static void upstat(struct printer *_pp, const char *_msg, int _notify);