| /kernel/linux/linux-4.19/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| D | sf.h | 95 /* SF Scenarios timers for default configuration (aligned to 32 uSec) */ 96 #define SF_SINGLE_UNICAST_IDLE_TIMER_DEF 160 /* 150 uSec */ 98 #define SF_AGG_UNICAST_IDLE_TIMER_DEF 160 /* 150 uSec */ 102 #define SF_BA_IDLE_TIMER_DEF 160 /* 150 uSec */ 104 #define SF_TX_RE_IDLE_TIMER_DEF 160 /* 150 uSec */ 107 /* SF Scenarios timers for BSS MAC configuration (aligned to 32 uSec) */ 108 #define SF_SINGLE_UNICAST_IDLE_TIMER 320 /* 300 uSec */ 110 #define SF_AGG_UNICAST_IDLE_TIMER 320 /* 300 uSec */ 114 #define SF_BA_IDLE_TIMER 320 /* 300 uSec */ 116 #define SF_TX_RE_IDLE_TIMER 320 /* 300 uSec */
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| D | sf.h | 95 /* SF Scenarios timers for default configuration (aligned to 32 uSec) */ 96 #define SF_SINGLE_UNICAST_IDLE_TIMER_DEF 160 /* 150 uSec */ 98 #define SF_AGG_UNICAST_IDLE_TIMER_DEF 160 /* 150 uSec */ 102 #define SF_BA_IDLE_TIMER_DEF 160 /* 150 uSec */ 104 #define SF_TX_RE_IDLE_TIMER_DEF 160 /* 150 uSec */ 107 /* SF Scenarios timers for BSS MAC configuration (aligned to 32 uSec) */ 108 #define SF_SINGLE_UNICAST_IDLE_TIMER 320 /* 300 uSec */ 110 #define SF_AGG_UNICAST_IDLE_TIMER 320 /* 300 uSec */ 114 #define SF_BA_IDLE_TIMER 320 /* 300 uSec */ 116 #define SF_TX_RE_IDLE_TIMER 320 /* 300 uSec */
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-4.19/Documentation/accounting/ |
| D | taskstats-struct.txt | 70 /* The elapsed time of a task, in [usec]. */ 71 __u64 ac_etime; /* Elapsed time [usec] */ 73 /* The user CPU time of a task, in [usec]. */ 74 __u64 ac_utime; /* User CPU time [usec] */ 76 /* The system CPU time of a task, in [usec]. */ 77 __u64 ac_stime; /* System CPU time [usec] */ 146 __u64 coremem; /* accumulated RSS usage in MB-usec */ 151 __u64 virtmem; /* accumulated VM usage in MB-usec */
|
| /kernel/linux/linux-5.10/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 */
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/dce/ |
| D | dce_aux.h | 58 /* Ideally, the SW timeout should be just above 550usec 60 * But the SW timeout of 600usec is not reliable, 64 * 700usec is the minimum reliable SW timeout for polling 69 * at most within ~240usec. That means, 72 * SW_AUX_TIMEOUT_PERIOD_MULTIPLIER * AUX_TIMEOUT_PERIOD = 2400usec.
|
| /kernel/linux/linux-4.19/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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/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 */
|
| /kernel/linux/linux-4.19/arch/powerpc/sysdev/ |
| D | fsl_gtm.c | 237 * @usec: timer interval in microseconds 247 int gtm_set_timer16(struct gtm_timer *tmr, unsigned long usec, bool reload) in gtm_set_timer16() argument 253 bit = fls_long(usec); in gtm_set_timer16() 256 usec >>= bit - 15; in gtm_set_timer16() 262 return gtm_set_ref_timer16(tmr, freq, usec, reload); in gtm_set_timer16() 269 * @usec: timer interval in microseconds 280 * crop precision of the "usec" argument, thus usec is limited to 16 bits 283 int gtm_set_exact_timer16(struct gtm_timer *tmr, u16 usec, bool reload) in gtm_set_exact_timer16() argument 290 * dividing both frequency and usec by 2 until there is no remainder. in gtm_set_exact_timer16() 295 return gtm_set_ref_timer16(tmr, freq, usec, reload); in gtm_set_exact_timer16()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-4.19/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 */
|
| /kernel/linux/linux-5.10/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 */
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-4.19/drivers/idle/ |
| D | intel_idle.c | 1205 * Translate IRTL (Interrupt Response Time Limit) MSR to usec 1231 unsigned int usec; in bxt_idle_state_table_update() local 1234 usec = irtl_2_usec(msr); in bxt_idle_state_table_update() 1235 if (usec) { in bxt_idle_state_table_update() 1236 bxt_cstates[2].exit_latency = usec; in bxt_idle_state_table_update() 1237 bxt_cstates[2].target_residency = usec; in bxt_idle_state_table_update() 1241 usec = irtl_2_usec(msr); in bxt_idle_state_table_update() 1242 if (usec) { in bxt_idle_state_table_update() 1243 bxt_cstates[3].exit_latency = usec; in bxt_idle_state_table_update() 1244 bxt_cstates[3].target_residency = usec; in bxt_idle_state_table_update() [all …]
|
| /kernel/linux/linux-5.10/drivers/hv/ |
| D | connection.c | 370 u32 usec = 1; in vmbus_post_msg() local 415 if (can_sleep && usec > 1000) in vmbus_post_msg() 416 msleep(usec / 1000); in vmbus_post_msg() 417 else if (usec < MAX_UDELAY_MS * 1000) in vmbus_post_msg() 418 udelay(usec); in vmbus_post_msg() 420 mdelay(usec / 1000); in vmbus_post_msg() 423 usec *= 2; in vmbus_post_msg()
|
| /kernel/linux/linux-5.10/drivers/staging/vt6656/ |
| D | baseband.h | 32 #define C_SIFS_A 16 /* usec */ 35 #define C_EIFS 80 /* usec */ 37 #define C_SLOT_SHORT 9 /* usec */
|
| /kernel/linux/linux-4.19/arch/arm/common/ |
| D | locomo.c | 640 udelay(DAC_SCL_LOW_HOLD_TIME); /* 4.7 usec */ in locomo_m62332_sendbit() 659 udelay(DAC_SCL_HIGH_HOLD_TIME); /* 4.0 usec */ in locomo_m62332_sendbit() 674 udelay(DAC_BUS_FREE_TIME); /* 5.0 usec */ in locomo_m62332_senddata() 679 udelay(DAC_SCL_HIGH_HOLD_TIME); /* 4.0 usec */ in locomo_m62332_senddata() 683 udelay(DAC_START_HOLD_TIME); /* 5.0 usec */ in locomo_m62332_senddata() 697 udelay(DAC_SCL_LOW_HOLD_TIME); /* 4.7 usec */ in locomo_m62332_senddata() 706 udelay(DAC_SCL_HIGH_HOLD_TIME); /* 4.7 usec */ in locomo_m62332_senddata() 725 udelay(DAC_SCL_LOW_HOLD_TIME); /* 4.7 usec */ in locomo_m62332_senddata() 734 udelay(DAC_SCL_HIGH_HOLD_TIME); /* 4.7 usec */ in locomo_m62332_senddata() 750 udelay(DAC_SCL_LOW_HOLD_TIME); /* 4.7 usec */ in locomo_m62332_senddata() [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-4.19/tools/testing/selftests/net/ |
| D | tcp_mmap.c | 28 * cpu usage user:0.057 sys:7.815, 240.234 usec per MB, 65531 c-switches 30 * cpu usage user:0.043 sys:8.103, 248.596 usec per MB, 65524 c-switches 32 * cpu usage user:0.044 sys:6.576, 202.026 usec per MB, 65519 c-switches 34 * cpu usage user:0.036 sys:8.193, 251.129 usec per MB, 65530 c-switches 40 * cpu usage user:0.045 sys:2.827, 87.6465 usec per MB, 65532 c-switches 42 * cpu usage user:0.037 sys:3.087, 95.3369 usec per MB, 65532 c-switches 44 * cpu usage user:0.046 sys:3.559, 110.016 usec per MB, 65529 c-switches 46 * cpu usage user:0.035 sys:3.467, 106.873 usec per MB, 65530 c-switches 225 " cpu usage user:%lg sys:%lg, %lg usec per MB, %lu c-switches\n", in child_thread()
|
| /kernel/linux/linux-4.19/drivers/staging/vt6656/ |
| D | baseband.h | 32 #define C_SIFS_A 16 /* usec */ 35 #define C_EIFS 80 /* usec */ 37 #define C_SLOT_SHORT 9 /* usec */
|
| /kernel/linux/linux-4.19/drivers/iio/light/ |
| D | bh1750.c | 73 static int bh1750_change_int_time(struct bh1750_data *data, int usec) in bh1750_change_int_time() argument 80 if ((usec % chip_info->mtreg_to_usec) != 0) in bh1750_change_int_time() 83 val = usec / chip_info->mtreg_to_usec; in bh1750_change_int_time() 237 int ret, usec; in bh1750_probe() local 254 usec = data->chip_info->mtreg_to_usec * data->chip_info->mtreg_default; in bh1750_probe() 255 ret = bh1750_change_int_time(data, usec); in bh1750_probe()
|