Home
last modified time | relevance | path

Searched full:usec (Results 1 – 25 of 1041) sorted by relevance

12345678910>>...42

/kernel/linux/linux-4.19/drivers/net/wireless/intel/iwlwifi/fw/api/
Dsf.h95 /* 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/
Dsf.h95 /* 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/
Dleds-ti-lmu-common.c57 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/
Dtaskstats-struct.txt70 /* 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/
Dtaskstats-struct.rst81 /* 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/
Ddce_aux.h58 /* 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/
Ddelay.h47 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/
Ddelay.h47 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/
Dtimex.h67 __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) */
Dtcp.h130 #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/
Dfsl_gtm.c237 * @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/
Dfsl_gtm.c233 * @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/
Dvxfs_inode.h107 __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/
Dvxfs_inode.h107 __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/
Drdma_core.h169 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/
Dsynthesize.c97 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()
Dfind-bit-bench.c107 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/
Dintel_idle.c1205 * 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/
Dconnection.c370 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/
Dbaseband.h32 #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/
Dlocomo.c640 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/
Dlocomo.c637 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/
Dtcp_mmap.c28 * 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/
Dbaseband.h32 #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/
Dbh1750.c73 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()

12345678910>>...42