| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-service-time.rst | 10 of in-flight I/Os on a path with the performance value of the path. 34 <status> <fail-count> <in-flight-size> <relative_throughput> 39 <in-flight-size>: 40 The size of in-flight I/Os on the path. 49 dm-service-time adds the I/O size to 'in-flight-size' when the I/O is 54 ('in-flight-size' + 'size-of-incoming-io') / 'relative_throughput' 60 the division and just compare the 'in-flight-size'. 62 2. If the paths have the same 'in-flight-size', skip the division
|
| H A D | dm-queue-length.rst | 6 which selects a path with the least number of in-flight I/Os. 18 Status for each path: <status> <fail-count> <in-flight> 24 <in-flight>: The number of in-flight I/Os on the path. 30 dm-queue-length increments/decrements 'in-flight' when an I/O is 32 dm-queue-length selects a path with the minimum 'in-flight'.
|
| /linux/drivers/iio/proximity/ |
| H A D | Kconfig | 71 tristate "Intersil ISL29501 Time Of Flight sensor" 78 Time of Flight sensor. 119 - Parallax LaserPING (time-of-flight) 128 Say Y to build a driver for the RFD77402 Time-of-Flight (distance)
|
| /linux/include/net/mana/ |
| H A D | hw_channel.h | 122 /* hwc_dma_buf represents the array of in-flight WQEs. 124 * in-flight WQEs. 125 * The number of WQEs is determined by the number of in-flight messages.
|
| /linux/drivers/md/ |
| H A D | dm-ps-queue-length.c | 14 * in-flight I/Os. 40 atomic_t qlen; /* the number of in-flight I/Os */ 189 * Select a path having the minimum number of in-flight I/Os 284 DM_NAME " path selector to balance the number of in-flight I/Os"
|
| /linux/drivers/md/dm-vdo/ |
| H A D | statistics.h | 27 * allow the number of buffered, in-memory items and the number of in-flight, 138 /* Number of writes with the same data as another in-flight write */ 140 /* Number of writes whose hash collided with an in-flight write */ 142 /* Current number of dedupe queries that are in flight */
|
| /linux/Documentation/networking/ |
| H A D | tcp-thin.rst | 35 of packets in flight. If there are less than 4 packets in flight,
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-scmi | 58 Description: Max number of concurrently allowed in-flight SCMI messages for 67 Description: Max number of concurrently allowed in-flight SCMI messages for
|
| H A D | sysfs-bus-iio-proximity | 18 on the signal from which time of flight measurements are
|
| /linux/net/dccp/ccids/ |
| H A D | ccid2.h | |
| /linux/Documentation/driver-api/nvdimm/ |
| H A D | firmware-activate.rst | 10 involves a reboot because it has implications for in-flight memory 55 assume the risk of racing firmware update with in-flight device and
|
| /linux/samples/livepatch/ |
| H A D | livepatch-shadow-fix2.c | 12 * Adds functionality to livepatch-shadow-mod's in-flight data 46 * Patch: handle in-flight dummy structures, if they do not in livepatch_fix2_dummy_check()
|
| /linux/drivers/input/joystick/ |
| H A D | pxrc.c | 3 * Driver for Phoenix RC Flight Controller Adapter 170 pxrc->input->name = "PXRC Flight Controller Adapter"; in pxrc_probe() 274 MODULE_DESCRIPTION("PhoenixRC Flight Controller Adapter");
|
| /linux/include/linux/ |
| H A D | dm-region-hash.h | 28 DM_RH_CLEAN = 0x01, /* No writes in flight. */ 29 DM_RH_DIRTY = 0x02, /* Writes in flight. */
|
| H A D | lru_cache.h | 42 we need to resync all regions that have been target of in-flight WRITE IO 53 in-flight WRITE IO, e.g. by only lazily clearing the on-disk write-intent 81 dirtied as full chunk) area "cools down" again (no IO in flight anymore,
|
| /linux/drivers/hid/ |
| H A D | hid-pxrc.c | 3 * HID driver for PhoenixRC 8-axis flight controller 111 MODULE_DESCRIPTION("HID driver for PXRC 8-axis flight controller");
|
| H A D | hid-lg3ff.c | 3 * Force feedback support for Logitech Flight System G940 144 …hid_info(hid, "Force feedback for Logitech Flight System G940 by Gary Stein <LordCnidarian@gmail.c… in lg3ff_init()
|
| /linux/net/ipv4/ |
| H A D | tcp_bbr.c | 171 /* Try to keep at least this many packets in flight, if things go smoothly. For 173 * needs at least 4 packets in flight: 386 * fit full-sized skbs in-flight on both end hosts to fully utilize the path: 399 /* Allow enough full-sized skbs in flight to utilize end systems. */ in bbr_quantization_budget() 424 * "in flight". With TSQ and departure time pacing at lower layers (e.g. fq), 553 /* End cycle phase if it's time and/or we hit the phase's in-flight target. */ 805 * This is used to provision extra in-flight data to keep sending during 901 } /* fall through to check if in-flight is already small: */ in bbr_check_drain() 931 * round trip elapsed with that flight size <= 4, we leave PROBE_RTT mode and 968 /* Maintain min packets in flight for max(200 ms, 1 round). */ in bbr_update_min_rtt()
|
| /linux/drivers/gpu/drm/i915/gt/uc/abi/ |
| H A D | guc_actions_abi.h | 198 * blocked, and all the in-flight transactions are guaranteed to be Globally 202 * In-flight transactions are NOT guaranteed to be Globally Observed before 206 * for the in-flight transactions across the TLB invalidation. In other words, 210 * in-flight transactions to be GOd.
|
| /linux/drivers/irqchip/ |
| H A D | irq-riscv-imsic-platform.c | 129 /* If move is already in-flight then return failure */ in imsic_irq_set_affinity() 187 /* Do nothing if there is no in-flight move */ in imsic_irq_force_complete_move() 204 /* Force cleanup in-flight move */ in imsic_irq_force_complete_move()
|
| /linux/drivers/gpu/drm/xe/abi/ |
| H A D | guc_actions_abi.h | 249 * blocked, and all the in-flight transactions are guaranteed to be Globally 253 * In-flight transactions are NOT guaranteed to be Globally Observed before 257 * for the in-flight transactions across the TLB invalidation. In other words, 261 * in-flight transactions to be GOd.
|
| /linux/Documentation/ABI/removed/ |
| H A D | net_dma | 8 while dma is in flight.
|
| /linux/drivers/md/bcache/ |
| H A D | journal.h | 91 * journal that are being staged or in flight. 148 /* 1 - discard in flight, -1 - discard completed */
|
| /linux/arch/parisc/include/asm/ |
| H A D | pci.h | 99 ** force in-flight write transaction(s) out to the targeted device 104 ** before in-flight DMA reaches memory. Since most SMP PA platforms
|
| /linux/drivers/mmc/host/ |
| H A D | mmc_hsq.h | 10 * flight to avoid a long latency.
|