Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Dcompat.h222 if (__skel->struct_ops.__ops_name->rescue_bandwidth_ppt > 0 && \
225 __skel->struct_ops.__ops_name->rescue_bandwidth_ppt = 0; \
/linux/tools/sched_ext/
H A Dscx_qmap.c393 skel->struct_ops.qmap_ops->rescue_bandwidth_ppt = ppt; in main()
/linux/kernel/sched/ext/
H A Dinternal.h945 u32 rescue_bandwidth_ppt; member
1099 u32 rescue_bandwidth_ppt; member
H A Dsub.c635 s32 bw_ppt = sch->ops.rescue_bandwidth_ppt ?: SCX_RESCUE_DFL_BW_PPT; in scx_rescue_set_knobs()
639 if (sch->ops.rescue_bandwidth_ppt == SCX_RESCUE_DISABLE) { in scx_rescue_set_knobs()
H A Dext.c8042 case offsetof(struct sched_ext_ops, rescue_bandwidth_ppt): { in bpf_scx_init_member()
8047 ops->rescue_bandwidth_ppt = bw_ppt; in bpf_scx_init_member()
10911 CID_OFFSET_MATCH(rescue_bandwidth_ppt, rescue_bandwidth_ppt); in scx_init()