Searched refs:tl_offset (Results 1 – 2 of 2) sorted by relevance
860 tl->tl_offset = offset; in txg_list_create()921 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add()946 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add_tail()982 p = (char *)tn - tl->tl_offset; in txg_list_remove()1005 if ((char *)tn - tl->tl_offset == p) { in txg_list_remove_this()1023 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_member()1043 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_head()1050 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_next()1058 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_next()
63 size_t tl_offset; member