| /linux/Documentation/filesystems/ |
| H A D | dnotify.rst | 10 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 D | ipa_smp2p.c | 55 * @notified: Whether modem has been notified of power state 69 bool notified; member 90 if (smp2p->notified) in ipa_smp2p_notify() 105 smp2p->notified = true; in ipa_smp2p_notify() 304 /* We won't get notified any more; drop power reference (if any) */ in ipa_smp2p_exit() 328 /* Reset state tracking whether we have notified the modem */ 334 if (!smp2p->notified) in ipa_smp2p_notify_reset() 347 smp2p->notified = false; in ipa_smp2p_notify_reset()
|
| /linux/kernel/ |
| H A D | cpu_pm.c | 56 * Add a driver to a list of drivers that are notified about 101 * CPU before cpu_pm_exit is called. Notified drivers can include VFP 120 * Notified drivers can include VFP co-processor, interrupt controller 140 * domain. Notified drivers can include VFP co-processor, interrupt controller 163 * domain. Notified drivers can include VFP co-processor, interrupt controller
|
| /linux/net/bridge/ |
| H A D | br.c | 35 bool notified = false; in br_device_event() local 101 br_port_carrier_check(p, ¬ified); 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 D | br_fdb.c | 1247 bool *notified, struct netlink_ext_ack *extack) in __br_fdb_add() argument 1279 *notified = true; in __br_fdb_add() 1292 bool *notified, struct netlink_ext_ack *extack) in br_fdb_add() argument 1355 notified, extack); in br_fdb_add() 1358 notified, extack); in br_fdb_add() 1370 nfea_tb, notified, extack); in br_fdb_add() 1382 const u8 *addr, u16 vlan, bool *notified) in fdb_delete_by_addr_and_port() argument 1391 *notified = true; in fdb_delete_by_addr_and_port() 1398 const unsigned char *addr, u16 vid, bool *notified) in __br_fdb_delete() argument 1403 err = fdb_delete_by_addr_and_port(br, p, addr, vid, notified); in __br_fdb_delete() [all …]
|
| 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()
|
| /linux/include/linux/ |
| H A D | kvm_irqfd.h | 18 * interrupt is de-asserted and userspace is notified through the 51 /* Eventfd notified on resample (resampler-only) */
|
| /linux/Documentation/driver-api/ |
| H A D | wbrf.rst | 62 param to get other consumers properly notified. 64 `acpi_amd_wbrf_add_remove` with 'remove' param to get other consumers notified.
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | device.rst | 114 device is registered, then userspace won't get notified and userspace will 120 userspace will never be notified of the new attributes.
|
| /linux/drivers/misc/keba/ |
| H A D | cp500.c | 659 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, ¬ified, 1)) { in cp500_nvmem()
|
| /linux/Documentation/cpu-freq/ |
| H A D | core.rst | 52 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/net/sunrpc/xprtrdma/ |
| H A D | ib_client.c | 47 * @rn: notification object that wishes to be notified 85 * @rn: notification object that no longer wishes to be notified
|
| /linux/rust/kernel/sync/ |
| H A D | condvar.rs | 34 /// it wakes up when notified by another thread (via [`CondVar::notify_one`] or 142 /// thread to sleep, reacquiring the lock on wake up. It wakes up when notified by 183 /// thread to sleep. It wakes up when notified by [`CondVar::notify_one`] or
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-twl4030-usb | 8 Changes are notified via select/poll.
|
| H A D | sysfs-class-power-surface | 7 value in either direction, the system will be notified and if
|
| /linux/tools/testing/selftests/filesystems/ |
| H A D | dnotify_test.c | 29 /* we will now be notified if any of the files in main()
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | technologic,ts4800-irqc.yaml | 14 is triggered, the SoC is notified, usually using a GPIO as parent interrupt
|
| /linux/mm/ |
| H A D | vmpressure.c | 232 * notified of the entire subtree's reclaim efficiency. 235 * only in-kernel users are notified. 276 * (scanning depth) goes too high (deep), we will be notified in vmpressure()
|
| /linux/arch/powerpc/kernel/ |
| H A D | isa-bridge.c | 227 * isa_bridge_notify - Get notified of PCI devices addition/removal 268 * isa_bridge_init - register to be notified of ISA bridge addition/removal
|
| /linux/drivers/pnp/pnpbios/ |
| H A D | Kconfig | 34 not be notified of any resource changes made by writing directly.
|
| /linux/Documentation/userspace-api/ |
| H A D | seccomp_filter.rst | 136 A tracer will be notified if it requests ``PTRACE_O_TRACESECCOMP`` 137 using ``ptrace(PTRACE_SETOPTIONS)``. The tracer will be notified 150 notified. (This means that seccomp-based sandboxes MUST NOT
|
| /linux/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()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | admin-state.c | 329 * Return: true if the drain was initiated, if not the waiter will be notified. 398 * Return: true if the load was initiated, if not the waiter will be notified. 452 * Return: true if the resume was initiated, if not the waiter will be notified.
|
| /linux/arch/arm/include/asm/ |
| H A D | bL_switcher.h | 26 * Register here to be notified about runtime enabling/disabling of
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_page_track.h | 10 * the head which will be notified when guest is triggering the track event.
|