/linux/drivers/md/dm-vdo/ |
H A D | logical-zone.c | 155 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 D | logical-zone.h | 42 bool notifying; member
|
H A D | vdo.c | 24 * 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 D | vdo.h | 29 NOTIFYING, enumerator
|
H A D | recovery-journal.h | 92 /* The completion for notifying the owner of a lock release */
|
/linux/Documentation/userspace-api/ |
H A D | seccomp_filter.rst | 262 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 D | tag_matching.rst | 33 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 D | sysctrl.yaml | 56 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 D | Kconfig | 29 notifying the frame buffer driver when a change has occurred in
|
/linux/drivers/net/ethernet/sfc/ |
H A D | tc_counters.h | 35 struct work_struct work; /* For notifying encap actions */
|
/linux/drivers/crypto/ccree/ |
H A D | cc_fips.c | 62 dev_info(dev, "Notifying TEE of FIPS test failure...\n"); in cc_ree_fips_failure()
|
/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom,saw2.yaml | 22 system, notifying them when a low power state is entered or exited.
|
/linux/drivers/cxl/ |
H A D | Kconfig | 136 the content of CPU caches without notifying those caches to
|
/linux/drivers/accel/ivpu/ |
H A D | vpu_boot_api.h | 235 /* 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 D | fbnic_irq.c | 29 * interrupt essentially notifying the host that it has seen the
|
/linux/Documentation/firmware-guide/acpi/ |
H A D | acpi-lid.rst | 42 There are buggy AML tables never notifying when the lid device state is
|
/linux/drivers/misc/vmw_vmci/ |
H A D | vmci_doorbell.c | 298 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 D | ssh_packet_layer.h | 172 * Wakes up the packet transmitter thread, notifying it that the underlying
|
/linux/Documentation/trace/ |
H A D | intel_th.rst | 136 - notifying the software sink that a particular window is full, and
|
/linux/arch/powerpc/sysdev/ |
H A D | pmi.c | 106 pr_debug("pmi: notifying handler %p\n", handler); in pmi_notify_handlers()
|
/linux/drivers/soc/ti/ |
H A D | knav_qmss_acc.c | 38 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 D | igb.rst | 167 An interrupt is sent to the PF driver notifying it of the spoof attempt. When a
|
/linux/kernel/dma/ |
H A D | map_benchmark.c | 99 * for notifying the kthread stop (in do_map_benchmark()) in map_benchmark_thread()
|
/linux/drivers/bus/ |
H A D | ts-nbus.c | 158 * reading the bus consists of resetting the bus, then notifying the FPGA to
|
/linux/drivers/net/ethernet/mellanox/mlxbf_gige/ |
H A D | mlxbf_gige_rx.c | 318 /* Ensure completion of all writes before notifying HW of replenish */ in mlxbf_gige_rx_packet()
|