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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c93 * thread but it is normally called from notifier(), below, in the context
114 notifier(void *arg) function
137 if (tpool_dispatch(tpool, notifier, stdp) != 0) {
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c346 struct rdsv3_notifier *notifier; local
378 notifier = list_remove_head(&rs->rs_notify_queue);
379 list_insert_tail(&copy, notifier);
388 notifier = list_remove_head(&copy);
391 cmsg.user_token = notifier->n_user_token;
392 cmsg.status = notifier->n_status;
400 kmem_free(notifier, sizeof (struct rdsv3_notifier));
H A Dsend.c486 struct rdsv3_notifier *notifier; local
495 notifier = ro->r_notifier;
499 notifier->n_status = status;
501 list_insert_tail(&rs->rs_notify_queue, notifier);
531 * socket, socket lock) and can just move the notifier.
637 struct rdsv3_notifier *notifier; local
643 notifier = ro->r_notifier;
645 notifier);
646 if (!notifier->n_status)
647 notifier
[all...]

Completed in 68 milliseconds