Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dsub.c121 static void free_pshard(struct scx_pshard *pshard) in free_pshard() argument
125 if (!pshard) in free_pshard()
127 cu = &pshard->caps_updated; in free_pshard()
129 scx_arena_free(pshard->sch, cu->cmask_arena_out, in free_pshard()
131 SCX_CMASK_NR_WORDS(pshard->nr_cids))); in free_pshard()
132 kfree(pshard); in free_pshard()
139 if (!sch->pshard) in scx_free_pshards()
142 free_pshard(sch->pshard[si]); in scx_free_pshards()
143 kfree(sch->pshard); in scx_free_pshards()
153 struct scx_pshard *pshard; in alloc_pshard() local
[all …]
H A Dinternal.h1569 struct scx_pshard **pshard; /* indexed by shard_idx */ member
H A Dext.c5463 struct scx_cmask *cm = &sch->pshard[si]->caps[cap].cmask; in scx_attr_caps_show()