/kernel/linux/linux-6.6/drivers/net/xen-netback/ |
H A D | xenbus.c | 81 "Credit timer_pending: %d, credit: %lu, usec: %lu\n" in xenvif_read_io_ring() 466 unsigned long *bytes, unsigned long *usec) in xen_net_read_rate() 474 *usec = 0; in xen_net_read_rate() 491 *usec = u; in xen_net_read_rate() 465 xen_net_read_rate(struct xenbus_device *dev, unsigned long *bytes, unsigned long *usec) xen_net_read_rate() argument
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | aspeed-pwm-tacho.c | 528 u32 raw_data, tach_div, clk_source, msec, usec, val; in aspeed_get_fan_tach_ch_rpm() local 541 usec = msec * 1000; in aspeed_get_fan_tach_ch_rpm() 549 usec); in aspeed_get_fan_tach_ch_rpm()
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | tc_sample.sh | 238 ip vrf exec v$h1 $MZ $h1 -c 320000 -d 100usec -p 64 -A 192.0.2.1 \ 493 ip vrf exec v$h1 $MZ $h1 -c 0 -d 1usec -p 1400 -A 192.0.2.1 \ 591 ip vrf exec v$h1 $MZ $h1 -c 320000 -d 100usec -p 64 -A 192.0.2.1 \
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_debug.c | 684 unsigned sec, usec; in ac_vm_fault_occured() 700 if (sscanf(line, "[%u.%u]", &sec, &usec) != 2) { in ac_vm_fault_occured() 708 dmesg_timestamp = sec * 1000000ull + usec; in ac_vm_fault_occured()
|
/third_party/pulseaudio/src/utils/ |
H A D | pacat.c | 632 pa_usec_t l, usec; in stream_update_timing_callback() local 638 pa_stream_get_time(s, &usec) < 0 || in stream_update_timing_callback() 645 fprintf(stderr, _("Time: %0.3f sec; Latency: %0.0f usec."), in stream_update_timing_callback() 646 (float) usec / 1000000, in stream_update_timing_callback()
|
H A D | padsp.c | 2129 pa_usec_t usec; in dsp_ioctl() local 2133 if (pa_stream_get_latency(i->play_stream, &usec, NULL) >= 0) { in dsp_ioctl() 2134 *(int*) argp = pa_usec_to_bytes(usec, &i->sample_spec); in dsp_ioctl() 2339 pa_usec_t usec; in dsp_ioctl() local 2343 if (pa_stream_get_time(i->play_stream, &usec) >= 0) { in dsp_ioctl() 2344 size_t k = pa_usec_to_bytes(usec, &i->sample_spec); in dsp_ioctl()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-sink.c | 467 pa_usec_t usec, wm; in hw_sleep_time() local 475 usec = pa_sink_get_requested_latency_within_thread(u->sink); in hw_sleep_time() 477 if (usec == (pa_usec_t) -1) in hw_sleep_time() 478 usec = pa_bytes_to_usec(u->hwbuf_size, &u->sink->sample_spec); in hw_sleep_time() 482 if (wm > usec) in hw_sleep_time() 483 wm = usec/2; in hw_sleep_time() 485 *sleep_usec = usec - wm; in hw_sleep_time() 490 (unsigned long) (usec / PA_USEC_PER_MSEC), in hw_sleep_time()
|
H A D | alsa-source.c | 439 pa_usec_t wm, usec; in hw_sleep_time() local 447 usec = pa_source_get_requested_latency_within_thread(u->source); in hw_sleep_time() 449 if (usec == (pa_usec_t) -1) in hw_sleep_time() 450 usec = pa_bytes_to_usec(u->hwbuf_size, &u->source->sample_spec); in hw_sleep_time() 454 if (wm > usec) in hw_sleep_time() 455 wm = usec/2; in hw_sleep_time() 457 *sleep_usec = usec - wm; in hw_sleep_time() 462 (unsigned long) (usec / PA_USEC_PER_MSEC), in hw_sleep_time()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | params.c | 508 moder.usec = MLX5E_PARAMS_DEFAULT_TX_CQ_MODERATION_USEC; in mlx5e_get_def_tx_moderation() 510 moder.usec = MLX5E_PARAMS_DEFAULT_TX_CQ_MODERATION_USEC_FROM_CQE; in mlx5e_get_def_tx_moderation() 521 moder.usec = MLX5E_PARAMS_DEFAULT_RX_CQ_MODERATION_USEC; in mlx5e_get_def_rx_moderation() 523 moder.usec = MLX5E_PARAMS_DEFAULT_RX_CQ_MODERATION_USEC_FROM_CQE; in mlx5e_get_def_rx_moderation()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | sta_info.c | 1106 tu = (passed.sec * 1000000 + passed.usec) / 1024; in ap_check_sa_query_timeout() 1128 unsigned int timeout, sec, usec; in ap_sa_query_timer() local 1164 usec = (timeout % 1000) * 1024; in ap_sa_query_timer() 1165 eloop_register_timeout(sec, usec, ap_sa_query_timer, hapd, sta); in ap_sa_query_timer()
|
/third_party/pulseaudio/src/pulse/ |
H A D | context.c | 1624 pa_time_event* pa_context_rttime_new(const pa_context *c, pa_usec_t usec, pa_time_event_cb_t cb, void *userdata) { argument 1631 if (usec == PA_USEC_INVALID) 1634 pa_timeval_rtstore(&tv, usec, c->use_rtclock); 1639 void pa_context_rttime_restart(const pa_context *c, pa_time_event *e, pa_usec_t usec) { argument 1646 if (usec == PA_USEC_INVALID) 1649 pa_timeval_rtstore(&tv, usec, c->use_rtclock);
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | aix.c | 24 __be32 usec; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_dev.h | 164 u32 vnic_dev_intr_coal_timer_usec_to_hw(struct vnic_dev *vdev, u32 usec);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_dev.h | 151 u32 vnic_dev_intr_coal_timer_usec_to_hw(struct vnic_dev *vdev, u32 usec);
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | aix.c | 24 __be32 usec; member
|
/third_party/libinput/tools/ |
H A D | libinput-analyze-recording.py | 126 usec=evdev[1], 195 fields.insert(0, f"{e.sec: 3d}.{e.usec//1000:03d}")
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | sme.c | 2299 static const unsigned int sa_query_ch_switch_max_delay = 5000; /* in usec */ 2307 tu = (passed.sec * 1000000 + passed.usec) / 1024; in sme_check_sa_query_timeout() 2362 unsigned int timeout, sec, usec; in sme_sa_query_timer() local 2392 usec = (timeout % 1000) * 1024; in sme_sa_query_timer() 2393 eloop_register_timeout(sec, usec, sme_sa_query_timer, wpa_s, NULL); in sme_sa_query_timer() 2452 unsigned int usec; in sme_event_ch_switch() local 2465 usec = _rand % (sa_query_ch_switch_max_delay + 1); in sme_event_ch_switch() 2466 eloop_register_timeout(0, usec, sme_sa_query_timer, wpa_s, NULL); in sme_event_ch_switch()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_core.c | 33 static int poll_oip(struct bdc *bdc, u32 usec) in poll_oip() argument 39 (BDC_CSTS(status) != BDC_OIP), 10, usec); in poll_oip() 254 /* Set the Interrupt Coalescence ~500 usec */ in bdc_mem_init()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_core.c | 33 static int poll_oip(struct bdc *bdc, u32 usec) in poll_oip() argument 39 (BDC_CSTS(status) != BDC_OIP), 10, usec); in poll_oip() 254 /* Set the Interrupt Coalescence ~500 usec */ in bdc_mem_init()
|
/kernel/linux/linux-6.6/drivers/net/ipa/ |
H A D | ipa_main.c | 77 #define DPL_TIMESTAMP_SHIFT 14 /* ~1.172 kHz, ~853 usec per tick */ 343 * a valid granularity value (so for example @usec must be at least 16 for 346 static __always_inline u32 ipa_aggr_granularity_val(u32 usec) in ipa_aggr_granularity_val() argument 348 return DIV_ROUND_CLOSEST(usec * TIMER_FREQUENCY, USEC_PER_SEC) - 1; in ipa_aggr_granularity_val()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | wpa_debug.c | 81 (unsigned int) tv.usec); in wpa_debug_print_timestamp() 84 printf("%ld.%06u: ", (long) tv.sec, (unsigned int) tv.usec); in wpa_debug_print_timestamp()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | debug.c | 1448 unsigned long sec, usec; in debug_dflt_header_fn() local 1456 usec = do_div(sec, USEC_PER_SEC); in debug_dflt_header_fn() 1464 area, sec, usec, level, except_str, in debug_dflt_header_fn()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | debug.c | 1495 unsigned long sec, usec; in debug_dflt_header_fn() local 1503 usec = do_div(sec, USEC_PER_SEC); in debug_dflt_header_fn() 1511 area, sec, usec, level, except_str, in debug_dflt_header_fn()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-hcd.c | 136 * @usec: timeout in microseconds 141 * handshake done). There are two failure modes: "usec" have passed (major 149 u32 mask, u32 done, int usec) in ehci_handshake() 161 usec--; in ehci_handshake() 162 } while (usec > 0); in ehci_handshake() 475 * by default set standard 80% (== 100 usec/uframe) max periodic in ehci_init() 148 ehci_handshake(struct ehci_hcd *ehci, void __iomem *ptr, u32 mask, u32 done, int usec) ehci_handshake() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_mng_tlv.c | 428 if (p_time->usec > 999) in qed_mfw_get_tlv_time_value() 429 p_time->usec = 0; in qed_mfw_get_tlv_time_value() 434 p_time->hour, p_time->min, p_time->msec, p_time->usec); in qed_mfw_get_tlv_time_value()
|