Home
last modified time | relevance | path

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

12345

/Linux-v4.19/kernel/
Ddelayacct.c45 tsk->delays = kmem_cache_zalloc(delayacct_cache, GFP_KERNEL); in __delayacct_tsk_init()
46 if (tsk->delays) in __delayacct_tsk_init()
47 raw_spin_lock_init(&tsk->delays->lock); in __delayacct_tsk_init()
70 current->delays->blkio_start = ktime_get_ns(); in __delayacct_blkio_start()
79 struct task_delay_info *delays = p->delays; in __delayacct_blkio_end() local
83 if (p->delays->flags & DELAYACCT_PF_SWAPIN) { in __delayacct_blkio_end()
84 total = &delays->swapin_delay; in __delayacct_blkio_end()
85 count = &delays->swapin_count; in __delayacct_blkio_end()
87 total = &delays->blkio_delay; in __delayacct_blkio_end()
88 count = &delays->blkio_count; in __delayacct_blkio_end()
[all …]
/Linux-v4.19/include/linux/
Ddelayacct.h82 if (p->delays) in delayacct_is_task_waiting_on_io()
83 return (p->delays->flags & DELAYACCT_PF_BLKIO); in delayacct_is_task_waiting_on_io()
90 if (current->delays) in delayacct_set_flag()
91 current->delays->flags |= flag; in delayacct_set_flag()
96 if (current->delays) in delayacct_clear_flag()
97 current->delays->flags &= ~flag; in delayacct_clear_flag()
103 tsk->delays = NULL; in delayacct_tsk_init()
113 if (tsk->delays) in delayacct_tsk_free()
114 kmem_cache_free(delayacct_cache, tsk->delays); in delayacct_tsk_free()
115 tsk->delays = NULL; in delayacct_tsk_free()
[all …]
Dstmmac.h101 u32 delays[3]; member
/Linux-v4.19/Documentation/accounting/
Ddelay-accounting.txt4 Tasks encounter delays in execution when they wait
9 the delays experienced by a task while
19 Such delays provide feedback for setting a task's cpu priority,
20 io priority and rss limit values appropriately. Long delays for
75 similar to getdelays.c to access the delays
78 executed and the corresponding delays to be
86 Get delays, since system boot, for pid 10
90 Get sum of delays, since system boot, for all pids with tgid 5
103 Get delays seen in executing a given simple command
Dtaskstats-struct.txt91 * few fields are not delays
106 /* Following four fields atomically updated using task->delays->lock */
109 * does not account for delays in I/O submission
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_mdio.c268 "snps,reset-delays-us", data->delays, 3); in stmmac_mdio_reset()
276 if (data->delays[0]) in stmmac_mdio_reset()
277 msleep(DIV_ROUND_UP(data->delays[0], 1000)); in stmmac_mdio_reset()
280 if (data->delays[1]) in stmmac_mdio_reset()
281 msleep(DIV_ROUND_UP(data->delays[1], 1000)); in stmmac_mdio_reset()
284 if (data->delays[2]) in stmmac_mdio_reset()
285 msleep(DIV_ROUND_UP(data->delays[2], 1000)); in stmmac_mdio_reset()
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dhisilicon-femac.txt20 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
38 hisilicon,phy-reset-delays-us = <10000 20000 20000>;
Dhisilicon-hix5hd2-gmac.txt29 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
53 hisilicon,phy-reset-delays-us = <10000 10000 30000>;
Dethernet.txt29 * "rgmii" (RX and TX delays are added by the MAC when required)
30 * "rgmii-id" (RGMII with internal RX and TX delays provided by the PHY, the
31 MAC should not add the RX or TX delays in this case)
/Linux-v4.19/Documentation/devicetree/bindings/fsi/
Dfsi-master-gpio.txt14 - no-gpio-delays; : Don't add extra delays between GPIO
/Linux-v4.19/Documentation/devicetree/bindings/mmc/
Dsdhci-cadence.txt22 Some PHY delays can be configured by following properties.
23 PHY DLL input delays:
52 PHY DLL clock delays:
/Linux-v4.19/tools/memory-model/litmus-tests/
DR+poonceonces.litmus8 * store propagation delays.
DR+fencembonceonces.litmus8 * propagation delays. Note that weakening either of the barriers would
/Linux-v4.19/arch/arm64/boot/dts/amlogic/
Dmeson-gxbb-p201.dts24 snps,reset-delays-us = <0 10000 1000000>;
Dmeson-gxbb-p200.dts72 snps,reset-delays-us = <0 10000 1000000>;
Dmeson-gxm-q200.dts57 snps,reset-delays-us = <0 10000 1000000>;
Dmeson-gxl-s905d-p230.dts75 snps,reset-delays-us = <0 10000 1000000>;
/Linux-v4.19/Documentation/timers/
D00-INDEX14 - how to insert delays in the kernel the right (tm) way.
Dtimers-howto.txt1 delays - Information on the various kernel delay / sleep mechanisms
8 deal with hardware delays and who may not be the most intimately
/Linux-v4.19/Documentation/device-mapper/
Ddelay.txt4 Device-Mapper's "delay" target delays reads and/or writes
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/
Dti-tsc-adc.txt46 ti,chan-step-opendelay: List of open delays for each channel of
53 ti,chan-step-sampledelay: List of sample delays for each channel
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Dfsl-upm-nand.txt10 - fsl,upm-wait-flags : add chip-dependent short delays after running the
/Linux-v4.19/Documentation/watchdog/
Dwdt.txt11 to within a timeout or the machine will reboot. Each write delays the reboot
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dmax77620.txt28 and power-down delays (sequencing). GPIO1, GPIO2, and GPIO3 can be programmed
44 power sequencer, the power up and power down delays can be specified in
/Linux-v4.19/tools/perf/Documentation/
Dperf-mem.txt24 queueing delays in addition to the memory subsystem latency.

12345