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