Home
last modified time | relevance | path

Searched refs:notified (Results 1 – 25 of 82) sorted by relevance

1234

/linux/Documentation/filesystems/
H A Ddnotify.rst10 to be notified when a directory, or any of the files in it, are changed.
15 The application decides which "events" it wants to be notified about.
48 access to files served by local user mode servers should be notified.
50 be notified.
55 name "a/x" should be notified to a program expecting notifications on
56 directory "a", but will not be notified to one expecting notifications on
/linux/drivers/net/ipa/
H A Dipa_smp2p.c69 bool notified; member
90 if (smp2p->notified) in ipa_smp2p_notify()
105 smp2p->notified = true; in ipa_smp2p_notify()
334 if (!smp2p->notified) in ipa_smp2p_notify_reset()
347 smp2p->notified = false; in ipa_smp2p_notify_reset()
/linux/net/bridge/
H A Dbr.c35 bool notified = false; in br_device_event() local
101 br_port_carrier_check(p, &notified); in br_device_event()
112 notified = true; in br_device_event()
121 notified = true; in br_device_event()
150 if (!notified && (event == NETDEV_CHANGEADDR || event == NETDEV_UP || in br_device_event()
H A Dbr_fdb.c1248 bool *notified, struct netlink_ext_ack *extack) in __br_fdb_add()
1280 *notified = true; in __br_fdb_add()
1293 bool *notified, struct netlink_ext_ack *extack) in br_fdb_add()
1356 notified, extack); in br_fdb_add()
1359 notified, extack); in br_fdb_add()
1371 nfea_tb, notified, extack); in br_fdb_add()
1383 const u8 *addr, u16 vlan, bool *notified) in fdb_delete_by_addr_and_port()
1392 *notified = true; in fdb_delete_by_addr_and_port()
1399 const unsigned char *addr, u16 vid, bool *notified) in __br_fdb_delete()
1404 err = fdb_delete_by_addr_and_port(br, p, addr, vid, notified); in __br_fdb_delete()
1247 __br_fdb_add(struct ndmsg * ndm,struct net_bridge * br,struct net_bridge_port * p,const unsigned char * addr,u16 nlh_flags,u16 vid,struct nlattr * nfea_tb[],bool * notified,struct netlink_ext_ack * extack) __br_fdb_add() argument
1292 br_fdb_add(struct ndmsg * ndm,struct nlattr * tb[],struct net_device * dev,const unsigned char * addr,u16 vid,u16 nlh_flags,bool * notified,struct netlink_ext_ack * extack) br_fdb_add() argument
1382 fdb_delete_by_addr_and_port(struct net_bridge * br,const struct net_bridge_port * p,const u8 * addr,u16 vlan,bool * notified) fdb_delete_by_addr_and_port() argument
1398 __br_fdb_delete(struct net_bridge * br,const struct net_bridge_port * p,const unsigned char * addr,u16 vid,bool * notified) __br_fdb_delete() argument
1412 br_fdb_delete(struct ndmsg * ndm,struct nlattr * tb[],struct net_device * dev,const unsigned char * addr,u16 vid,bool * notified,struct netlink_ext_ack * extack) br_fdb_delete() argument
[all...]
H A Dbr_if.c74 void br_port_carrier_check(struct net_bridge_port *p, bool *notified) in br_port_carrier_check()
83 *notified = false; in br_port_carrier_check()
91 *notified = true; in br_port_carrier_check()
96 *notified = true; in br_port_carrier_check()
73 br_port_carrier_check(struct net_bridge_port * p,bool * notified) br_port_carrier_check() argument
/linux/arch/powerpc/kexec/
H A Dcore_64.c169 int my_cpu, i, notified=-1; in kexec_prepare_cpus_wait() local
194 if (i != notified) { in kexec_prepare_cpus_wait()
198 notified = i; in kexec_prepare_cpus_wait()
/linux/drivers/misc/keba/
H A Dcp500.c659 int notified; in cp500_nvmem_unregister() local
671 notified = atomic_read(&cp500->nvmem_notified); in cp500_nvmem_unregister()
672 if (notified) in cp500_nvmem_unregister()
699 int notified; in cp500_nvmem() local
709 notified = atomic_read(&cp500->nvmem_notified); in cp500_nvmem()
710 if (notified) in cp500_nvmem()
715 if (!atomic_try_cmpxchg_relaxed(&cp500->nvmem_notified, &notified, 1)) { in cp500_nvmem()
/linux/arch/powerpc/platforms/powernv/
H A Dsetup.c397 int my_cpu, i, notified = -1; in pnv_kexec_wait_secondaries_down() local
415 if (i != notified) { in pnv_kexec_wait_secondaries_down()
419 notified = i; in pnv_kexec_wait_secondaries_down()
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-twl4030-usb8 Changes are notified via select/poll.
H A Dsysfs-class-power-surface7 value in either direction, the system will be notified and if
H A Dsysfs-platform-kim46 daemon managing the UART, and is notified about the change
H A Dsysfs-bus-typec9 finished. The attribute is notified when the mode is
/linux/Documentation/driver-api/
H A Dwbrf.rst62 param to get other consumers properly notified.
64 `acpi_amd_wbrf_add_remove` with 'remove' param to get other consumers notified.
/linux/Documentation/cpu-freq/
H A Dcore.rst52 These are notified when a new policy is created or removed.
66 These are notified twice for each online CPU in the policy, when the
/linux/Documentation/driver-api/driver-model/
H A Ddevice.rst114 device is registered, then userspace won't get notified and userspace will
120 userspace will never be notified of the new attributes.
/linux/drivers/char/
H A Dapm-emulation.c170 static int notified; in queue_add_event() local
172 if (notified++ == 0) in queue_add_event()
/linux/drivers/pnp/pnpbios/
H A DKconfig34 not be notified of any resource changes made by writing directly.
/linux/Documentation/ABI/obsolete/
H A Dsysfs-class-typec44 finished. The attribute is notified when the mode is
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-event.rst11 notified on certain conditions taking place on a device. This might
H A Dext-ctrls-image-source.rst78 The sensor is notified what gains will be applied to the different
/linux/mm/
H A Dmigrate_device.c1104 bool notified = false; in __migrate_device_pages()
1133 if (!notified) { in __migrate_device_pages()
1134 notified = true; in __migrate_device_pages()
1234 if (notified) in __migrate_device_pages()
1107 bool notified = false; __migrate_device_pages() local
/linux/arch/x86/kernel/
H A Dapm_32.c1161 static int notified; in queue_event() local
1163 if (notified++ == 0) in queue_event()
1278 static int notified; in get_event() local
1285 if ((error != APM_NO_EVENTS) && (notified++ == 0)) in get_event()
/linux/Documentation/core-api/irq/
H A Dirqflags-tracing.rst8 that it gives interested subsystems an opportunity to be notified of
/linux/Documentation/userspace-api/
H A Ddcdbas.rst74 (Driver will perform host control SMI when it is notified that the OS
/linux/Documentation/virt/acrn/
H A Dio-request.rst95 e. The notified client handles the assigned I/O requests.

1234