Home
last modified time | relevance | path

Searched refs:do_notify (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/sched/
H A Dext.h62 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 Dext_idle.c734 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 Dpmac.h147 void (*update_automute)(struct snd_pmac *chip, int do_notify);
H A Dawacs.c795 static void snd_pmac_awacs_update_automute(struct snd_pmac *chip, int do_notify) in snd_pmac_awacs_update_automute() argument
809 if (do_notify && ! changed) in snd_pmac_awacs_update_automute()
831 if (do_notify && reg == chip->awacs_reg[1]) in snd_pmac_awacs_update_automute()
835 if (do_notify) { in snd_pmac_awacs_update_automute()
H A Dtumbler.c954 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/drivers/net/
H A Dtun.c3054 bool do_notify = false; in __tun_chr_ioctl() local
3149 do_notify = true; in __tun_chr_ioctl()
3154 do_notify = true; in __tun_chr_ioctl()
3169 do_notify = true; in __tun_chr_ioctl()
3182 do_notify = true; in __tun_chr_ioctl()
3324 if (do_notify) in __tun_chr_ioctl()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c936 bool do_notify, bool swdev_notify) in vxlan_fdb_destroy() argument
943 if (do_notify) { in vxlan_fdb_destroy()