Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlist.c88 list->tl_head = NULL; in hci1394_tlist_init()
154 tlist_handle->tl_head = node; in hci1394_tlist_add()
230 *node = tlist_handle->tl_head; in hci1394_tlist_get()
254 *node = tlist_handle->tl_head; in hci1394_tlist_peek()
325 node = list->tl_head; in hci1394_tlist_callback()
356 node = list->tl_head; in hci1394_tlist_callback()
387 node = list->tl_head; in hci1394_tlist_callback()
430 if ((list->tl_head == node) && in hci1394_tlist_remove()
432 list->tl_head = NULL; in hci1394_tlist_remove()
436 } else if (list->tl_head == node) { in hci1394_tlist_remove()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c784 tl->tl_head[t] = NULL; in txg_list_create()
802 return (tl->tl_head[txg & TXG_MASK] == NULL); in txg_list_empty()
839 tn->tn_next[t] = tl->tl_head[t]; in txg_list_add()
840 tl->tl_head[t] = tn; in txg_list_add()
865 for (tp = &tl->tl_head[t]; *tp != NULL; tp = &(*tp)->tn_next[t]) in txg_list_add_tail()
889 if ((tn = tl->tl_head[t]) != NULL) { in txg_list_remove()
893 tl->tl_head[t] = tn->tn_next[t]; in txg_list_remove()
914 for (tp = &tl->tl_head[t]; (tn = *tp) != NULL; tp = &tn->tn_next[t]) { in txg_list_remove_this()
946 txg_node_t *tn = tl->tl_head[t]; in txg_list_head()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_tlist.h133 hci1394_tlist_node_t *tl_head; member
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h64 txg_node_t *tl_head[TXG_SIZE]; member
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2960 uintptr_t tl_head[TXG_SIZE]; member
2986 lwd->lw_head[i] = list.tl_head[i]; in txg_list_walk_init_common()