Searched refs:dep_current (Results 1 – 1 of 1) sorted by relevance
630 unsigned long dep_current[D_LAST + 1]; variable640 &dep_current[D_ ## type], 0, ""); \1183 KASSERT(dep_current[item->wk_type] > 0,1189 atomic_subtract_long(&dep_current[item->wk_type], 1);1208 dep_current[type]++;1209 if (dep_current[type] > dep_highuse[type])1210 dep_highuse[type] = dep_current[type];1234 KASSERT(dep_current[item->wk_type] > 0,1238 dep_current[newtype]++;1239 dep_current[item->wk_type]--;[all …]