/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | iters_testmod_seq.c | 23 __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 D | extract_if.rs | 36 /// 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 D | test-bdrv-drain.c | 471 /* 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 D | rxe_task.c | 53 /* 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 D | ingenic,battery.yaml | 35 - voltage-min-design-microvolt: drained battery voltage,
|
H A D | richtek,rt9455.yaml | 54 input current value in uA drained by the charger from the power source.
|
H A D | battery.yaml | 55 description: drained battery voltage
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 032 | 4 # Test that AIO requests are drained before an image is closed. This used
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | omap4-common.c | 103 * 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 D | omap-smp.c | 183 * 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 D | frwr_ops.c | 34 * 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 D | slip_common.h | 87 int more; /* more data: do not read fd until ibuf has been drained */
|
/openbmc/linux/arch/arm/mach-ux500/ |
H A D | platsmp.c | 80 /* make sure write buffer is drained */ in ux500_boot_secondary()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | ringbuf.c | 560 * 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 D | qpc.c | 101 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 D | xillyusb.c | 112 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 D | rng-random.c | 55 /* We've drained all requests, the fd handler can be reset. */ in entropy_available()
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | iothreads-commit-active | 68 # drained together with the other ones), but on the same iothread
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | relocate.S | 122 * On xscale, icache must be invalidated and write buffers drained,
|
/openbmc/qemu/python/qemu/machine/ |
H A D | console_socket.py | 119 assert not flags, "Cannot pass flags to recv() in drained mode"
|
/openbmc/qemu/ |
H A D | block.c | 2437 * 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 D | util.py | 35 Utility function to ensure a StreamWriter is *fully* drained.
|
/openbmc/linux/fs/dlm/ |
H A D | requestqueue.c | 60 * upon receiving a message, will wait for all saved messages to be drained
|
/openbmc/qemu/docs/devel/ |
H A D | multiple-iothreads.rst | 131 ``bdrv_drained_begin()`` and ``bdrv_drained_end()``, thus creating a "drained
|
/openbmc/linux/drivers/input/serio/ |
H A D | libps2.c | 152 * @ps2dev: the PS/2 device that should be drained 153 * @maxbytes: maximum number of bytes to be drained
|