/linux/include/linux/ |
A D | pm_wakeup.h | 118 extern void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard); 119 extern void pm_wakeup_dev_event(struct device *dev, unsigned int msec, bool hard); 198 unsigned int msec, bool hard) {} in pm_wakeup_ws_event() argument 200 static inline void pm_wakeup_dev_event(struct device *dev, unsigned int msec, in pm_wakeup_dev_event() argument 205 static inline void __pm_wakeup_event(struct wakeup_source *ws, unsigned int msec) in __pm_wakeup_event() argument 207 return pm_wakeup_ws_event(ws, msec, false); in __pm_wakeup_event() 210 static inline void pm_wakeup_event(struct device *dev, unsigned int msec) in pm_wakeup_event() argument 212 return pm_wakeup_dev_event(dev, msec, false); in pm_wakeup_event()
|
A D | ktime.h | 184 static inline ktime_t ktime_add_ms(const ktime_t kt, const u64 msec) in ktime_add_ms() argument 186 return ktime_add_ns(kt, msec * NSEC_PER_MSEC); in ktime_add_ms() 194 static inline ktime_t ktime_sub_ms(const ktime_t kt, const u64 msec) in ktime_sub_ms() argument 196 return ktime_sub_ns(kt, msec * NSEC_PER_MSEC); in ktime_sub_ms()
|
/linux/tools/testing/selftests/kvm/include/aarch64/ |
A D | arch_timer.h | 20 #define msec_to_cycles(msec) \ argument 21 (timer_get_cntfrq() * (uint64_t)(msec) / 1000) 129 static inline void timer_set_next_cval_ms(enum arch_timer timer, uint32_t msec) in timer_set_next_cval_ms() argument 132 uint64_t next_ct = now_ct + msec_to_cycles(msec); in timer_set_next_cval_ms() 137 static inline void timer_set_next_tval_ms(enum arch_timer timer, uint32_t msec) in timer_set_next_tval_ms() argument 139 timer_set_tval(timer, msec_to_cycles(msec)); in timer_set_next_tval_ms()
|
/linux/include/sound/ |
A D | soundfont.h | 108 int snd_sf_calc_parm_hold(int msec); 109 int snd_sf_calc_parm_attack(int msec); 110 int snd_sf_calc_parm_decay(int msec); 111 #define snd_sf_calc_parm_delay(msec) (0x8000 - (msec) * 1000 / 725) argument
|
/linux/kernel/power/ |
A D | suspend_test.c | 39 unsigned msec; in suspend_test_finish() local 41 msec = jiffies_to_msecs(abs(nj)); in suspend_test_finish() 43 msec / 1000, msec % 1000); in suspend_test_finish() 53 WARN(msec > (TEST_SUSPEND_SECONDS * 1000), in suspend_test_finish() 54 "Component: %s, time: %u\n", label, msec); in suspend_test_finish()
|
/linux/drivers/watchdog/ |
A D | dw_wdt.c | 79 unsigned int msec; member 164 u64 msec; in dw_wdt_get_max_timeout_ms() local 166 msec = (u64)timeout->sec * MSEC_PER_SEC + timeout->msec; in dw_wdt_get_max_timeout_ms() 168 return msec < UINT_MAX ? msec : UINT_MAX; in dw_wdt_get_max_timeout_ms() 429 u64 msec; in dw_wdt_handle_tops() local 440 msec = (u64)tops[val] * MSEC_PER_SEC; in dw_wdt_handle_tops() 441 do_div(msec, dw_wdt->rate); in dw_wdt_handle_tops() 442 tout.msec = msec - ((u64)tout.sec * MSEC_PER_SEC); in dw_wdt_handle_tops() 451 tout.msec >= dst->msec)) in dw_wdt_handle_tops()
|
A D | da9052_wdt.c | 112 unsigned long msec, jnow = jiffies; in da9052_wdt_ping() local 119 msec = (jnow - driver_data->jpast) * 1000/HZ; in da9052_wdt_ping() 120 if (msec < DA9052_TWDMIN) in da9052_wdt_ping() 121 mdelay(msec); in da9052_wdt_ping()
|
/linux/drivers/misc/habanalabs/common/pci/ |
A D | pci.c | 92 u64 msec; in hl_pci_elbi_read() local 96 msec = HL_PLDM_PCI_ELBI_TIMEOUT_MSEC; in hl_pci_elbi_read() 98 msec = HL_PCI_ELBI_TIMEOUT_MSEC; in hl_pci_elbi_read() 106 timeout = ktime_add_ms(ktime_get(), msec); in hl_pci_elbi_read() 152 u64 msec; in hl_pci_elbi_write() local 156 msec = HL_PLDM_PCI_ELBI_TIMEOUT_MSEC; in hl_pci_elbi_write() 158 msec = HL_PCI_ELBI_TIMEOUT_MSEC; in hl_pci_elbi_write() 168 timeout = ktime_add_ms(ktime_get(), msec); in hl_pci_elbi_write()
|
/linux/tools/testing/selftests/net/forwarding/ |
A D | custom_multipath_hash.sh | 185 -d 1msec -c 50 -t udp "sp=20000,dp=30000" 191 -d 1msec -c 50 -t udp "sp=20000,dp=30000" 197 -d 1msec -t udp "sp=0-32768,dp=30000" 203 -d 1msec -t udp "sp=20000,dp=0-32768" 209 -d 1msec -c 50 -t udp "sp=20000,dp=30000" 215 -d 1msec -c 50 -t udp "sp=20000,dp=30000" 230 -d 1msec -t udp "sp=0-32768,dp=30000" 236 -d 1msec -t udp "sp=20000,dp=0-32768"
|
A D | gre_custom_multipath_hash.sh | 280 -d 1msec -c 50 -t udp "sp=20000,dp=30000" 286 -d 1msec -c 50 -t udp "sp=20000,dp=30000" 292 -d 1msec -t udp "sp=0-32768,dp=30000" 298 -d 1msec -t udp "sp=20000,dp=0-32768" 304 -d 1msec -c 50 -t udp "sp=20000,dp=30000" 310 -d 1msec -c 50 -t udp "sp=20000,dp=30000" 325 -d 1msec -t udp "sp=0-32768,dp=30000" 331 -d 1msec -t udp "sp=20000,dp=0-32768"
|
A D | ip6gre_custom_multipath_hash.sh | 282 -d 1msec -c 50 -t udp "sp=20000,dp=30000" 288 -d 1msec -c 50 -t udp "sp=20000,dp=30000" 294 -d 1msec -t udp "sp=0-32768,dp=30000" 300 -d 1msec -t udp "sp=20000,dp=0-32768" 306 -d 1msec -c 50 -t udp "sp=20000,dp=30000" 312 -d 1msec -c 50 -t udp "sp=20000,dp=30000" 327 -d 1msec -t udp "sp=0-32768,dp=30000" 333 -d 1msec -t udp "sp=20000,dp=0-32768"
|
A D | router.sh | 182 $MZ $h1 -t udp "sp=54321,dp=12345" -c 5 -d 1msec \ 231 $MZ $flags $h1 -t udp "sp=54321,dp=12345" -c 5 -d 1msec -b $dmac \ 260 $MZ $h1 -t udp "sp=54321,dp=12345" -c 5 -d 1msec \ 280 $MZ -6 $h1 -t udp "sp=54321,dp=12345" -c 5 -d 1msec \ 303 $MZ $h1 -t udp "sp=54321,dp=12345" -c 5 -d 1msec -b $rp1mac -B $dip -q
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
A D | devlink_trap_l3_drops.sh | 208 -B $dip -d 1msec -q & 243 -b $rp1mac -B $dip -d 1msec -q & 277 -B $dip -d 1msec -q & 312 -b $rp1mac -B $dip -d 1msec -q & 343 -B $h2_ipv4 -d 1msec -q & 396 $MZ $h1 -c 0 -d 1msec -a $h1mac -b $rp1mac -q p=$payload & 442 $MZ $h1 -c 0 -d 1msec -a $h1mac -b $rp1mac -q p=$payload & 480 "33:33:00:00:00:00" -B $dip -d 1msec -q & 505 "33:33:00:00:00:00" -B $dip -d 1msec -q & 535 -B $dip -d 1msec -q & [all …]
|
A D | devlink_trap_l2_drops.sh | 104 $MZ $h1 -c 0 -p 100 -a $smac -b bcast -t ip -d 1msec -q & 130 $MZ $h1 "$opt" -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q & 190 $MZ $h1 -Q $vid -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q & 233 $MZ $h1 -Q $vid -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q & 303 $MZ $h1 -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q & 348 $MZ $h1 -c 0 -p 100 -a own -b $dmac -t ip -B $dip -d 1msec -q & 394 $MZ $h1 -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
|
A D | tc_sample.sh | 338 ip vrf exec v$h1 $MZ $h1 -c 3200 -d 1msec -p 64 -A 192.0.2.1 \ 364 ip vrf exec v${h3}_bond $MZ ${h3}_bond -c 3200 -d 1msec -p 64 \ 390 ip vrf exec v$h1 $MZ $h1 -c 3200 -d 1msec -p 64 -A 192.0.2.1 \ 416 ip vrf exec v${h3}_bond $MZ ${h3}_bond -c 3200 -d 1msec -p 64 \ 445 ip vrf exec v$h1 $MZ $h1 -c 3200 -d 1msec -p 64 -A 192.0.2.1 \ 460 ip vrf exec v$h1 $MZ $h1 -c 3200 -d 1msec -p 64 -A 192.0.2.1 \ 533 ip vrf exec v$h1 $MZ $h1 -c 3200 -d 1msec -p 64 -A 192.0.2.1 \ 611 ip vrf exec v$h1 $MZ $h1 -c 3200 -d 1msec -p 64 -A 192.0.2.1 \
|
A D | devlink_trap_l3_exceptions.sh | 192 $MZ $h1 -t udp "sp=54321,dp=12345,df" -p 1400 -c 0 -d 1msec -b $rp1mac \ 227 $MZ $h1 -t udp "ttl=$ttl_val,sp=54321,dp=12345" -c 0 -d 1msec \ 339 $MZ $flags $h1 -t udp "sp=54321,dp=12345" -c 0 -d 1msec -b $rp1mac \ 537 $MZ $h1 -t udp "sp=54321,dp=12345" -c 0 -d 1msec -b $rp1mac \ 564 $MZ -6 $h1 -t udp "sp=54321,dp=12345" -c 0 -d 1msec -b $rp1mac \
|
/linux/drivers/base/power/ |
A D | sysfs.c | 456 s64 msec; in wakeup_total_time_ms_show() local 461 msec = ktime_to_ms(dev->power.wakeup->total_time); in wakeup_total_time_ms_show() 468 return sysfs_emit(buf, "%lld\n", msec); in wakeup_total_time_ms_show() 476 s64 msec; in wakeup_max_time_ms_show() local 481 msec = ktime_to_ms(dev->power.wakeup->max_time); in wakeup_max_time_ms_show() 488 return sysfs_emit(buf, "%lld\n", msec); in wakeup_max_time_ms_show() 497 s64 msec; in wakeup_last_time_ms_show() local 502 msec = ktime_to_ms(dev->power.wakeup->last_time); in wakeup_last_time_ms_show() 509 return sysfs_emit(buf, "%lld\n", msec); in wakeup_last_time_ms_show() 527 s64 msec; in wakeup_prevent_sleep_time_ms_show() local [all …]
|
/linux/drivers/net/ethernet/arc/ |
A D | emac_mdio.c | 115 msleep(data->msec); in arc_mdio_reset() 159 of_property_read_u32(np, "phy-reset-duration", &data->msec); in arc_mdio_probe() 161 if (data->msec > 1000) in arc_mdio_probe() 162 data->msec = 1; in arc_mdio_probe()
|
/linux/drivers/edac/ |
A D | edac_pci.c | 171 int msec; in edac_pci_workq_function() local 187 msec = edac_pci_get_poll_msec(); in edac_pci_workq_function() 188 if (msec == 1000) in edac_pci_workq_function() 189 delay = round_jiffies_relative(msecs_to_jiffies(msec)); in edac_pci_workq_function() 191 delay = msecs_to_jiffies(msec); in edac_pci_workq_function()
|
/linux/Documentation/devicetree/bindings/iio/accel/ |
A D | lis302.txt | 30 - st,click-click-time-limit: click time limit, from 0 to 127.5msec 31 with step of 0.5 msec 32 - st,click-latency: click latency, from 0 to 255 msec with 33 step of 1 msec. 34 - st,click-window: click window, from 0 to 255 msec with 35 step of 1 msec.
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
A D | tout.c | 68 u64 msec = to_val; in tout_convert_reg_field_to_ms() local 73 msec *= 1000 * int_pow(60, to_mul - 1); in tout_convert_reg_field_to_ms() 75 return msec; in tout_convert_reg_field_to_ms()
|
/linux/drivers/platform/chrome/ |
A D | cros_ec_lightbar.c | 34 unsigned long msec = lb_interval_jiffies * 1000 / HZ; in interval_msec_show() local 36 return scnprintf(buf, PAGE_SIZE, "%lu\n", msec); in interval_msec_show() 43 unsigned long msec; in interval_msec_store() local 45 if (kstrtoul(buf, 0, &msec)) in interval_msec_store() 48 lb_interval_jiffies = msec * HZ / 1000; in interval_msec_store()
|
/linux/Documentation/watchdog/ |
A D | mlx-wdt.rst | 16 Actual HW timeout can be defined as a power of 2 msec. 17 e.g. timeout 20 sec will be rounded up to 32768 msec. 18 The maximum timeout period is 32 sec (32768 msec.),
|
/linux/tools/perf/Documentation/ |
A D | perf-sched.txt | 51 [tid/pid] (msec) (msec) (msec) 61 Times are in msec.usec.
|
/linux/drivers/media/usb/dvb-usb/ |
A D | vp702x.c | 98 int vp702x_usb_inout_op(struct dvb_usb_device *d, u8 *o, int olen, u8 *i, int ilen, int msec) in vp702x_usb_inout_op() argument 106 msleep(msec); in vp702x_usb_inout_op() 114 int olen, u8 *i, int ilen, int msec) in vp702x_usb_inout_cmd() argument 143 ret = vp702x_usb_inout_op(d, buf, olen+2, buf, ilen+1, msec); in vp702x_usb_inout_cmd()
|