Searched refs:max_check (Results 1 – 1 of 1) sorted by relevance
1094 size_t op, max_check; in wnd_find() local1101 max_check = e->start.key + to_alloc; in wnd_find()1102 if (max_check > max_alloc) in wnd_find()1103 max_check = max_alloc; in wnd_find()1104 for (op = e->start.key + e->count.key; op < max_check; in wnd_find()