/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | sf.h | 39 /* SF Scenarios timers for default configuration (aligned to 32 uSec) */ 40 #define SF_SINGLE_UNICAST_IDLE_TIMER_DEF 160 /* 150 uSec */ 42 #define SF_AGG_UNICAST_IDLE_TIMER_DEF 160 /* 150 uSec */ 46 #define SF_BA_IDLE_TIMER_DEF 160 /* 150 uSec */ 48 #define SF_TX_RE_IDLE_TIMER_DEF 160 /* 150 uSec */ 51 /* SF Scenarios timers for BSS MAC configuration (aligned to 32 uSec) */ 52 #define SF_SINGLE_UNICAST_IDLE_TIMER 320 /* 300 uSec */ 54 #define SF_AGG_UNICAST_IDLE_TIMER 320 /* 300 uSec */ 58 #define SF_BA_IDLE_TIMER 320 /* 300 uSec */ 60 #define SF_TX_RE_IDLE_TIMER 320 /* 300 uSec */
|
/Linux-v5.15/drivers/leds/ |
D | leds-ti-lmu-common.c | 57 static unsigned int ti_lmu_common_convert_ramp_to_index(unsigned int usec) in ti_lmu_common_convert_ramp_to_index() argument 62 if (usec <= ramp_table[0]) in ti_lmu_common_convert_ramp_to_index() 65 if (usec > ramp_table[size - 1]) in ti_lmu_common_convert_ramp_to_index() 69 if (usec == ramp_table[i]) in ti_lmu_common_convert_ramp_to_index() 73 if (usec > ramp_table[i - 1] && usec < ramp_table[i]) { in ti_lmu_common_convert_ramp_to_index() 74 if (usec - ramp_table[i - 1] < ramp_table[i] - usec) in ti_lmu_common_convert_ramp_to_index()
|
/Linux-v5.15/Documentation/accounting/ |
D | taskstats-struct.rst | 81 /* The elapsed time of a task, in [usec]. */ 82 __u64 ac_etime; /* Elapsed time [usec] */ 84 /* The user CPU time of a task, in [usec]. */ 85 __u64 ac_utime; /* User CPU time [usec] */ 87 /* The system CPU time of a task, in [usec]. */ 88 __u64 ac_stime; /* System CPU time [usec] */ 159 __u64 coremem; /* accumulated RSS usage in MB-usec */ 164 __u64 virtmem; /* accumulated VM usage in MB-usec */
|
/Linux-v5.15/arch/xtensa/include/asm/ |
D | delay.h | 47 static inline void udelay(unsigned long usec) in udelay() argument 49 if (__builtin_constant_p(usec) && usec >= __MAX_UDELAY) in udelay() 52 __udelay(usec); in udelay()
|
/Linux-v5.15/include/uapi/linux/ |
D | timex.h | 67 __kernel_long_t offset; /* time offset (usec) */ 69 __kernel_long_t maxerror;/* maximum error (usec) */ 70 __kernel_long_t esterror;/* estimated error (usec) */ 73 __kernel_long_t precision;/* clock precision (usec) (read only) */ 105 long long offset; /* time offset (usec) */ 107 long long maxerror;/* maximum error (usec) */ 108 long long esterror;/* estimated error (usec) */ 112 long long precision;/* clock precision (usec) (read only) */
|
D | tcp.h | 130 #define TCP_TX_DELAY 37 /* delay outgoing packets by XX usec */ 270 __u64 tcpi_busy_time; /* Time (usec) busy sending data */ 271 __u64 tcpi_rwnd_limited; /* Time (usec) limited by receive window */ 272 __u64 tcpi_sndbuf_limited; /* Time (usec) limited by send buffer */ 292 TCP_NLA_BUSY, /* Time (usec) busy sending data */ 293 TCP_NLA_RWND_LIMITED, /* Time (usec) limited by receive window */ 294 TCP_NLA_SNDBUF_LIMITED, /* Time (usec) limited by send buffer */
|
D | taskstats.h | 118 /* Elapsed time [usec] */ 119 __u64 ac_utime; /* User CPU time [usec] */ 120 __u64 ac_stime; /* SYstem CPU time [usec] */ 132 __u64 coremem; /* accumulated RSS usage in MB-usec */ 136 __u64 virtmem; /* accumulated VM usage in MB-usec */
|
/Linux-v5.15/arch/powerpc/sysdev/ |
D | fsl_gtm.c | 233 * @usec: timer interval in microseconds 243 int gtm_set_timer16(struct gtm_timer *tmr, unsigned long usec, bool reload) in gtm_set_timer16() argument 249 bit = fls_long(usec); in gtm_set_timer16() 252 usec >>= bit - 15; in gtm_set_timer16() 258 return gtm_set_ref_timer16(tmr, freq, usec, reload); in gtm_set_timer16() 265 * @usec: timer interval in microseconds 276 * crop precision of the "usec" argument, thus usec is limited to 16 bits 279 int gtm_set_exact_timer16(struct gtm_timer *tmr, u16 usec, bool reload) in gtm_set_exact_timer16() argument 286 * dividing both frequency and usec by 2 until there is no remainder. in gtm_set_exact_timer16() 291 return gtm_set_ref_timer16(tmr, freq, usec, reload); in gtm_set_exact_timer16()
|
/Linux-v5.15/fs/freevxfs/ |
D | vxfs_inode.h | 107 __fs32 vdi_autime; /* Last time accessed - usec */ 109 __fs32 vdi_mutime; /* Last modify time - usec */ 111 __fs32 vdi_cutime; /* Create time - usec */ 163 __u32 vii_autime; /* Last time accessed - usec */ 165 __u32 vii_mutime; /* Last modify time - usec */ 167 __u32 vii_cutime; /* Create time - usec */
|
/Linux-v5.15/include/trace/events/ |
D | rdma_core.h | 169 u16 usec 172 TP_ARGS(cq, comps, usec), 177 __field(unsigned int, usec) 183 __entry->usec = usec; 186 TP_printk("cq.id=%u comps=%u usec=%u", 187 __entry->cq_id, __entry->comps, __entry->usec
|
/Linux-v5.15/tools/perf/bench/ |
D | synthesize.c | 97 printf(" Average %ssynthesis took: %.3f usec (+- %.3f usec)\n", in do_run_single_threaded() 105 printf(" Average time per event %.3f usec\n", in do_run_single_threaded() 191 printf(" Average synthesis took: %.3f usec (+- %.3f usec)\n", in do_run_multi_threaded() 199 printf(" Average time per event %.3f usec\n", in do_run_multi_threaded()
|
D | find-bit-bench.c | 107 printf(" Average for_each_set_bit took: %.3f usec (+- %.3f usec)\n", in do_for_each_set_bit() 111 printf(" Average test_bit loop took: %.3f usec (+- %.3f usec)\n", in do_for_each_set_bit()
|
/Linux-v5.15/drivers/staging/vt6656/ |
D | baseband.h | 30 #define C_SIFS_A 16 /* usec */ 33 #define C_EIFS 80 /* usec */ 35 #define C_SLOT_SHORT 9 /* usec */
|
/Linux-v5.15/arch/arm/common/ |
D | locomo.c | 637 udelay(DAC_SCL_LOW_HOLD_TIME); /* 4.7 usec */ in locomo_m62332_sendbit() 656 udelay(DAC_SCL_HIGH_HOLD_TIME); /* 4.0 usec */ in locomo_m62332_sendbit() 671 udelay(DAC_BUS_FREE_TIME); /* 5.0 usec */ in locomo_m62332_senddata() 676 udelay(DAC_SCL_HIGH_HOLD_TIME); /* 4.0 usec */ in locomo_m62332_senddata() 680 udelay(DAC_START_HOLD_TIME); /* 5.0 usec */ in locomo_m62332_senddata() 694 udelay(DAC_SCL_LOW_HOLD_TIME); /* 4.7 usec */ in locomo_m62332_senddata() 703 udelay(DAC_SCL_HIGH_HOLD_TIME); /* 4.7 usec */ in locomo_m62332_senddata() 722 udelay(DAC_SCL_LOW_HOLD_TIME); /* 4.7 usec */ in locomo_m62332_senddata() 731 udelay(DAC_SCL_HIGH_HOLD_TIME); /* 4.7 usec */ in locomo_m62332_senddata() 747 udelay(DAC_SCL_LOW_HOLD_TIME); /* 4.7 usec */ in locomo_m62332_senddata() [all …]
|
/Linux-v5.15/drivers/iio/light/ |
D | bh1750.c | 70 static int bh1750_change_int_time(struct bh1750_data *data, int usec) in bh1750_change_int_time() argument 77 if ((usec % chip_info->mtreg_to_usec) != 0) in bh1750_change_int_time() 80 val = usec / chip_info->mtreg_to_usec; in bh1750_change_int_time() 234 int ret, usec; in bh1750_probe() local 251 usec = data->chip_info->mtreg_to_usec * data->chip_info->mtreg_default; in bh1750_probe() 252 ret = bh1750_change_int_time(data, usec); in bh1750_probe()
|
/Linux-v5.15/tools/include/uapi/linux/ |
D | tcp.h | 130 #define TCP_TX_DELAY 37 /* delay outgoing packets by XX usec */ 270 __u64 tcpi_busy_time; /* Time (usec) busy sending data */ 271 __u64 tcpi_rwnd_limited; /* Time (usec) limited by receive window */ 272 __u64 tcpi_sndbuf_limited; /* Time (usec) limited by send buffer */ 292 TCP_NLA_BUSY, /* Time (usec) busy sending data */ 293 TCP_NLA_RWND_LIMITED, /* Time (usec) limited by receive window */ 294 TCP_NLA_SNDBUF_LIMITED, /* Time (usec) limited by send buffer */
|
/Linux-v5.15/drivers/hv/ |
D | connection.c | 380 u32 usec = 1; in vmbus_post_msg() local 425 if (can_sleep && usec > 1000) in vmbus_post_msg() 426 msleep(usec / 1000); in vmbus_post_msg() 427 else if (usec < MAX_UDELAY_MS * 1000) in vmbus_post_msg() 428 udelay(usec); in vmbus_post_msg() 430 mdelay(usec / 1000); in vmbus_post_msg() 433 usec *= 2; in vmbus_post_msg()
|
/Linux-v5.15/drivers/idle/ |
D | intel_idle.c | 1406 unsigned int usec; in bxt_idle_state_table_update() local 1409 usec = irtl_2_usec(msr); in bxt_idle_state_table_update() 1410 if (usec) { in bxt_idle_state_table_update() 1411 bxt_cstates[2].exit_latency = usec; in bxt_idle_state_table_update() 1412 bxt_cstates[2].target_residency = usec; in bxt_idle_state_table_update() 1416 usec = irtl_2_usec(msr); in bxt_idle_state_table_update() 1417 if (usec) { in bxt_idle_state_table_update() 1418 bxt_cstates[3].exit_latency = usec; in bxt_idle_state_table_update() 1419 bxt_cstates[3].target_residency = usec; in bxt_idle_state_table_update() 1423 usec = irtl_2_usec(msr); in bxt_idle_state_table_update() [all …]
|
/Linux-v5.15/drivers/char/hw_random/ |
D | ba431-rng.c | 14 #define BA431_RESET_DELAY 1 /* usec */ 15 #define BA431_RESET_READ_STATUS_TIMEOUT 1000 /* usec */ 16 #define BA431_RESET_READ_STATUS_INTERVAL 10 /* usec */ 17 #define BA431_READ_RETRY_INTERVAL 1 /* usec */
|
/Linux-v5.15/Documentation/devicetree/bindings/regulator/ |
D | lp872x.txt | 14 bit[0]: time step unit(usec). 1 = 25, 0 = 50 17 bit[7:6]: time step unit(usec). 00 = 32, 01 = 64, 10 = 128, 11 = 256 49 /* external DVS pin used, timestep is 25usec */ 101 /* Enable BUCK1,2, no DVS, normal LDO mode, timestep is 256usec */
|
/Linux-v5.15/samples/timers/ |
D | hpet_example.c | 139 long usec; in hpet_poll() local 190 usec = stv.tv_sec * 1000000 + stv.tv_usec; in hpet_poll() 191 usec = (etv.tv_sec * 1000000 + etv.tv_usec) - usec; in hpet_poll() 194 "hpet_poll: expired time = 0x%lx\n", usec); in hpet_poll()
|
/Linux-v5.15/drivers/staging/greybus/tools/ |
D | README.loopback | 182 ap-latency usec: min=1826 max=2560 average=2146.000000 jitter=734 183 apbridge-latency usec: min=1620 max=1982 average=1882.099976 jitter=362 184 gpbridge-latency usec: min=56 max=57 average=57.099998 jitter=1 196 ap-latency usec: min=1856 max=2514 average=2185.699951 jitter=658 197 apbridge-latency usec: min=1460 max=2296 average=1828.599976 jitter=836 198 gpbridge-latency usec: min=56 max=57 average=57.099998 jitter=1
|
/Linux-v5.15/drivers/staging/media/imx/ |
D | imx-media-fim.c | 36 #define FIM_CL_TOLERANCE_MIN_DEF 50 /* usec */ 56 unsigned long tolerance_min; /* usec */ 57 unsigned long tolerance_max; /* usec */ 64 unsigned long sum; /* usec */ 65 unsigned long nominal; /* usec */ 85 dev_dbg(fim->sd->dev, "FI=%lu usec\n", fim->nominal); in update_fim_nominal() 177 dev_dbg(fim->sd->dev, "FIM: error: %lu usec%s\n", in frame_interval_monitor()
|
/Linux-v5.15/tools/testing/selftests/net/ |
D | tcp_mmap.c | 29 * cpu usage user:0.057 sys:7.815, 240.234 usec per MB, 65531 c-switches 31 * cpu usage user:0.043 sys:8.103, 248.596 usec per MB, 65524 c-switches 33 * cpu usage user:0.044 sys:6.576, 202.026 usec per MB, 65519 c-switches 35 * cpu usage user:0.036 sys:8.193, 251.129 usec per MB, 65530 c-switches 41 * cpu usage user:0.045 sys:2.827, 87.6465 usec per MB, 65532 c-switches 43 * cpu usage user:0.037 sys:3.087, 95.3369 usec per MB, 65532 c-switches 45 * cpu usage user:0.046 sys:3.559, 110.016 usec per MB, 65529 c-switches 47 * cpu usage user:0.035 sys:3.467, 106.873 usec per MB, 65530 c-switches 249 " cpu usage user:%lg sys:%lg, %lg usec per MB, %lu c-switches\n", in child_thread()
|
/Linux-v5.15/drivers/net/wireless/ath/ath5k/ |
D | reset.c | 91 * ath5k_hw_htoclock() - Translate usec to hw clock units 93 * @usec: value in microseconds 101 ath5k_hw_htoclock(struct ath5k_hw *ah, unsigned int usec) in ath5k_hw_htoclock() argument 104 return usec * common->clockrate; in ath5k_hw_htoclock() 108 * ath5k_hw_clocktoh() - Translate hw clock units to usec 128 * Initialize core clock parameters (usec, usec32, latencies etc), 136 u32 usec_reg, txlat, rxlat, usec, clock, sclock, txf2txs; in ath5k_hw_init_core_clock() local 173 * Set USEC parameters in ath5k_hw_init_core_clock() 175 /* Set USEC counter on PCU*/ in ath5k_hw_init_core_clock() 176 usec = clock - 1; in ath5k_hw_init_core_clock() [all …]
|