Searched refs:cid_next (Results 1 – 1 of 1) sorted by relevance
1619 int cid_next = admin->first_cid + VCAP_CID_LOOKUP_SIZE; in vcap_chain_id_to_lookup() local1624 cid += VCAP_CID_LOOKUP_SIZE, cid_next += VCAP_CID_LOOKUP_SIZE) in vcap_chain_id_to_lookup()1625 if (cur_cid >= cid && cur_cid < cid_next) in vcap_chain_id_to_lookup()