Home
last modified time | relevance | path

Searched full:notified (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/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
H A Drelay.rst39 At this point, userspace can be notified so it empties the first
42 When notified that a sub-buffer is full, the kernel knows how many
138 notified when sub-buffer boundaries are crossed.
331 client is notified via the subbuf_start() callback that a switch to a
/linux/drivers/net/ipa/
H A Dipa_smp2p.c55 * @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()
306 /* We won't get notified any more; drop power reference (if any) */ in ipa_smp2p_exit()
330 /* Reset state tracking whether we have notified the modem */
336 if (!smp2p->notified) in ipa_smp2p_notify_reset()
349 smp2p->notified = false; in ipa_smp2p_notify_reset()
/linux/kernel/
H A Dcpu_pm.c56 * 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 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_if.c73 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 Dkvm_irqfd.h18 * interrupt is de-asserted and userspace is notified through the
51 /* Eventfd notified on resample (resampler-only) */
/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/net/atm/
H A Dlec_arpc.h81 * The LEC has been notified of the FLUSH_START
87 * elapsed or the LEC has notified the Mapping
/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/md/dm-vdo/
H A Dvdo.h33 NOTIFIED, enumerator
45 * An object to be notified when the VDO enters read-only mode
69 * A list of objects waiting to be notified on this thread that the VDO has entered
H A Daction-manager.c288 * if it has a parent, that parent will be notified. At least one of the preamble, action, or
315 * scheduled, and, if it has a parent, that parent will be notified. At least one of the preamble,
346 * scheduled, and, if it has a parent, that parent will be notified. At least one of the preamble,
H A Dadmin-state.c320 * Return: true if the drain was initiated, if not the waiter will be notified.
384 * Return: true if the load was initiated, if not the waiter will be notified.
434 * Return: true if the resume was initiated, if not the waiter will be 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/net/sunrpc/xprtrdma/
H A Dib_client.c47 * @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 Dcondvar.rs34 /// 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 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
/linux/tools/testing/selftests/filesystems/
H A Ddnotify_test.c29 /* we will now be notified if any of the files in main()
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dtechnologic,ts4800-irqc.yaml14 is triggered, the SoC is notified, usually using a GPIO as parent interrupt
/linux/mm/
H A Dvmpressure.c232 * 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 Disa-bridge.c227 * 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 DKconfig34 not be notified of any resource changes made by writing directly.
/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst136 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 Dsetup.c397 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()

12345678910>>...15