Home
last modified time | relevance | path

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

123456789

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Diters_testmod_seq.c23 __msg("fp-16=iter_testmod_seq(ref_id=1,state=drained,depth=0)")
41 __msg("fp-16=iter_testmod_seq(ref_id=1,state=drained,depth=0)")
61 __msg("fp-16=iter_testmod_seq(ref_id=1,state=drained,depth=0)")
/openbmc/linux/rust/alloc/vec/
H A Dextract_if.rs36 /// The number of items that have been drained (removed) thus far.
68 let drained = (self.pred)(&mut v[i]); in next() localVariable
73 if drained { in next()
105 // drained item prior to a panic in the predicate. in drop()
/openbmc/qemu/tests/unit/
H A Dtest-bdrv-drain.c471 /* End the drained section */ in test_graph_change_drain_all()
999 * everything will be drained before we go back down the tree, but in test_co_delete_by_drain()
1205 * PB: It removes B and adds C instead. The subtree of PB is drained, which
1458 * is drained.
1473 * drained section. This means that job_exit() is scheduled
1474 * before the child has left the drained section. Its
1485 * the parent only if it really is still drained because the child is
1486 * drained.
1495 * 1. child attempts to leave its drained section. The call recurses
1498 * 2. parent-node-2 leaves the drained section. Polling in
[all …]
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_task.c53 /* check if task is idle or drained and not currently
92 * The task can also be moved to drained or invalid
206 * remaining references. Once the queue is drained the
273 * to the drained state by do_task.
/openbmc/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.
H A Dbattery.yaml55 description: drained battery voltage
/openbmc/qemu/tests/qemu-iotests/
H A D0324 # Test that AIO requests are drained before an image is closed. This used
/openbmc/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()
/openbmc/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()
/openbmc/linux/arch/um/drivers/
H A Dslip_common.h87 int more; /* more data: do not read fd until ibuf has been drained */
/openbmc/linux/arch/arm/mach-ux500/
H A Dplatsmp.c80 /* make sure write buffer is drained */ in ux500_boot_secondary()
/openbmc/linux/tools/lib/bpf/
H A 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()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dqpc.c101 complete(&dct->drained); in dct_event_notifier()
213 init_completion(&dct->drained); in mlx5_core_create_dct()
290 wait_for_completion(&dct->drained); in mlx5_core_destroy_dct()
/openbmc/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()
/openbmc/qemu/backends/
H A Drng-random.c55 /* We've drained all requests, the fd handler can be reset. */ in entropy_available()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Diothreads-commit-active68 # drained together with the other ones), but on the same iothread
/openbmc/u-boot/arch/arm/lib/
H A Drelocate.S122 * On xscale, icache must be invalidated and write buffers drained,
/openbmc/qemu/python/qemu/machine/
H A Dconsole_socket.py119 assert not flags, "Cannot pass flags to recv() in drained mode"
/openbmc/qemu/
H A Dblock.c2437 * new_bs drained when calling bdrv_replace_child_tran() is not a in bdrv_replace_child_abort()
2460 * Both @child->bs and @new_bs (if non-NULL) must be drained. @new_bs must be
2461 * kept drained until the transaction is completed.
2920 * If @new_bs is non-NULL, the parent of @child must already be drained through
2932 * If we want to change the BdrvChild to point to a drained node as its new in bdrv_replace_child_noperm()
2933 * child->bs, we need to make sure that its new parent is drained, too. In in bdrv_replace_child_noperm()
2944 * currently drained. in bdrv_replace_child_noperm()
2947 * this case, we obviously never need to consider the case of a drained in bdrv_replace_child_noperm()
2976 * If the parent was drained through this BdrvChild previously, but new_bs in bdrv_replace_child_noperm()
2977 * is not drained, allow requests to come in only after the new node has in bdrv_replace_child_noperm()
[all …]
/openbmc/qemu/python/qemu/qmp/
H A Dutil.py35 Utility function to ensure a StreamWriter is *fully* drained.
/openbmc/linux/fs/dlm/
H A Drequestqueue.c60 * upon receiving a message, will wait for all saved messages to be drained
/openbmc/qemu/docs/devel/
H A Dmultiple-iothreads.rst131 ``bdrv_drained_begin()`` and ``bdrv_drained_end()``, thus creating a "drained
/openbmc/linux/drivers/input/serio/
H A Dlibps2.c152 * @ps2dev: the PS/2 device that should be drained
153 * @maxbytes: maximum number of bytes to be drained

123456789