Searched refs:D_LAST (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/ufs/ffs/
H A Dsoftdep.h178 #define D_LAST D_SENTINEL macro
1060 u_long sd_curdeps[D_LAST + 1]; /* count of current deps */
H A Dffs_softdep.c630 unsigned long dep_current[D_LAST + 1];
631 unsigned long dep_highuse[D_LAST + 1];
632 unsigned long dep_total[D_LAST + 1];
633 unsigned long dep_write[D_LAST + 1];
724 ((unsigned)(type) <= D_LAST ? memtype[type]->ks_shortdesc : "???")
2609 for (i = 0; i <= D_LAST; i++)
9944 marker.wk_type = D_LAST + 1; /* Not a normal workitem */
13363 KASSERT(item >= 0 && item < D_LAST, ("item %d", item));

Completed in 191 milliseconds