Searched refs:D_LAST (Results 1 – 2 of 2) sorted by relevance
185 #define D_LAST D_SENTINEL macro1074 uint64_t sd_curdeps[D_LAST + 1]; /* count of current deps */1075 struct workhead sd_alldeps[D_LAST + 1];/* Lists of all deps */
592 unsigned long dep_current[D_LAST + 1];593 unsigned long dep_highuse[D_LAST + 1];594 unsigned long dep_total[D_LAST + 1];595 unsigned long dep_write[D_LAST + 1];687 ((unsigned)(type) <= D_LAST && (unsigned)(type) >= D_FIRST ? \2617 for (i = 0; i <= D_LAST; i++) in softdep_mount() 2757 for (int i = 0; i <= D_LAST; i++) { in softdep_unmount() 10245 marker.wk_type = D_LAST + 1; /* Not a normal workitem */ in softdep_disk_io_initiation() 13814 KASSERT(item >= 0 && item < D_LAST, ("item %d", item)); in softdep_excess_items()