Searched refs:tl_offset (Results 1 – 2 of 2) sorted by relevance
830 tl->tl_offset = offset; in txg_list_create()896 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add()921 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add_tail()957 p = (char *)tn - tl->tl_offset; in txg_list_remove()980 if ((char *)tn - tl->tl_offset == p) { in txg_list_remove_this()998 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_member()1018 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_head()1025 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_next()1033 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_next()
63 size_t tl_offset; member