Home
last modified time | relevance | path

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

123456

/linux/tools/testing/selftests/bpf/progs/
H A Diters_testmod_seq.c24 __msg("fp-16=iter_testmod_seq(ref_id=1,state=drained,depth=0)")
42 __msg("fp-16=iter_testmod_seq(ref_id=1,state=drained,depth=0)")
62 __msg("fp-16=iter_testmod_seq(ref_id=1,state=drained,depth=0)")
/linux/drivers/md/dm-vdo/
H A Dflush.c291 * check_for_drain_complete() - Check whether the flusher has drained.
296 bool drained; in check_for_drain_complete() local
303 drained = bio_list_empty(&flusher->waiting_flush_bios); in check_for_drain_complete()
306 if (drained) in check_for_drain_complete()
534 * @completion: The completion to finish when the flusher has drained.
H A Ddata-vio.c696 bool drained; in process_release_callback() local
747 drained = (!reschedule && in process_release_callback()
760 else if (drained) in process_release_callback()
988 bool drained; in initiate_drain() local
992 drained = check_for_drain_complete_locked(pool); in initiate_drain()
995 if (drained) in initiate_drain()
1008 * @completion: The completion to notify when the pool has drained.
H A Dpacker.c615 * check_for_drain_complete() - Check whether the packer has drained.
721 * @completion: The completion to finish when the packer has drained.
H A Dvdo.h111 /* A completion waiting for notifications to be drained or enabled */
H A Drecovery-journal.c327 * check_for_drain_complete() - Check whether the journal has drained.
328 * @journal: The journal which may have just drained.
1632 * @parent: The completion to notify once the journal is drained.
1668 * vdo_resume_recovery_journal() - Resume a recovery journal which has been drained.
H A Dlogical-zone.c150 * check_for_drain_complete() - Check whether this zone has drained.
/linux/Documentation/devicetree/bindings/power/supply/
H A Dingenic,battery.yaml35 - voltage-min-design-microvolt: drained battery voltage,
H A Drichtek,rt9455.yaml54 input current value in uA drained by the charger from the power source.
/linux/net/sunrpc/xprtrdma/
H A Dfrwr_ops.c34 * closed, the Receive completion queue is drained before the allowing
357 * Each flushed MR gets destroyed after the QP has drained.
556 /* On error, the MRs get destroyed once the QP has drained. */ in frwr_unmap_sync()
649 /* On error, the MRs get destroyed once the QP has drained. */ in frwr_unmap_async()
/linux/arch/arm/mach-omap2/
H A Domap4-common.c103 * through an async bridge to ensure that data path is properly drained
107 * In MPU case, L3 T2ASYNC FIFO and DDR T2ASYNC FIFO needs to be drained.
H A 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/arch/arm/mach-ux500/
H A Dplatsmp.c80 /* make sure write buffer is drained */ in ux500_boot_secondary()
/linux/drivers/infiniband/hw/mlx5/
H A Dqpc.c103 complete(&dct->drained); in dct_event_notifier()
227 init_completion(&dct->drained); in mlx5_core_create_dct()
305 wait_for_completion(&dct->drained); in mlx5_core_destroy_dct()
/linux/drivers/char/xillybus/
H A Dxillyusb.c112 bool drained; member
515 ep->drained = true; in endpoint_alloc()
790 * endpoint is marked as drained here. That doesn't matter, in try_queue_bulk_out()
791 * because the sole purpose of @drained is to ensure that in try_queue_bulk_out()
799 ep->drained = !ep->outstanding_urbs; in try_queue_bulk_out()
800 if (ep->drained && ep->wake_on_drain) in try_queue_bulk_out()
807 ep->drained = false; in try_queue_bulk_out()
2224 msg_ep->drained || xdev->error, in xillyusb_disconnect()
/linux/fs/dlm/
H A Drequestqueue.c57 * upon receiving a message, will wait for all saved messages to be drained
/linux/drivers/input/touchscreen/
H A Dmainstone-wm97xx.c121 /* When the AC97 queue has been drained we need to allow time in wm97xx_acc_pen_down()
/linux/Documentation/block/
H A Dblk-mq.rst100 hardware queue will be drained in sequence according to their mapping.
/linux/Documentation/driver-api/tty/
H A Dmoxa-smartio.rst170 serial port should wait for data to be drained while
/linux/drivers/net/ethernet/sun/
H A Dsunhme.h128 #define ETX_CFG_IRQDAFTER 0x00000400 /* Interrupt after TX-FIFO drained */
129 #define ETX_CFG_IRQDBEFORE 0x00000000 /* Interrupt before TX-FIFO drained */
/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_tx.c167 /* Since the TX ring was likely just drained, check if TX queue in mlxbf_gige_handle_tx_complete()
/linux/drivers/misc/bcm-vk/
H A Dbcm_vk_msg.c381 … "Drained: fid %u size %u msg 0x%x(seq-%x) ctx 0x%x[fd-%d] args:[0x%x 0x%x] resp %s, bmap %d\n", in bcm_vk_drain_all_pend()
395 dev_info(dev, "Total drained items %d [fd-%d]\n", in bcm_vk_drain_all_pend()
926 dev_dbg(dev, "total %d drained from queues\n", total); in bcm_to_h_msg_dequeue()
/linux/drivers/scsi/snic/
H A Dsnic_main.c211 * drained. Posted WQ/RQ/Copy-WQ entries are cleanup
776 * CQ entries are drained. Posted WQ/RQ/Copy-WQ entries are in snic_remove()
/linux/arch/mips/include/asm/ip32/
H A Dmace.h151 * 1 - pulse terminal count to the device after buffer is drained */
/linux/tools/perf/pmu-events/arch/powerpc/power10/
H A Dmarked.json180 "BriefDescription": "Cycles in which the marked store drained from the core to the L2."

123456