Home
last modified time | relevance | path

Searched refs:dep_highuse (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/ufs/ffs/
Dffs_softdep.c663 unsigned long dep_highuse[D_LAST + 1]; variable
685 &dep_highuse[D_ ## type], 0, ""); \
1263 if (dep_current[type] > dep_highuse[type])
1264 dep_highuse[type] = dep_current[type];
1282 if (dep_current[newtype] > dep_highuse[newtype])
1283 dep_highuse[newtype] = dep_current[newtype];