Searched defs:SE_EVENT_DISPATCH_CNT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c79 #define SE_EVENT_DISPATCH_CNT 100 macro
416 (void) sema_init(&sema_eventbuf, SE_EVENT_DISPATCH_CNT,
419 (void) sema_init(&sema_resource, SE_EVENT_DISPATCH_CNT,
422 eventbuf = (sysevent_t **)calloc(SE_EVENT_DISPATCH_CNT,
428 for (i = 0; i < SE_EVENT_DISPATCH_CNT; ++i) {
543 deliver_buf = (deliver_buf + 1) % SE_EVENT_DISPATCH_CNT;
604 dispatch_buf = (dispatch_buf + 1) % SE_EVENT_DISPATCH_CNT;

Completed in 47 milliseconds