Searched refs:max_cnt (Results 1 – 5 of 5) sorted by relevance
474 int max_cnt = 0, cnt = 0; in get_mid_point_of_longest_one() local484 if (max_cnt < cnt) { in get_mid_point_of_longest_one()485 max_cnt = cnt; in get_mid_point_of_longest_one()495 if (max_cnt < 4) in get_mid_point_of_longest_one()
624 ushort max_cnt; /* maximum length counter */ member
1645 c->lpt_heap[i].max_cnt = LPT_HEAP_SZ; in lpt_init_rd()1652 c->dirty_idx.max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
174 if (heap->cnt >= heap->max_cnt) { in add_to_lpt_heap()
1224 int max_cnt; member