Home
last modified time | relevance | path

Searched full:notifying (Results 1 – 25 of 106) sorted by relevance

12345

/linux/drivers/md/dm-vdo/
H A Dlogical-zone.c155 if (!vdo_is_state_draining(&zone->state) || zone->notifying || in check_for_drain_complete()
306 zone->notifying = false; in attempt_generation_complete_notification()
311 zone->notifying = true; in attempt_generation_complete_notification()
340 if (!update_oldest_active_generation(zone) || zone->notifying) in vdo_release_flush_generation_lock()
367 …eration=%llu oldest_active_generation=%llu notification_generation=%llu notifying=%s ios_in_flush_… in vdo_dump_logical_zone()
371 vdo_bool_to_string(READ_ONCE(zone->notifying)), in vdo_dump_logical_zone()
H A Dlogical-zone.h42 bool notifying; member
H A Dvdo.c24 * set to NOTIFYING, and the notification process begins. If the state is MAY_NOT_NOTIFY, then
1083 if (notifier->state == NOTIFYING) in vdo_wait_until_not_entering_read_only_mode()
1151 /* We've just finished notifying a listener */ in make_thread_read_only()
1215 notifier->state = NOTIFYING; in vdo_allow_read_only_mode_entry()
1261 notifier->state = NOTIFYING; in vdo_enter_read_only_mode()
H A Dvdo.h29 NOTIFYING, enumerator
H A Drecovery-journal.h92 /* The completion for notifying the owner of a lock release */
/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst262 Userspace can also add file descriptors to the notifying process via
266 like O_CLOEXEC on the file descriptor in the notifying process. If the supervisor
270 notifying process it will be replaced. The supervisor can also add an FD, and
274 The notifying process can be preempted, resulting in the notification being
276 notifying process that are long-running and typically retryable (mounting a
279 such that when a user notification is received by the supervisor, the notifying
/linux/Documentation/infiniband/
H A Dtag_matching.rst33 notifying that the buffer can be reused.
36 and perhaps a portion of data when first notifying the receiver. When the
/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/
H A Dsysctrl.yaml56 offset in sysctrl for notifying slave cpu booting
64 description: offset in sysctrl for notifying cpu0 when resume
/linux/drivers/video/fbdev/omap/
H A DKconfig29 notifying the frame buffer driver when a change has occurred in
/linux/drivers/net/ethernet/sfc/
H A Dtc_counters.h35 struct work_struct work; /* For notifying encap actions */
/linux/drivers/crypto/ccree/
H A Dcc_fips.c62 dev_info(dev, "Notifying TEE of FIPS test failure...\n"); in cc_ree_fips_failure()
/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,saw2.yaml22 system, notifying them when a low power state is entered or exited.
/linux/drivers/cxl/
H A DKconfig148 the content of CPU caches without notifying those caches to
/linux/Documentation/firmware-guide/acpi/
H A Dacpi-lid.rst42 There are buggy AML tables never notifying when the lid device state is
/linux/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c298 pr_devel("Notifying an invalid doorbell (handle=0x%x:0x%x)\n", in vmci_dbell_host_context_notify()
306 pr_devel("Notifying an unknown doorbell (handle=0x%x:0x%x)\n", in vmci_dbell_host_context_notify()
/linux/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.h172 * Wakes up the packet transmitter thread, notifying it that the underlying
/linux/Documentation/trace/
H A Dintel_th.rst136 - notifying the software sink that a particular window is full, and
/linux/drivers/soc/ti/
H A Dknav_qmss_acc.c38 dev_dbg(kdev->dev, "acc-irq: notifying %d\n", in __knav_acc_notify()
46 dev_dbg(kdev->dev, "acc-irq: notifying %d\n", in __knav_acc_notify()
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Digb.rst167 An interrupt is sent to the PF driver notifying it of the spoof attempt. When a
/linux/kernel/dma/
H A Dmap_benchmark.c99 * for notifying the kthread stop (in do_map_benchmark()) in map_benchmark_thread()
/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_rx.c318 /* Ensure completion of all writes before notifying HW of replenish */ in mlxbf_gige_rx_packet()
/linux/drivers/gpu/drm/i915/
H A Di915_perf_types.h257 * check for data in the circular OA buffer for notifying userspace
/linux/tools/perf/pmu-events/arch/powerpc/power9/
H A Dfrontend.json100 …"BriefDescription": "Completion stall because the ISU is updating the register and notifying the E…
/linux/sound/soc/meson/
H A Daxg-spdifin.c70 * This makes calling snd_pcm_stop() difficult to get right. Even notifying
/linux/Documentation/admin-guide/mm/
H A Dnommu-mmap.rst222 without notifying the driver.

12345