Searched refs:tl_head (Results 1 – 5 of 5) sorted by relevance
91 list->tl_head = NULL; in hci1394_tlist_init()163 tlist_handle->tl_head = node; in hci1394_tlist_add()247 *node = tlist_handle->tl_head; in hci1394_tlist_get()274 *node = tlist_handle->tl_head; in hci1394_tlist_peek()359 node = list->tl_head; in hci1394_tlist_callback()390 node = list->tl_head; in hci1394_tlist_callback()421 node = list->tl_head; in hci1394_tlist_callback()469 if ((list->tl_head == node) && in hci1394_tlist_remove()471 list->tl_head = NULL; in hci1394_tlist_remove()475 } else if (list->tl_head == node) { in hci1394_tlist_remove()[all …]
700 tl->tl_head[t] = NULL; in txg_list_create()717 return (tl->tl_head[txg & TXG_MASK] == NULL); in txg_list_empty()753 tn->tn_next[t] = tl->tl_head[t]; in txg_list_add()754 tl->tl_head[t] = tn; in txg_list_add()778 for (tp = &tl->tl_head[t]; *tp != NULL; tp = &(*tp)->tn_next[t]) in txg_list_add_tail()801 if ((tn = tl->tl_head[t]) != NULL) { in txg_list_remove()803 tl->tl_head[t] = tn->tn_next[t]; in txg_list_remove()823 for (tp = &tl->tl_head[t]; (tn = *tp) != NULL; tp = &tn->tn_next[t]) { in txg_list_remove_this()854 txg_node_t *tn = tl->tl_head[t]; in txg_list_head()
135 hci1394_tlist_node_t *tl_head; member
63 txg_node_t *tl_head[TXG_SIZE]; member
2206 lwd->lw_head[i] = (uintptr_t)list.tl_head[i]; in txg_list_walk_init_common()