Searched refs:tl_offset (Results 1 – 3 of 3) sorted by relevance
697 tl->tl_offset = offset; in txg_list_create()746 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add()770 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add_tail()802 p = (char *)tn - tl->tl_offset; in txg_list_remove()824 if ((char *)tn - tl->tl_offset == p) { in txg_list_remove_this()842 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_member()856 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_head()863 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_next()867 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_next()
62 size_t tl_offset; member
2207 lwd->lw_offset = list.tl_offset; in txg_list_walk_init_common()