Searched refs:do_notify (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext.h | 62 void __scx_update_idle(struct rq *rq, bool idle, bool do_notify); 64 static inline void scx_update_idle(struct rq *rq, bool idle, bool do_notify) in scx_update_idle() argument 67 __scx_update_idle(rq, idle, do_notify); in scx_update_idle() 70 static inline void scx_update_idle(struct rq *rq, bool idle, bool do_notify) {} in scx_update_idle() argument
|
| H A D | ext_idle.c | 734 void __scx_update_idle(struct rq *rq, bool idle, bool do_notify) in __scx_update_idle() argument 756 if (do_notify || is_idle_task(rq->curr)) in __scx_update_idle() 771 if (SCX_HAS_OP(sch, update_idle) && do_notify && !scx_rq_bypassing(rq)) in __scx_update_idle()
|
| /linux/sound/ppc/ |
| H A D | pmac.h | 147 void (*update_automute)(struct snd_pmac *chip, int do_notify);
|
| H A D | tumbler.c | 954 static void check_mute(struct snd_pmac *chip, struct pmac_gpio *gp, int val, int do_notify, in check_mute() argument 959 if (do_notify) in check_mute() 1029 static void tumbler_update_automute(struct snd_pmac *chip, int do_notify) in tumbler_update_automute() argument 1036 mix->auto_mute_notify = do_notify; in tumbler_update_automute()
|