Home
last modified time | relevance | path

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

1234567

/linux/kernel/
H A Ddelayacct.c19 d->type##_delay_max = tsk->delays->type##_delay_max; \
20 d->type##_delay_min = tsk->delays->type##_delay_min; \
21 tmp = d->type##_delay_total + tsk->delays->type##_delay; \
23 d->type##_count += tsk->delays->type##_count; \
98 tsk->delays = kmem_cache_zalloc(delayacct_cache, GFP_KERNEL); in __delayacct_tsk_init()
99 if (tsk->delays) in __delayacct_tsk_init()
100 raw_spin_lock_init(&tsk->delays->lock); in __delayacct_tsk_init()
126 current->delays->blkio_start = local_clock(); in __delayacct_blkio_start()
135 delayacct_end(&p->delays->lock, in __delayacct_blkio_end()
136 &p->delays->blkio_start, in __delayacct_blkio_end()
[all …]
/linux/include/linux/
H A Ddelayacct.h106 tsk->delays = NULL; in delayacct_tsk_init()
116 if (tsk->delays) in delayacct_tsk_free()
117 kmem_cache_free(delayacct_cache, tsk->delays); in delayacct_tsk_free()
118 tsk->delays = NULL; in delayacct_tsk_free()
126 if (current->delays) in delayacct_blkio_start()
135 if (p->delays) in delayacct_blkio_end()
141 if (tsk->delays) in delayacct_blkio_ticks()
151 if (current->delays) in delayacct_freepages_start()
160 if (current->delays) in delayacct_freepages_end()
169 if (current->delays) in delayacct_thrashing_start()
[all …]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c61 struct intel_pps_delays delays; member
167 pps->delays.power_up = REG_FIELD_GET(PANEL_POWER_UP_DELAY_MASK, val); in intel_lvds_pps_get_hw_state()
168 pps->delays.backlight_on = REG_FIELD_GET(PANEL_LIGHT_ON_DELAY_MASK, val); in intel_lvds_pps_get_hw_state()
171 pps->delays.power_down = REG_FIELD_GET(PANEL_POWER_DOWN_DELAY_MASK, val); in intel_lvds_pps_get_hw_state()
172 pps->delays.backlight_off = REG_FIELD_GET(PANEL_LIGHT_OFF_DELAY_MASK, val); in intel_lvds_pps_get_hw_state()
185 pps->delays.power_cycle = val * 1000; in intel_lvds_pps_get_hw_state()
188 pps->delays.power_up == 0 && in intel_lvds_pps_get_hw_state()
189 pps->delays.backlight_on == 0 && in intel_lvds_pps_get_hw_state()
190 pps->delays.power_down == 0 && in intel_lvds_pps_get_hw_state()
191 pps->delays.backlight_off == 0) { in intel_lvds_pps_get_hw_state()
[all …]
/linux/Documentation/accounting/
H A Ddelay-accounting.rst5 Tasks encounter delays in execution when they wait
10 the delays experienced by a task while
24 Such delays provide feedback for setting a task's cpu priority,
25 io priority and rss limit values appropriately. Long delays for
88 similar to getdelays.c to access the delays
91 executed and the corresponding delays to be
98 Get delays, since system boot, for pid 10::
103 Get sum and peak of delays, since system boot, for all pids with tgid 242::
139 `delaytop` is an interactive tool for monitoring system pressure and task delays.
H 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/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_mdio.c390 u32 delays[3] = { 0, 0, 0 }; in stmmac_mdio_reset() local
400 delays, ARRAY_SIZE(delays)); in stmmac_mdio_reset()
402 if (delays[0]) in stmmac_mdio_reset()
403 msleep(DIV_ROUND_UP(delays[0], 1000)); in stmmac_mdio_reset()
406 if (delays[1]) in stmmac_mdio_reset()
407 msleep(DIV_ROUND_UP(delays[1], 1000)); in stmmac_mdio_reset()
410 if (delays[2]) in stmmac_mdio_reset()
411 msleep(DIV_ROUND_UP(delays[2], 1000)); in stmmac_mdio_reset()
/linux/Documentation/devicetree/bindings/net/
H 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>;
H 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>;
/linux/tools/memory-model/litmus-tests/
H A DR+poonceonces.litmus8 * store propagation delays.
H A DR+fencembonceonces.litmus8 * propagation delays. Note that weakening either of the barriers would
/linux/tools/perf/util/
H A Dbpf_lock_contention.c271 con->delays[i].sym, in lock_contention_prepare()
275 con->delays[i].sym); in lock_contention_prepare()
279 con->delays[i].addr = map__unmap_ip(kmap, sym->start); in lock_contention_prepare()
380 bpf_map_update_elem(fd, &con->delays[i].addr, &con->delays[i].time, BPF_ANY); in lock_contention_prepare()
H A Dlock-contention.h149 struct lock_delay *delays; member
/linux/Documentation/timers/
H A Ddelay_sleep_functions.rst10 deal with hardware delays and who may not be the most intimately
58 #. Use `*delay()` for very, very short delays
/linux/Documentation/ABI/testing/
H A Dsysfs-class-spi-eeprom8 It performs write operations at bus speed - no write delays.
/linux/sound/soc/sdca/
H A Dsdca_functions.c1120 struct sdca_pde_delay *delays; in find_sdca_entity_pde() local
1150 delays = devm_kcalloc(dev, num_delays, sizeof(*delays), GFP_KERNEL); in find_sdca_entity_pde()
1151 if (!delays) in find_sdca_entity_pde()
1155 delays[i].from_ps = delay_list[j++]; in find_sdca_entity_pde()
1156 delays[i].to_ps = delay_list[j++]; in find_sdca_entity_pde()
1157 delays[i].us = delay_list[j++]; in find_sdca_entity_pde()
1160 delays[i].from_ps, delays[i].to_ps, delays[i].us); in find_sdca_entity_pde()
1164 power->max_delay = delays; in find_sdca_entity_pde()
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxbb-p201.dts67 snps,reset-delays-us = <0>, <10000>, <1000000>;
/linux/drivers/power/sequencing/
H A DKconfig28 respecting the required delays between enabling Bluetooth and WLAN.
/linux/arch/arm64/boot/dts/qcom/
H A Dqcs404-evb-4000.dts22 snps,reset-delays-us = <0 10000 10000>;
/linux/Documentation/admin-guide/device-mapper/
H A Ddelay.rst5 Device-Mapper's "delay" target delays reads and/or writes
/linux/Documentation/process/debugging/
H A Ddriver_development_debugging_guide.rst41 - Can cause delays in the execution of the code (beneficial to confirm whether
47 - Can cause delays in the execution of the code (which can cause issues to be
60 delays into the code execution, causing issues to be flaky or hidden.)
/linux/tools/perf/
H A Dbuiltin-lock.c65 static struct lock_delay *delays; variable
2006 .delays = delays, in __cmd_contention()
2550 tmp = realloc(delays, (nr_delays + 1) * sizeof(*delays)); in add_lock_delay()
2555 delays = tmp; in add_lock_delay()
2557 delays[nr_delays].sym = strdup(at + 1); in add_lock_delay()
2558 if (delays[nr_delays].sym == NULL) { in add_lock_delay()
2562 delays[nr_delays].time = duration; in add_lock_delay()
/linux/arch/arm64/boot/dts/freescale/
H A Dimx93-var-som.dtsi28 * The required RGMII TX and RX 2ns delays are implemented directly
/linux/arch/arm64/boot/dts/rockchip/
H A Dpx30-engicam-common.dtsi85 snps,reset-delays-us = <0 50000 50000>;
/linux/Documentation/devicetree/bindings/mtd/
H A Dfsl-upm-nand.txt17 - fsl,upm-wait-flags : add chip-dependent short delays after running the
/linux/drivers/video/
H A DKconfig76 experience extremely long delays while booting before you get

1234567