Lines Matching refs:tg
75 void scx_tg_init(struct task_group *tg);
76 int scx_tg_online(struct task_group *tg);
77 void scx_tg_offline(struct task_group *tg);
81 void scx_group_set_weight(struct task_group *tg, unsigned long cgrp_weight);
82 void scx_group_set_idle(struct task_group *tg, bool idle);
83 void scx_group_set_bandwidth(struct task_group *tg, u64 period_us, u64 quota_us, u64 burst_us);
85 static inline void scx_tg_init(struct task_group *tg) {} in scx_tg_init() argument
86 static inline int scx_tg_online(struct task_group *tg) { return 0; } in scx_tg_online() argument
87 static inline void scx_tg_offline(struct task_group *tg) {} in scx_tg_offline() argument
91 static inline void scx_group_set_weight(struct task_group *tg, unsigned long cgrp_weight) {} in scx_group_set_weight() argument
92 static inline void scx_group_set_idle(struct task_group *tg, bool idle) {} in scx_group_set_idle() argument
93 static inline void scx_group_set_bandwidth(struct task_group *tg, u64 period_us, u64 quota_us, u64 … in scx_group_set_bandwidth() argument