Home
last modified time | relevance | path

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

123456

/linux-6.15/drivers/md/dm-vdo/
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()
Dlogical-zone.h42 bool notifying; member
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()
Dvdo.h29 NOTIFYING, enumerator
/linux-6.15/Documentation/userspace-api/
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-6.15/Documentation/infiniband/
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-6.15/Documentation/devicetree/bindings/arm/hisilicon/controller/
Dsysctrl.yaml56 offset in sysctrl for notifying slave cpu booting
64 description: offset in sysctrl for notifying cpu0 when resume
/linux-6.15/drivers/video/fbdev/omap/
DKconfig29 notifying the frame buffer driver when a change has occurred in
/linux-6.15/drivers/net/ethernet/sfc/
Dtc_counters.h35 struct work_struct work; /* For notifying encap actions */
/linux-6.15/drivers/crypto/ccree/
Dcc_fips.c62 dev_info(dev, "Notifying TEE of FIPS test failure...\n"); in cc_ree_fips_failure()
/linux-6.15/Documentation/devicetree/bindings/soc/qcom/
Dqcom,saw2.yaml22 system, notifying them when a low power state is entered or exited.
/linux-6.15/drivers/accel/ivpu/
Dvpu_boot_api.h249 /* ARM -> VPU doorbell interrupt. ARM is notifying VPU of async command or compute job. */
251 /* VPU -> ARM job done interrupt. VPU is notifying ARM of compute job completion. */
/linux-6.15/drivers/cxl/
DKconfig148 the content of CPU caches without notifying those caches to
/linux-6.15/Documentation/gpu/rfc/
Dgpusvm.rst55 the virtual address without notifying the driver of address
/linux-6.15/Documentation/firmware-guide/acpi/
Dacpi-lid.rst42 There are buggy AML tables never notifying when the lid device state is
/linux-6.15/drivers/misc/vmw_vmci/
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-6.15/drivers/platform/surface/aggregator/
Dssh_packet_layer.h172 * Wakes up the packet transmitter thread, notifying it that the underlying
/linux-6.15/Documentation/trace/
Dintel_th.rst136 - notifying the software sink that a particular window is full, and
/linux-6.15/drivers/soc/ti/
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-6.15/drivers/net/ethernet/meta/fbnic/
Dfbnic_irq.c82 * Shutdown the mailbox by notifying the firmware to stop sending us logs, mask
/linux-6.15/Documentation/networking/device_drivers/ethernet/intel/
Digb.rst167 An interrupt is sent to the PF driver notifying it of the spoof attempt. When a
/linux-6.15/drivers/bus/
Dts-nbus.c158 * reading the bus consists of resetting the bus, then notifying the FPGA to
/linux-6.15/drivers/net/ethernet/mellanox/mlxbf_gige/
Dmlxbf_gige_rx.c318 /* Ensure completion of all writes before notifying HW of replenish */ in mlxbf_gige_rx_packet()
/linux-6.15/kernel/dma/
Dmap_benchmark.c99 * for notifying the kthread stop (in do_map_benchmark()) in map_benchmark_thread()
/linux-6.15/tools/perf/pmu-events/arch/powerpc/power9/
Dfrontend.json100 …"BriefDescription": "Completion stall because the ISU is updating the register and notifying the E…

123456