Searched refs:is_cid_type (Results 1 – 3 of 3) sorted by relevance
1533 bool is_cid_type; /* true if registered via bpf_sched_ext_ops_cid */ member1993 bool is_cid_type; member
5279 if (!sch->is_cid_type || !sch->arena_pool) in scx_set_cmask_scratch_alloc()7242 if (cmd->is_cid_type) { in scx_alloc_and_add_sched()7244 sch->is_cid_type = true; in scx_alloc_and_add_sched()7443 if (!sch->is_cid_type && (ops->cpu_acquire || ops->cpu_release)) in scx_validate_ops()7452 if (!sch->is_cid_type) { in scx_validate_ops()7515 if (sch->is_cid_type) in scx_root_enable_workfn()7573 if (sch->is_cid_type && sch->ops_cid.init_cids) { in scx_root_enable_workfn()8158 struct scx_enable_cmd cmd = { .ops_cid = kdata, .is_cid_type = true }; in bpf_scx_reg_cid()
191 if (!sch->is_cid_type || !sch->arena_pool) in scx_alloc_pshards()