/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_verbs.h | 825 * base rate of 2.5 Gbit/sec. For example, IB_RATE_5_GBPS will be 826 * converted to 2, since 5 Gbit/sec is 2 * 2.5 Gbit/sec. 883 * mult_to_ib_rate - Convert a multiple of 2.5 Gbit/sec to an IB rate 1711 struct ib_qp_security *sec; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_main.c | 632 lt->sec = ts.tv_sec; in lio_sync_octeon_time()
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_verbs.h | 847 * base rate of 2.5 Gbit/sec. For example, IB_RATE_5_GBPS will be 848 * converted to 2, since 5 Gbit/sec is 2 * 2.5 Gbit/sec. 905 * mult_to_ib_rate - Convert a multiple of 2.5 Gbit/sec to an IB rate 1750 struct ib_qp_security *sec; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | igb_ethtool.c | 565 regs_buff[66] = adapter->stats.sec; in igb_get_regs()
|
H A D | igb_main.c | 5766 * ints/sec - ITR timer value of 120 ticks. in igb_update_ring_itr() 5911 new_itr = IGB_70K_ITR; /* 70,000 ints/sec */ in igb_set_itr() 5914 new_itr = IGB_20K_ITR; /* 20,000 ints/sec */ in igb_set_itr() 5917 new_itr = IGB_4K_ITR; /* 4,000 ints/sec */ in igb_set_itr() 6765 adapter->stats.sec += rd32(E1000_SEC); in igb_update_stats()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 108 long num, unsigned int bits, int sec);
|
/third_party/openssl/apps/ |
H A D | speed.c | 108 long num, unsigned int bits, int sec);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_event.c | 3292 if (age.sec == 0 && age.usec < 100000) {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 628 /* <STA MAC Addr> <Code(0/1)> <Re-auth-Delay(sec)> [URL] */ in hostapd_ctrl_iface_hs20_deauth_req() 2557 MAC2STR(info->addr), (unsigned int) age.sec, in hostapd_ctrl_iface_track_sta_list()
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | sleepgraph.py | 1930 self.start, devend, '', ' sec', '') 2697 'sec' in rowdata[row][0].dev['htmlclass']: 4772 .thread.sec,.thread.sec:hover {background:black;border:0;color:white;line-height:15px;font-size:10px;}\n\ 5386 ' R = runtime suspend enabled/disabled (E/D) rACTIVE = runtime active (min/sec)\n'\ 5387 ' S = runtime status active/suspended (A/S) rSUSPEND = runtime suspend (min/sec)\n'\ 6120 if not m or 'thread kth' in line or 'thread sec' in line:
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 4229 u32 sec = le32_to_cpu(desc->ts_sec); in hns3_handle_rx_ts_info() local 4232 h->ae_algo->ops->get_rx_hwts(h, skb, nsec, sec); in hns3_handle_rx_ts_info()
|
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | sleepgraph.py | 2126 self.start, devend, '', ' sec', '') 2885 'sec' in rowdata[row][0].dev['htmlclass']: 5026 .thread.sec,.thread.sec:hover {background:black;border:0;color:white;line-height:15px;font-size:10px;}\n\ 5625 ' R = runtime suspend enabled/disabled (E/D) rACTIVE = runtime active (min/sec)\n'\ 5626 ' S = runtime status active/suspended (A/S) rSUSPEND = runtime suspend (min/sec)\n'\ 6356 if not m or 'thread kth' in line or 'thread sec' in line:
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 4529 // sec = Single Element Control mask 4531 static void VectorUnaryOp(Simulator* sim, int dst, int src, int sec, Op op) { in VectorUnaryOp() argument 4532 if (sec == 8) { in VectorUnaryOp() 4536 CHECK_EQ(sec, 0); in VectorUnaryOp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 3637 adapter->stats.sec += er32(SEC); in e1000_update_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 3637 adapter->stats.sec += er32(SEC); in e1000_update_stats()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 860 pub sec: ::time_t,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 630 /* <STA MAC Addr> <Code(0/1)> <Re-auth-Delay(sec)> [URL] */ in hostapd_ctrl_iface_hs20_deauth_req() 3052 MAC2STR(info->addr), (unsigned int) age.sec, in hostapd_ctrl_iface_track_sta_list()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth.c | 4954 entry->expiration = now.sec + expiration; in wpa_auth_pmksa_create_entry()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth.c | 4525 entry->expiration = now.sec + expiration; in wpa_auth_pmksa_create_entry()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | x86.c | 2033 wc.sec = (u32)wall_nsec; /* overflow in 2106 guest time */ in kvm_write_wall_clock() 8299 clock_pairing.sec = ts.tv_sec; in kvm_pv_clock_pairing()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | x86.c | 2345 wc.sec = (u32)wall_nsec; /* overflow in 2106 guest time */ in kvm_write_wall_clock() 9703 clock_pairing.sec = ts.tv_sec; in kvm_pv_clock_pairing()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 6292 nsec = rq->perout.start.sec * 1000000000ULL + in tg3_ptp_enable() 6295 if (rq->perout.period.sec || rq->perout.period.nsec) { in tg3_ptp_enable()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 6277 nsec = rq->perout.start.sec * 1000000000ULL + in tg3_ptp_enable() 6280 if (rq->perout.period.sec || rq->perout.period.nsec) { in tg3_ptp_enable()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |