/kernel/linux/linux-5.10/drivers/net/ipa/ |
H A D | ipa_smp2p.c | 54 * @notified: Whether modem has been notified of clock state 68 bool notified; member 89 if (smp2p->notified) in ipa_smp2p_notify() 104 smp2p->notified = true; in ipa_smp2p_notify() 294 /* We won't get notified any more; drop clock reference (if any) */ in ipa_smp2p_exit() 315 /* Reset state tracking whether we have notified the modem */ 321 if (!smp2p->notified) in ipa_smp2p_notify_reset() 334 smp2p->notified = false; in ipa_smp2p_notify_reset()
|
/kernel/linux/linux-6.6/drivers/net/ipa/ |
H A D | ipa_smp2p.c | 55 * @notified: Whether modem has been notified of power state 69 bool notified; member 91 if (smp2p->notified) in ipa_smp2p_notify() 107 smp2p->notified = true; in ipa_smp2p_notify() 305 /* We won't get notified any more; drop power reference (if any) */ in ipa_smp2p_exit() 329 /* Reset state tracking whether we have notified the modem */ 335 if (!smp2p->notified) in ipa_smp2p_notify_reset() 348 smp2p->notified = false; in ipa_smp2p_notify_reset()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br.c | 35 bool notified = false; in br_device_event() local 89 br_port_carrier_check(p, ¬ified); in br_device_event() 100 notified = true; in br_device_event() 109 notified = true; in br_device_event() 138 if (!notified && (event == NETDEV_CHANGEADDR || event == NETDEV_UP || in br_device_event()
|
H A D | br_if.c | 64 void br_port_carrier_check(struct net_bridge_port *p, bool *notified) in br_port_carrier_check() argument 73 *notified = false; in br_port_carrier_check() 81 *notified = true; in br_port_carrier_check() 86 *notified = true; in br_port_carrier_check()
|
H A D | br_private.h | 741 void br_port_carrier_check(struct net_bridge_port *p, bool *notified);
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br.c | 35 bool notified = false; in br_device_event() local 89 br_port_carrier_check(p, ¬ified); in br_device_event() 100 notified = true; in br_device_event() 109 notified = true; in br_device_event() 138 if (!notified && (event == NETDEV_CHANGEADDR || event == NETDEV_UP || in br_device_event()
|
H A D | br_if.c | 73 void br_port_carrier_check(struct net_bridge_port *p, bool *notified) in br_port_carrier_check() argument 82 *notified = false; in br_port_carrier_check() 90 *notified = true; in br_port_carrier_check() 95 *notified = true; in br_port_carrier_check()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/ |
H A D | smp.c | 391 bool notified = false; in mpc85xx_smp_kexec_cpu_down() local 420 if (!notified && now - start > 1000000) { in mpc85xx_smp_kexec_cpu_down() 425 notified = true; in mpc85xx_smp_kexec_cpu_down() 429 if (notified) { in mpc85xx_smp_kexec_cpu_down()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/ |
H A D | smp.c | 391 bool notified = false; in mpc85xx_smp_kexec_cpu_down() local 420 if (!notified && now - start > 1000000) { in mpc85xx_smp_kexec_cpu_down() 425 notified = true; in mpc85xx_smp_kexec_cpu_down() 429 if (notified) { in mpc85xx_smp_kexec_cpu_down()
|
/kernel/linux/linux-5.10/arch/powerpc/kexec/ |
H A D | core_64.c | 163 int my_cpu, i, notified=-1; in kexec_prepare_cpus_wait() local 188 if (i != notified) { in kexec_prepare_cpus_wait() 192 notified = i; in kexec_prepare_cpus_wait()
|
/kernel/linux/linux-6.6/arch/powerpc/kexec/ |
H A D | core_64.c | 166 int my_cpu, i, notified=-1; in kexec_prepare_cpus_wait() local 191 if (i != notified) { in kexec_prepare_cpus_wait() 195 notified = i; in kexec_prepare_cpus_wait()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | setup.c | 363 int my_cpu, i, notified = -1; in pnv_kexec_wait_secondaries_down() local 380 if (i != notified) { in pnv_kexec_wait_secondaries_down() 384 notified = i; in pnv_kexec_wait_secondaries_down()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | setup.c | 397 int my_cpu, i, notified = -1; in pnv_kexec_wait_secondaries_down() local 414 if (i != notified) { in pnv_kexec_wait_secondaries_down() 418 notified = i; in pnv_kexec_wait_secondaries_down()
|
/kernel/linux/linux-6.6/mm/ |
H A D | migrate_device.c | 687 bool notified = false; in __migrate_device_pages() local 713 if (!notified) { in __migrate_device_pages() 714 notified = true; in __migrate_device_pages() 767 if (notified) in __migrate_device_pages()
|
H A D | khugepaged.c | 1473 bool notified = false; in collapse_pte_mapped_thp() local 1574 notified = true; in collapse_pte_mapped_thp() 1671 if (notified) in collapse_pte_mapped_thp() 1722 /* PTEs were notified when unmapped; but now for the PMD? */ in retract_page_tables()
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | apm-emulation.c | 60 * SUSPEND_DONE: thread had acked suspend and is now notified of 181 static int notified; in queue_add_event() local 183 if (notified++ == 0) in queue_add_event()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | apm-emulation.c | 60 * SUSPEND_DONE: thread had acked suspend and is now notified of 181 static int notified; in queue_add_event() local 183 if (notified++ == 0) in queue_add_event()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | apm_32.c | 1184 static int notified; in queue_event() local 1186 if (notified++ == 0) in queue_event() 1301 static int notified; in get_event() local 1308 if ((error != APM_NO_EVENTS) && (notified++ == 0)) in get_event()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | core.c | 239 if (WARN_ON(!rdev->scan_req->notified && in cfg80211_stop_p2p_device() 241 !rdev->int_scan_req->notified))) in cfg80211_stop_p2p_device() 1346 if (WARN_ON(!rdev->scan_req->notified && in cfg80211_netdev_notifier_call() 1348 !rdev->int_scan_req->notified))) in cfg80211_netdev_notifier_call()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | apm_32.c | 1191 static int notified; in queue_event() local 1193 if (notified++ == 0) in queue_event() 1308 static int notified; in get_event() local 1315 if ((error != APM_NO_EVENTS) && (notified++ == 0)) in get_event()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | offchannel.c | 238 if (WARN_ON(roc->notified)) in ieee80211_handle_roc_started() 256 roc->notified = true; in ieee80211_handle_roc_started()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | msft.c | 244 if (notify && dev->notified) { in msft_monitor_device_del() 804 dev->notified = false; in msft_device_found()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | offchannel.c | 240 if (WARN_ON(roc->notified)) in ieee80211_handle_roc_started() 258 roc->notified = true; in ieee80211_handle_roc_started()
|
/kernel/linux/linux-5.10/mm/ |
H A D | migrate.c | 3015 bool notified = false; in migrate_vma_pages() local 3031 if (!notified) { in migrate_vma_pages() 3032 notified = true; in migrate_vma_pages() 3084 if (notified) in migrate_vma_pages()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | core.c | 246 if (WARN_ON(!rdev->scan_req->notified && in cfg80211_stop_p2p_device() 248 !rdev->int_scan_req->notified))) in cfg80211_stop_p2p_device() 1518 if (WARN_ON(!rdev->scan_req->notified && in cfg80211_netdev_notifier_call() 1520 !rdev->int_scan_req->notified))) in cfg80211_netdev_notifier_call()
|