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

  /src/usr.bin/make/
hash.c 205 unsigned b, cl, max_cl = 0; local in function:HashTable_MaxChain
210 if (cl > max_cl)
211 max_cl = cl;
213 return max_cl;
  /src/sys/altq/
altq_hfsc.c 969 struct hfsc_class *max_cl, *p; local in function:init_vf
983 max_cl = actlist_last(cl->cl_parent->cl_actc);
984 if (max_cl != NULL) {
990 vt = max_cl->cl_vt;

Completed in 13 milliseconds