Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/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); \