Searched refs:init_cids (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/sched/ext/ |
| H A D | internal.h | 866 s32 (*init_cids)(void); member 1088 s32 (*init_cids)(void); member 1116 SCX_OPI_CPU_HOTPLUG_END = SCX_OP_IDX(init_cids), 1117 SCX_OPI_END = SCX_OP_IDX(init_cids),
|
| H A D | ext.c | 7573 if (sch->is_cid_type && sch->ops_cid.init_cids) { in scx_root_enable_workfn() 7574 ret = SCX_CALL_OP_RET(sch, init_cids, NULL); in scx_root_enable_workfn() 8085 case offsetof(struct sched_ext_ops, init_cids): in bpf_scx_check_member() 8291 .init_cids = sched_ext_ops__init_cids, 8358 .init_cids = sched_ext_ops__init_cids, 10796 [SCX_OP_IDX(init_cids)] = SCX_KF_ALLOW_UNLOCKED | SCX_KF_ALLOW_INIT_CIDS, 10937 CID_OFFSET_MATCH(init_cids, init_cids); in scx_init()
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 2031 .init_cids = (void *)qmap_init_cids,
|