Home
last modified time | relevance | path

Searched refs:set_weight (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/dma/qcom/
H A Dhidma_mgmt_sys.c72 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 Dmaximal.bpf.c149 .set_weight = (void *) maximal_set_weight,
/linux/kernel/sched/
H A Dext_internal.h508 void (*set_weight)(struct task_struct *p, u32 weight); member
H A Dext.c3633 if (SCX_HAS_OP(sch, set_weight)) in __scx_enable_task()
3634 SCX_CALL_OP_TASK(sch, set_weight, rq, p, p->scx.weight); in __scx_enable_task()
3892 if (SCX_HAS_OP(sch, set_weight)) in reweight_task_scx()
3893 SCX_CALL_OP_TASK(sch, set_weight, rq, p, p->scx.weight); in reweight_task_scx()
7597 .set_weight = sched_ext_ops__set_weight,
/linux/Documentation/scheduler/
H A Dsched-ext.rst434 /* Property change callback, e.g. ops.set_weight() */