Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_thread.c97 if (taskq->get_head) { in emlxs_taskq_dispatch()
99 tthread = taskq->get_head; in emlxs_taskq_dispatch()
101 taskq->get_head = (taskq->get_count) ? tthread->next : NULL; in emlxs_taskq_dispatch()
110 taskq->get_head = taskq->put_head; in emlxs_taskq_dispatch()
117 tthread = taskq->get_head; in emlxs_taskq_dispatch()
119 taskq->get_head = (taskq->get_count) ? tthread->next : NULL; in emlxs_taskq_dispatch()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_thread.h78 emlxs_taskq_thread_t *get_head; member