Home
last modified time | relevance | path

Searched refs:next_cid (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/ext/
H A Dcid.c189 u32 next_cid = 0; in scx_cid_init() local
232 s32 node_cid = next_cid; in scx_cid_init()
254 s32 llc_cid = next_cid; in scx_cid_init()
266 shard_cid = next_cid; in scx_cid_init()
273 s32 core_cid = next_cid; in scx_cid_init()
297 shard_cid = next_cid; in scx_cid_init()
305 s32 cid = next_cid++; in scx_cid_init()
347 cid = next_cid++; in scx_cid_init()
376 for (cid = 0; cid < next_cid; cid++) { in scx_cid_init()
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_client.h228 bool vcap_is_next_lookup(struct vcap_control *vctrl, int cur_cid, int next_cid);
H A Dvcap_api.c1690 int next_cid; in vcap_is_next_lookup() local
1696 next_cid = roundup(src_cid + 1, VCAP_CID_LOOKUP_SIZE); in vcap_is_next_lookup()
1698 if (dst_cid < next_cid) in vcap_is_next_lookup()