Home
last modified time | relevance | path

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

123456

/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
1092 if (notifier->state == NOTIFYING) in vdo_wait_until_not_entering_read_only_mode()
1160 /* We've just finished notifying a listener */ in make_thread_read_only()
1224 notifier->state = NOTIFYING; in vdo_allow_read_only_mode_entry()
1270 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 DKconfig136 the content of CPU caches without notifying those caches to
/linux/drivers/accel/ivpu/
H A Dvpu_boot_api.h235 /* ARM -> VPU doorbell interrupt. ARM is notifying VPU of async command or compute job. */
237 /* VPU -> ARM job done interrupt. VPU is notifying ARM of compute job completion. */
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_irq.c29 * interrupt essentially notifying the host that it has seen the
/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/arch/powerpc/sysdev/
H A Dpmi.c106 pr_debug("pmi: notifying handler %p\n", handler); in pmi_notify_handlers()
/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/bus/
H A Dts-nbus.c158 * reading the bus consists of resetting the bus, then notifying the FPGA to
/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()

123456