Searched refs:new_head (Results 1 – 3 of 3) sorted by relevance
286 DAT_COUNT new_head; in dapls_cb_get() local290 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()
3635 mblk_t *new_head = NULL; in mac_tx() local3686 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()
130 #define ECORE_LIST_SPLICE_INIT(new_head, head) \ argument132 d_list_add_head(head, new_head); \133 d_list_clear(new_head); \