Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c898 struct event_dispatchq *dispatchq; in event_completion_thr() local
934 dispatchq = ev_comp->dispatch_list; in event_completion_thr()
935 while (dispatchq != NULL) { in event_completion_thr()
936 d_pkg = dispatchq->d_pkg; in event_completion_thr()
950 ev_comp->dispatch_list = dispatchq->next; in event_completion_thr()
951 free(dispatchq); in event_completion_thr()
952 dispatchq = ev_comp->dispatch_list; in event_completion_thr()
1016 struct event_dispatchq *dispatchq, *client_list; in dispatch() local
1110 dispatchq = (struct event_dispatchq *)malloc( in dispatch()
1112 if (dispatchq == NULL) { in dispatch()
[all …]