/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dlmglue.c | 437 u32 usec; in ocfs2_update_lock_stats() local 449 usec = ktime_to_us(kt); in ocfs2_update_lock_stats() 459 if (stats->ls_max < usec) in ocfs2_update_lock_stats() 460 stats->ls_max = usec; in ocfs2_update_lock_stats()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dlmglue.c | 436 u32 usec; in ocfs2_update_lock_stats() local 448 usec = ktime_to_us(kt); in ocfs2_update_lock_stats() 458 if (stats->ls_max < usec) in ocfs2_update_lock_stats() 459 stats->ls_max = usec; in ocfs2_update_lock_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 1371 static void set_rx_coal(struct mv643xx_eth_private *mp, unsigned int usec) in set_rx_coal() argument 1376 temp = (u64)usec * mp->t_clk; in set_rx_coal() 1408 static void set_tx_coal(struct mv643xx_eth_private *mp, unsigned int usec) in set_tx_coal() argument 1412 temp = (u64)usec * mp->t_clk; in set_tx_coal()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 1853 s64 usec; in ath9k_hw_get_tsf_offset() local 1860 usec = cur->tv_sec * 1000000ULL + cur->tv_nsec / 1000; in ath9k_hw_get_tsf_offset() 1861 usec -= last->tv_sec * 1000000ULL + last->tv_nsec / 1000; in ath9k_hw_get_tsf_offset() 1863 return (u32) usec; in ath9k_hw_get_tsf_offset()
|
H A D | xmit.c | 1141 static int ath_max_framelen(int usec, int mcs, bool ht40, bool sgi) in ath_max_framelen() argument 1147 usec -= L_STF + L_LTF + L_SIG + HT_SIG + HT_STF + HT_LTF(streams); in ath_max_framelen() 1148 symbols = sgi ? TIME_SYMBOLS_HALFGI(usec) : TIME_SYMBOLS(usec); in ath_max_framelen()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.h | 1274 u8 sb_index, u8 disable, u16 usec);
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | ath5k.h | 747 * TSF is a 64bit value in usec (microseconds). 749 * time equal to 1024 usec", so it's roughly milliseconds (usec / 1024). 1503 unsigned int ath5k_hw_htoclock(struct ath5k_hw *ah, unsigned int usec);
|
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | qed_if.h | 206 u16 usec; member 988 * @brief set_coalesce - Configure Rx coalesce value in usec 991 * @param rx_coal - Rx coalesce value in usec 992 * @param tx_coal - Tx coalesce value in usec
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.h | 1274 u8 sb_index, u8 disable, u16 usec);
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | qed_if.h | 210 u16 usec; member 1022 * set_coalesce(): Configure Rx coalesce value in usec. 1025 * @rx_coal: Rx coalesce value in usec. 1026 * @tx_coal: Tx coalesce value in usec.
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | efistub.h | 501 efi_status_t efi_wait_for_key(unsigned long usec, efi_input_key_t *key);
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | ath5k.h | 747 * TSF is a 64bit value in usec (microseconds). 749 * time equal to 1024 usec", so it's roughly milliseconds (usec / 1024). 1499 unsigned int ath5k_hw_htoclock(struct ath5k_hw *ah, unsigned int usec);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | gas_query.c | 88 return res.sec * 1000 + res.usec / 1000; in ms_from_time()
|
H A D | wpa_supplicant_i.h | 1291 int sec, int usec);
|
H A D | dpp_supplicant.c | 264 diff_ms = diff.sec * 1000 + diff.usec / 1000; in wpas_dpp_reply_wait_timeout() 384 used = diff.sec * 1000 + diff.usec / 1000; in wpas_dpp_auth_init_next()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11_shared.c | 35 tu = (passed.sec * 1000000 + passed.usec) / 1024; in hostapd_eid_assoc_comeback_time()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_i.h | 914 unsigned int usec);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | gas_query.c | 89 return res.sec * 1000 + res.usec / 1000; in ms_from_time()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11_shared.c | 36 tu = (passed.sec * 1000000 + passed.usec) / 1024; in hostapd_eid_assoc_comeback_time()
|
H A D | dpp_hostapd.c | 224 diff_ms = diff.sec * 1000 + diff.usec / 1000; in hostapd_dpp_reply_wait_timeout() 349 used = diff.sec * 1000 + diff.usec / 1000; in hostapd_dpp_auth_init_next()
|
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 381 u32 mask, u32 done, int usec) in handshake() 388 result == U32_MAX), 1, usec); in handshake() 1957 /* REVISIT: some hardware needs 550+ usec to clear in isp1760_hub_control() 380 handshake(struct usb_hcd *hcd, u32 reg, u32 mask, u32 done, int usec) handshake() argument
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-esound.c | 574 double usec = (double) pa_sink_get_requested_latency(sink); in esd_proto_get_latency() local 575 latency = (int) ((usec*44100)/1000000); in esd_proto_get_latency()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng2-x.c | 120 # define usleep(usec) { \ 123 ts.tv_nsec = (usec) * 1000; \
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sh-sci.c | 1269 static void start_hrtimer_us(struct hrtimer *hrt, unsigned long usec) in start_hrtimer_us() argument 1271 long sec = usec / 1000000; in start_hrtimer_us() 1272 long nsec = (usec % 1000000) * 1000; in start_hrtimer_us()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | sh-sci.c | 1284 static void start_hrtimer_us(struct hrtimer *hrt, unsigned long usec) in start_hrtimer_us() argument 1286 long sec = usec / 1000000; in start_hrtimer_us() 1287 long nsec = (usec % 1000000) * 1000; in start_hrtimer_us()
|