Home
last modified time | relevance | path

Searched refs:tl_head (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlist.c91 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 …]
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dtxg.c700 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()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_tlist.h135 hci1394_tlist_node_t *tl_head; member
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h63 txg_node_t *tl_head[TXG_SIZE]; member
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2206 lwd->lw_head[i] = (uintptr_t)list.tl_head[i]; in txg_list_walk_init_common()