HomeSort by: relevance | last modified time | path
    Searched refs:tl_head (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
txg.h 63 txg_node_t *tl_head[TXG_SIZE]; member in struct:txg_list
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
txg.c 708 tl->tl_head[t] = NULL;
725 return (tl->tl_head[txg & TXG_MASK] == NULL);
761 tn->tn_next[t] = tl->tl_head[t];
762 tl->tl_head[t] = tn;
786 for (tp = &tl->tl_head[t]; *tp != NULL; tp = &(*tp)->tn_next[t])
809 if ((tn = tl->tl_head[t]) != NULL) {
811 tl->tl_head[t] = tn->tn_next[t];
831 for (tp = &tl->tl_head[t]; (tn = *tp) != NULL; tp = &tn->tn_next[t]) {
862 txg_node_t *tn = tl->tl_head[t];

Completed in 23 milliseconds