Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.h85 void __scx_update_idle(struct rq *rq, bool idle, bool do_notify);
87 static inline void scx_update_idle(struct rq *rq, bool idle, bool do_notify) in scx_update_idle() argument
90 __scx_update_idle(rq, idle, do_notify); in scx_update_idle()
93 static inline void scx_update_idle(struct rq *rq, bool idle, bool do_notify) {} in scx_update_idle() argument
H A Dext_idle.c721 * If @do_notify is true, ops.update_idle() is invoked to notify the scx
723 * versa). If @do_notify is false, only the idle state in the idle masks is
734 void __scx_update_idle(struct rq *rq, bool idle, bool do_notify) in __scx_update_idle() argument
743 * - for real idle transitions (do_notify == true) in __scx_update_idle()
750 * function with do_notify == true). in __scx_update_idle()
756 if (do_notify || is_idle_task(rq->curr)) in __scx_update_idle()
763 * Idle transitions are indicated by do_notify being set to true, 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.c807 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()
/linux/drivers/net/
H A Dtun.c3051 bool do_notify = false; in __tun_chr_ioctl() local
3146 do_notify = true; in __tun_chr_ioctl()
3151 do_notify = true; in __tun_chr_ioctl()
3166 do_notify = true; in __tun_chr_ioctl()
3179 do_notify = true; in __tun_chr_ioctl()
3321 if (do_notify) in __tun_chr_ioctl()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c935 bool do_notify, bool swdev_notify) in vxlan_fdb_destroy() argument
942 if (do_notify) { in vxlan_fdb_destroy()