Home
last modified time | relevance | path

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

12345678910>>...46

/kernel/linux/linux-5.10/lib/dim/
Dnet_dim.c21 {.usec = 1, .pkts = NET_DIM_DEFAULT_RX_CQ_PKTS_FROM_EQE,}, \
22 {.usec = 8, .pkts = NET_DIM_DEFAULT_RX_CQ_PKTS_FROM_EQE,}, \
23 {.usec = 64, .pkts = NET_DIM_DEFAULT_RX_CQ_PKTS_FROM_EQE,}, \
24 {.usec = 128, .pkts = NET_DIM_DEFAULT_RX_CQ_PKTS_FROM_EQE,}, \
25 {.usec = 256, .pkts = NET_DIM_DEFAULT_RX_CQ_PKTS_FROM_EQE,} \
29 {.usec = 2, .pkts = 256,}, \
30 {.usec = 8, .pkts = 128,}, \
31 {.usec = 16, .pkts = 64,}, \
32 {.usec = 32, .pkts = 64,}, \
33 {.usec = 64, .pkts = 64,} \
[all …]
/kernel/linux/linux-6.6/lib/dim/
Dnet_dim.c21 {.usec = 1, .pkts = NET_DIM_DEFAULT_RX_CQ_PKTS_FROM_EQE,}, \
22 {.usec = 8, .pkts = NET_DIM_DEFAULT_RX_CQ_PKTS_FROM_EQE,}, \
23 {.usec = 64, .pkts = NET_DIM_DEFAULT_RX_CQ_PKTS_FROM_EQE,}, \
24 {.usec = 128, .pkts = NET_DIM_DEFAULT_RX_CQ_PKTS_FROM_EQE,}, \
25 {.usec = 256, .pkts = NET_DIM_DEFAULT_RX_CQ_PKTS_FROM_EQE,} \
29 {.usec = 2, .pkts = 256,}, \
30 {.usec = 8, .pkts = 128,}, \
31 {.usec = 16, .pkts = 64,}, \
32 {.usec = 32, .pkts = 64,}, \
33 {.usec = 64, .pkts = 64,} \
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
Dsf.h39 /* 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 */
/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-6.6/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/liteos_m/kal/posix/include/
Drtc_time_hook.h53 * INT32 RtcGetTimeHook(UINT64 *usec)
55 * output: UINT64 *usec, pointer to get the time, value is counted in microsecond(us)
58 * INT32 RtcSetTimeHook(UINT64 msec, UINT64 *usec)
61 * input: UINT64 *usec, the time to be set counted in microsecond(us)
76 INT32 (*RtcGetTimeHook)(UINT64 *usec);
77 INT32 (*RtcSetTimeHook)(UINT64 msec, UINT64 *usec);
/kernel/linux/linux-6.6/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-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-6.6/drivers/clocksource/
Dtimer-tegra186.c88 struct clocksource usec; member
352 usec); in tegra186_timer_usec_read()
359 tegra->usec.name = "usec"; in tegra186_timer_usec_init()
360 tegra->usec.rating = 300; in tegra186_timer_usec_init()
361 tegra->usec.read = tegra186_timer_usec_read; in tegra186_timer_usec_init()
362 tegra->usec.mask = CLOCKSOURCE_MASK(32); in tegra186_timer_usec_init()
363 tegra->usec.flags = CLOCK_SOURCE_IS_CONTINUOUS; in tegra186_timer_usec_init()
365 return clocksource_register_hz(&tegra->usec, USEC_PER_SEC); in tegra186_timer_usec_init()
427 dev_err(dev, "failed to register USEC counter: %d\n", err); in tegra186_timer_probe()
441 clocksource_unregister(&tegra->usec); in tegra186_timer_probe()
[all …]
/kernel/linux/linux-6.6/fs/freevxfs/
Dvxfs_inode.h82 __fs32 vdi_autime; /* Last time accessed - usec */
84 __fs32 vdi_mutime; /* Last modify time - usec */
86 __fs32 vdi_cutime; /* Create time - usec */
138 __u32 vii_autime; /* Last time accessed - usec */
140 __u32 vii_mutime; /* Last modify time - usec */
142 __u32 vii_cutime; /* Create time - usec */
/kernel/linux/linux-6.6/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) */
/kernel/linux/linux-6.6/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) */
/kernel/linux/linux-6.6/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-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-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-6.6/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()
/kernel/linux/linux-6.6/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.c111 printf(" Average for_each_set_bit took: %.3f usec (+- %.3f usec)\n", in do_for_each_set_bit()
115 printf(" Average test_bit loop took: %.3f usec (+- %.3f usec)\n", in do_for_each_set_bit()
/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-6.6/drivers/staging/vt6656/
Dbaseband.h30 #define C_SIFS_A 16 /* usec */
33 #define C_EIFS 80 /* usec */
35 #define C_SLOT_SHORT 9 /* usec */

12345678910>>...46