Searched refs:do_notify (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/kernel/sched/ |
| H A D | ext.h | 70 void __scx_update_idle(struct rq *rq, bool idle, bool do_notify); 72 static inline void scx_update_idle(struct rq *rq, bool idle, bool do_notify) in scx_update_idle() argument 75 __scx_update_idle(rq, idle, do_notify); in scx_update_idle() 78 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 | 663 void __scx_update_idle(struct rq *rq, bool idle, bool do_notify) in __scx_update_idle() argument 676 if (SCX_HAS_OP(update_idle) && do_notify && !scx_rq_bypassing(rq)) in __scx_update_idle() 694 if (do_notify || is_idle_task(rq->curr)) in __scx_update_idle()
|
| /linux-6.15/sound/ppc/ |
| H A D | pmac.h | 147 void (*update_automute)(struct snd_pmac *chip, int do_notify);
|
| H A D | awacs.c | 807 static void snd_pmac_awacs_update_automute(struct snd_pmac *chip, int do_notify) in snd_pmac_awacs_update_automute() argument 821 if (do_notify && ! changed) in snd_pmac_awacs_update_automute() 843 if (do_notify && reg == chip->awacs_reg[1]) in snd_pmac_awacs_update_automute() 847 if (do_notify) { in snd_pmac_awacs_update_automute()
|
| H A D | burgundy.c | 569 static void snd_pmac_burgundy_update_automute(struct snd_pmac *chip, int do_notify) in snd_pmac_burgundy_update_automute() argument 588 if (do_notify && reg == oreg) in snd_pmac_burgundy_update_automute() 592 if (do_notify) { in snd_pmac_burgundy_update_automute()
|
| 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()
|
| /linux-6.15/drivers/net/ |
| H A D | tun.c | 3014 bool do_notify = false; in __tun_chr_ioctl() local 3109 do_notify = true; in __tun_chr_ioctl() 3114 do_notify = true; in __tun_chr_ioctl() 3129 do_notify = true; in __tun_chr_ioctl() 3142 do_notify = true; in __tun_chr_ioctl() 3278 if (do_notify) in __tun_chr_ioctl()
|
| /linux-6.15/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 952 bool do_notify, bool swdev_notify) in vxlan_fdb_destroy() argument 959 if (do_notify) { in vxlan_fdb_destroy()
|