/Linux-v6.1/kernel/ |
D | delayacct.c | 90 tsk->delays = kmem_cache_zalloc(delayacct_cache, GFP_KERNEL); in __delayacct_tsk_init() 91 if (tsk->delays) in __delayacct_tsk_init() 92 raw_spin_lock_init(&tsk->delays->lock); in __delayacct_tsk_init() 114 current->delays->blkio_start = local_clock(); in __delayacct_blkio_start() 123 delayacct_end(&p->delays->lock, in __delayacct_blkio_end() 124 &p->delays->blkio_start, in __delayacct_blkio_end() 125 &p->delays->blkio_delay, in __delayacct_blkio_end() 126 &p->delays->blkio_count); in __delayacct_blkio_end() 164 if (!tsk->delays) in delayacct_add_tsk() 169 raw_spin_lock_irqsave(&tsk->delays->lock, flags); in delayacct_add_tsk() [all …]
|
/Linux-v6.1/include/linux/ |
D | delayacct.h | 88 tsk->delays = NULL; in delayacct_tsk_init() 93 /* Free tsk->delays. Called from bad fork and __put_task_struct 94 * where there's no risk of tsk->delays being accessed elsewhere 98 if (tsk->delays) in delayacct_tsk_free() 99 kmem_cache_free(delayacct_cache, tsk->delays); in delayacct_tsk_free() 100 tsk->delays = NULL; in delayacct_tsk_free() 108 if (current->delays) in delayacct_blkio_start() 117 if (p->delays) in delayacct_blkio_end() 123 if (tsk->delays) in delayacct_blkio_ticks() 133 if (current->delays) in delayacct_freepages_start() [all …]
|
/Linux-v6.1/Documentation/accounting/ |
D | delay-accounting.rst | 5 Tasks encounter delays in execution when they wait 10 the delays experienced by a task while 23 Such delays provide feedback for setting a task's cpu priority, 24 io priority and rss limit values appropriately. Long delays for 87 similar to getdelays.c to access the delays 90 executed and the corresponding delays to be 97 Get delays, since system boot, for pid 10:: 102 Get sum of delays, since system boot, for all pids with tgid 5::
|
D | taskstats-struct.rst | 103 * few fields are not delays 118 /* Following four fields atomically updated using task->delays->lock */ 121 * does not account for delays in I/O submission
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | hisilicon-femac.txt | 19 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given. 40 hisilicon,phy-reset-delays-us = <10000 20000 20000>;
|
D | ethernet-controller.yaml | 77 # RX and TX delays are added by the MAC when required 80 # RGMII with internal RX and TX delays provided by the PHY, 81 # the MAC should not add the RX or TX delays in this case 234 controllers that have configurable RX internal delays. If this 239 controllers that have configurable TX internal delays. If this
|
D | hisilicon-hix5hd2-gmac.txt | 28 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given. 55 hisilicon,phy-reset-delays-us = <10000 10000 30000>;
|
D | ti,dp83867.yaml | 93 delays will be left at their default values, as set by the PHY's pin 97 should use "rgmii-id" if internal delays are desired as this may be 98 changed in future to cause "rgmii" mode to disable delays.
|
/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_mdio.c | 356 u32 delays[3] = { 0, 0, 0 }; in stmmac_mdio_reset() local 365 "snps,reset-delays-us", in stmmac_mdio_reset() 366 delays, ARRAY_SIZE(delays)); in stmmac_mdio_reset() 368 if (delays[0]) in stmmac_mdio_reset() 369 msleep(DIV_ROUND_UP(delays[0], 1000)); in stmmac_mdio_reset() 372 if (delays[1]) in stmmac_mdio_reset() 373 msleep(DIV_ROUND_UP(delays[1], 1000)); in stmmac_mdio_reset() 376 if (delays[2]) in stmmac_mdio_reset() 377 msleep(DIV_ROUND_UP(delays[2], 1000)); in stmmac_mdio_reset()
|
/Linux-v6.1/Documentation/admin-guide/device-mapper/ |
D | delay.rst | 5 Device-Mapper's "delay" target delays reads and/or writes 15 Delays are specified in milliseconds.
|
/Linux-v6.1/Documentation/devicetree/bindings/spi/ |
D | nvidia,tegra210-quad-peripheral-props.yaml | 16 Delays the clock going out to device with this tap value. 25 Delays the clock coming in from the device with this tap value.
|
D | nvidia,tegra114-spi.txt | 27 - nvidia,tx-clk-tap-delay: Delays the clock going out to the external device 32 - nvidia,rx-clk-tap-delay: Delays the clock coming in from the external device
|
/Linux-v6.1/arch/loongarch/lib/ |
D | delay.c | 25 * Use only for very small delays ( < 1 msec). Should probably use a 27 * short delays. This is a "reasonable" implementation, though (and the
|
/Linux-v6.1/Documentation/timers/ |
D | timers-howto.rst | 2 delays - Information on the various kernel delay / sleep mechanisms 9 deal with hardware delays and who may not be the most intimately 13 Inserting Delays
|
/Linux-v6.1/Documentation/devicetree/bindings/fsi/ |
D | fsi-master-gpio.txt | 14 - no-gpio-delays; : Don't add extra delays between GPIO
|
/Linux-v6.1/tools/time/ |
D | udelay_test.sh | 7 # and exercises a variety of delays to ensure that udelay() is delaying 55 echo "ERROR: $count delays failed to delay long enough"
|
/Linux-v6.1/arch/mips/lib/ |
D | delay.c | 45 * Use only for very small delays ( < 1 msec). Should probably use a 47 * short delays. This is a "reasonable" implementation, though (and the
|
/Linux-v6.1/drivers/mmc/host/ |
D | sdhci-of-arasan.c | 114 * @clk_phase_in: Array of Input Clock Phase Delays for all speed modes 115 * @clk_phase_out: Array of Output Clock Phase Delays for all speed modes 116 * @set_clk_delays: Function pointer for setting Clock Delays 322 /* Set the Input and Output Clock Phase Delays */ in sdhci_arasan_set_clock() 630 * sdhci_zynqmp_sdcardclk_set_phase - Set the SD Output Clock Tap Delays 635 * Set the SD Output Clock Tap Delays for Output path 696 * sdhci_zynqmp_sampleclk_set_phase - Set the SD Input Clock Tap Delays 701 * Set the SD Input Clock Tap Delays for Input path 762 * sdhci_versal_sdcardclk_set_phase - Set the SD Output Clock Tap Delays 767 * Set the SD Output Clock Tap Delays for Output path [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/adc/ |
D | ti,am3359-adc.yaml | 34 description: List of open delays for each channel of ADC in the order of 43 description: List of sample delays for each channel of ADC in the order of
|
/Linux-v6.1/drivers/char/tpm/ |
D | tpm_tis_spi_cr50.c | 63 * by interrupts but is instead used to avoid fixed delays. 110 dev_warn(dev, "IRQ not confirmed - will use delays\n"); in cr50_ensure_access_delay() 299 * delays automatically, since ready will never in cr50_spi_probe() 312 "No IRQ - will use delays between transactions.\n"); in cr50_spi_probe()
|
/Linux-v6.1/arch/arm/include/asm/ |
D | delay.h | 73 * Use only for very small delays ( < 2 msec). Should probably use a 75 * short delays. This is a "reasonable" implementation, though (and the
|
/Linux-v6.1/Documentation/devicetree/bindings/mmc/ |
D | sdhci-sprd.txt | 26 PHY DLL delays are used to delay the data valid window, and align the window 27 to sampling clock. PHY DLL delays can be configured by following properties,
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | psp_gfx_if.h | 229 GFX_FW_TYPE_GLOBAL_TAP_DELAYS = 27, /* GLOBAL TAP DELAYS NV */ 230 GFX_FW_TYPE_SE0_TAP_DELAYS = 28, /* SE0 TAP DELAYS NV */ 231 GFX_FW_TYPE_SE1_TAP_DELAYS = 29, /* SE1 TAP DELAYS NV */ 232 GFX_FW_TYPE_GLOBAL_SE0_SE1_SKEW_DELAYS = 30, /* GLOBAL SE0/1 SKEW DELAYS NV */ 262 GFX_FW_TYPE_SE2_TAP_DELAYS = 65, /* SE2 TAP DELAYS NV */ 263 GFX_FW_TYPE_SE3_TAP_DELAYS = 66, /* SE3 TAP DELAYS NV */
|
/Linux-v6.1/include/uapi/linux/ |
D | taskstats.h | 61 * few fields are not delays 76 /* Following four fields atomically updated using task->delays->lock */ 79 * does not account for delays in I/O submission
|
/Linux-v6.1/lib/ |
D | Kconfig.kcsan | 116 bool "Randomize above delays" 119 If delays should be randomized, where the maximum is KCSAN_UDELAY_*. 120 If false, the chosen delays are always the KCSAN_UDELAY_* values
|