Searched refs:set_weight (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/dma/qcom/ |
H A D | hidma_mgmt_sys.c | 72 static int set_weight(struct hidma_mgmt_dev *mdev, unsigned int i, u64 val) in set_weight() function 178 rc = set_weight(mdev, chattr->index, tmp); in set_values_channel()
|
/linux/tools/testing/selftests/sched_ext/ |
H A D | maximal.bpf.c | 146 .set_weight = (void *) maximal_set_weight,
|
/linux/kernel/sched/ |
H A D | ext.c | 419 void (*set_weight)(struct task_struct *p, u32 weight); member 4042 if (SCX_HAS_OP(set_weight)) in scx_ops_enable_task() 4043 SCX_CALL_OP_TASK(SCX_KF_REST, set_weight, p, p->scx.weight); in scx_ops_enable_task() 4189 if (SCX_HAS_OP(set_weight)) in reweight_task_scx() 4190 SCX_CALL_OP_TASK(SCX_KF_REST, set_weight, p, p->scx.weight); in reweight_task_scx() 6089 .set_weight = sched_ext_ops__set_weight,
|