Home
last modified time | relevance | path

Searched full:drained (Results 1 – 25 of 165) sorted by relevance

1234567

/Linux-v6.1/rust/alloc/vec/
Ddrain_filter.rs35 /// The number of items that have been drained (removed) thus far.
74 let drained = (self.pred)(&mut v[i]); in next() localVariable
80 if drained { in next()
124 // drained item prior to a panic in the predicate. in drop()
/Linux-v6.1/Documentation/devicetree/bindings/power/supply/
Dingenic,battery.yaml35 - voltage-min-design-microvolt: drained battery voltage,
Drichtek,rt9455.yaml54 input current value in uA drained by the charger from the power source.
Dbattery.yaml55 description: drained battery voltage
/Linux-v6.1/arch/arm/mach-omap2/
Domap4-common.c104 * through an async bridge to ensure that data path is properly drained
108 * In MPU case, L3 T2ASYNC FIFO and DDR T2ASYNC FIFO needs to be drained.
Domap-smp.c183 * A barrier is added to ensure that write buffer is drained in omap4_boot_secondary()
399 * A barrier is added to ensure that write buffer is drained in omap4_smp_prepare_cpus()
/Linux-v6.1/net/sunrpc/xprtrdma/
Dfrwr_ops.c34 * closed, the Receive completion queue is drained before the allowing
356 * Each flushed MR gets destroyed after the QP has drained.
555 /* On error, the MRs get destroyed once the QP has drained. */ in frwr_unmap_sync()
648 /* On error, the MRs get destroyed once the QP has drained. */ in frwr_unmap_async()
/Linux-v6.1/arch/um/drivers/
Dslip_common.h87 int more; /* more data: do not read fd until ibuf has been drained */
/Linux-v6.1/arch/arm/mach-ux500/
Dplatsmp.c82 /* make sure write buffer is drained */ in ux500_boot_secondary()
/Linux-v6.1/tools/lib/bpf/
Dringbuf.c560 * delivery whenever at least one sample is drained from the in user_ring_buffer__reserve_blocking()
564 * provided that a sample is drained, and the BPF program did in user_ring_buffer__reserve_blocking()
568 * drained. in user_ring_buffer__reserve_blocking()
/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dqpc.c142 complete(&dct->drained); in rsc_event_notifier()
203 wait_for_completion(&dct->drained); in _mlx5_core_destroy_dct()
220 init_completion(&dct->drained); in mlx5_core_create_dct()
/Linux-v6.1/drivers/char/xillybus/
Dxillyusb.c111 bool drained; member
506 ep->drained = true; in endpoint_alloc()
785 * endpoint is marked as drained here. That doesn't matter, in try_queue_bulk_out()
786 * because the sole purpose of @drained is to ensure that in try_queue_bulk_out()
794 ep->drained = !ep->outstanding_urbs; in try_queue_bulk_out()
795 if (ep->drained && ep->wake_on_drain) in try_queue_bulk_out()
802 ep->drained = false; in try_queue_bulk_out()
2193 msg_ep->drained || xdev->error, in xillyusb_disconnect()
/Linux-v6.1/drivers/input/touchscreen/
Dzylonite-wm97xx.c91 /* When the AC97 queue has been drained we need to allow time in wm97xx_acc_pen_down()
Dmainstone-wm97xx.c121 /* When the AC97 queue has been drained we need to allow time in wm97xx_acc_pen_down()
/Linux-v6.1/fs/dlm/
Drequestqueue.c58 * upon receiving a message, will wait for all saved messages to be drained
/Linux-v6.1/include/linux/
Dbacking-dev-defs.h263 * Returns whether @wb is unlinked and being drained.
/Linux-v6.1/Documentation/block/
Dblk-mq.rst100 hardware queue will be drained in sequence according to their mapping.
/Linux-v6.1/Documentation/driver-api/tty/
Dmoxa-smartio.rst170 serial port should wait for data to be drained while
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxbf_gige/
Dmlxbf_gige_tx.c167 /* Since the TX ring was likely just drained, check if TX queue in mlxbf_gige_handle_tx_complete()
/Linux-v6.1/drivers/net/ethernet/sun/
Dsunhme.h128 #define ETX_CFG_IRQDAFTER 0x00000400 /* Interrupt after TX-FIFO drained */
129 #define ETX_CFG_IRQDBEFORE 0x00000000 /* Interrupt before TX-FIFO drained */
/Linux-v6.1/mm/
Dswap_slots.c224 * There are no slots on such cpu that need to be drained. in __drain_swap_slots_cache()
/Linux-v6.1/arch/mips/include/asm/ip32/
Dmace.h151 * 1 - pulse terminal count to the device after buffer is drained */
/Linux-v6.1/drivers/gpu/drm/vc4/
Dvc4_irq.c92 * jobs has drained. in vc4_overflow_mem_work()
/Linux-v6.1/include/linux/mlx5/
Dqp.h513 struct completion drained; member
/Linux-v6.1/drivers/scsi/snic/
Dsnic_main.c211 * drained. Posted WQ/RQ/Copy-WQ entries are cleanup
777 * CQ entries are drained. Posted WQ/RQ/Copy-WQ entries are in snic_remove()

1234567