Home
last modified time | relevance | path

Searched refs:delays (Results 1 – 25 of 154) sorted by relevance

1234567

/linux-6.3-rc2/kernel/
A Ddelayacct.c91 if (tsk->delays) in __delayacct_tsk_init()
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()
211 delayacct_end(&current->delays->lock, in __delayacct_freepages_end()
233 delayacct_end(&current->delays->lock, in __delayacct_thrashing_end()
246 delayacct_end(&current->delays->lock, in __delayacct_swapin_end()
259 delayacct_end(&current->delays->lock, in __delayacct_compact_end()
[all …]
/linux-6.3-rc2/include/linux/
A Ddelayacct.h88 tsk->delays = NULL; in delayacct_tsk_init()
98 if (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()
142 if (current->delays) in delayacct_freepages_end()
151 if (current->delays) in delayacct_thrashing_start()
160 if (current->delays) in delayacct_thrashing_end()
[all …]
/linux-6.3-rc2/Documentation/accounting/
A Ddelay-accounting.rst5 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::
A Dtaskstats-struct.rst103 * 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-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_mdio.c456 u32 delays[3] = { 0, 0, 0 }; in stmmac_mdio_reset() local
466 delays, ARRAY_SIZE(delays)); in stmmac_mdio_reset()
468 if (delays[0]) in stmmac_mdio_reset()
469 msleep(DIV_ROUND_UP(delays[0], 1000)); in stmmac_mdio_reset()
472 if (delays[1]) in stmmac_mdio_reset()
473 msleep(DIV_ROUND_UP(delays[1], 1000)); in stmmac_mdio_reset()
476 if (delays[2]) in stmmac_mdio_reset()
477 msleep(DIV_ROUND_UP(delays[2], 1000)); in stmmac_mdio_reset()
/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A Dhisilicon-femac.txt19 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
40 hisilicon,phy-reset-delays-us = <10000 20000 20000>;
A Dhisilicon-hix5hd2-gmac.txt28 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
55 hisilicon,phy-reset-delays-us = <10000 10000 30000>;
A Dethernet-controller.yaml77 # 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
243 controllers that have configurable RX internal delays. If this
248 controllers that have configurable TX internal delays. If this
A Dti,dp83867.yaml93 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-6.3-rc2/Documentation/devicetree/bindings/fsi/
A Dfsi-master-gpio.txt14 - no-gpio-delays; : Don't add extra delays between GPIO
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/adc/
A Dti,am3359-adc.yaml34 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-6.3-rc2/tools/memory-model/litmus-tests/
A DR+poonceonces.litmus8 * store propagation delays.
A DR+fencembonceonces.litmus8 * propagation delays. Note that weakening either of the barriers would
/linux-6.3-rc2/arch/arm64/boot/dts/amlogic/
A Dmeson-gxbb-p201.dts24 snps,reset-delays-us = <0>, <10000>, <1000000>;
/linux-6.3-rc2/Documentation/devicetree/bindings/mmc/
A Dsdhci-sprd.txt26 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,
A Dcdns,sdhci.yaml35 # PHY DLL input delays:
85 # PHY DLL clock delays:
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/
A Ddelay.rst5 Device-Mapper's "delay" target delays reads and/or writes
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-spi-eeprom8 It performs write operations at bus speed - no write delays.
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/
A Dqcs404-evb-4000.dts22 snps,reset-delays-us = <0 10000 10000>;
/linux-6.3-rc2/Documentation/timers/
A Dtimers-howto.rst2 delays - Information on the various kernel delay / sleep mechanisms
9 deal with hardware delays and who may not be the most intimately
/linux-6.3-rc2/arch/arm64/boot/dts/rockchip/
A Dpx30-engicam-common.dtsi85 snps,reset-delays-us = <0 50000 50000>;
/linux-6.3-rc2/Documentation/devicetree/bindings/mtd/
A Dfsl-upm-nand.txt17 - fsl,upm-wait-flags : add chip-dependent short delays after running the
/linux-6.3-rc2/arch/arm/boot/dts/
A Drockchip-radxa-dalang-carrier.dtsi71 snps,reset-delays-us = <0 10000 50000>;
A Dstih418-b2264.dts113 snps,reset-delays-us = <0 10000 1000000>;
/linux-6.3-rc2/Documentation/watchdog/
A Dwdt.rst14 to within a timeout or the machine will reboot. Each write delays the reboot

Completed in 31 milliseconds

1234567