Searched refs:set_weight (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/dma/qcom/ |
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-6.12.1/tools/testing/selftests/sched_ext/ |
D | maximal.bpf.c | 144 .set_weight = (void *) maximal_set_weight,
|
/linux-6.12.1/kernel/sched/ |
D | ext.c | 398 void (*set_weight)(struct task_struct *p, u32 weight); member 3525 if (SCX_HAS_OP(set_weight)) in scx_ops_enable_task() 3526 SCX_CALL_OP_TASK(SCX_KF_REST, set_weight, p, p->scx.weight); in scx_ops_enable_task() 3677 if (SCX_HAS_OP(set_weight)) in reweight_task_scx() 3678 SCX_CALL_OP_TASK(SCX_KF_REST, set_weight, p, p->scx.weight); in reweight_task_scx() 5592 .set_weight = set_weight_stub,
|