Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h249 daplka_evd_event_t *eel_head; member
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c3643 ASSERT(evlist->eel_head == NULL); in daplka_evd_event_enqueue()
3644 evlist->eel_head = elem; in daplka_evd_event_enqueue()
3660 head = evlist->eel_head; in daplka_evd_event_dequeue()
3665 evlist->eel_head = head->ee_next; in daplka_evd_event_dequeue()
3668 if (evlist->eel_head == NULL) { in daplka_evd_event_dequeue()