Home
last modified time | relevance | path

Searched refs:shard_idx (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/ext/
H A Dcid.c33 .node_cid = -1, .node_idx = -1, .shard_cid = -1, .shard_idx = -1, \
258 s32 shard_cid, shard_idx; in scx_cid_init() local
267 shard_idx = next_shard_idx++; in scx_cid_init()
268 tbls->shard_node[shard_idx] = nid; in scx_cid_init()
298 shard_idx = next_shard_idx++; in scx_cid_init()
299 tbls->shard_node[shard_idx] = nid; in scx_cid_init()
309 tbls->cid_to_shard[cid] = shard_idx; in scx_cid_init()
318 .shard_idx = shard_idx, in scx_cid_init()
361 tbls->topo[cid].shard_idx = notopo_shard_idx; in scx_cid_init()
606 tbls->topo[cid].shard_idx = si; in scx_bpf_cid_override()
[all …]
H A Dtypes.h90 s32 shard_idx; member
H A Dcid.h317 void scx_cmask_ref_shard(const struct scx_cmask_ref *ref, s32 shard_idx,
H A Dsub.c146 static struct scx_pshard *alloc_pshard(struct scx_sched *sch, s32 shard_idx, s32 node) in alloc_pshard() argument
150 lockdep_is_held(&scx_enable_mutex))[shard_idx]; in alloc_pshard()