Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_cookie.c286 DAT_COUNT new_head; in dapls_cb_get() local
290 new_head = (buffer->head + 1) % buffer->pool_size; in dapls_cb_get()
292 if (new_head == buffer->tail) { in dapls_cb_get()
296 buffer->head = new_head; in dapls_cb_get()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3635 mblk_t *new_head = NULL; in mac_tx() local
3686 if (new_head == NULL) { in mac_tx()
3687 new_head = mp; in mac_tx()
3696 if (new_head == NULL) { in mac_tx()
3701 cookie = srs_tx->st_func(srs, new_head, hint, flag, ret_mp); in mac_tx()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c130 #define ECORE_LIST_SPLICE_INIT(new_head, head) \ argument
132 d_list_add_head(head, new_head); \
133 d_list_clear(new_head); \