Searched refs:USEC_PER_MSEC (Results 1 – 6 of 6) sorted by relevance
| /include/vdso/ |
| A D | time64.h | 7 #define USEC_PER_MSEC 1000L macro
|
| /include/linux/platform_data/x86/ |
| A D | int3472.h | 47 #define GPIO_REGULATOR_ENABLE_TIME (2 * USEC_PER_MSEC) 48 #define GPIO_REGULATOR_OFF_ON_DELAY (2 * USEC_PER_MSEC)
|
| /include/linux/ |
| A D | delay.h | 134 msleep(DIV_ROUND_UP(usecs, USEC_PER_MSEC)); in fsleep()
|
| /include/net/ |
| A D | pie.h | 92 params->tupdate = usecs_to_jiffies(15 * USEC_PER_MSEC); /* 15 ms */ in pie_params_init()
|
| A D | tcp.h | 153 #define TCP_TIMEOUT_MIN_US (2*USEC_PER_MSEC) /* Min TCP timeout in microsecs */ 931 return div_u64(tp->tcp_mstamp, USEC_PER_MSEC); in tcp_time_stamp_ms()
|
| /include/linux/irqchip/ |
| A D | arm-gic-v5.h | 309 ret = readl_poll_timeout_atomic(reg, tmp, tmp & mask, 1, 10 * USEC_PER_MSEC); in gicv5_wait_for_op_s_atomic() 328 ret = readl_poll_timeout(reg, val, val & mask, 1, 10 * USEC_PER_MSEC); in gicv5_wait_for_op_s()
|
Completed in 18 milliseconds