Home
last modified time | relevance | path

Searched refs:sec (Results 1501 - 1524 of 1524) sorted by relevance

1...<<61

/kernel/linux/linux-5.10/include/rdma/
H A Dib_verbs.h825 * 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 Dlio_main.c632 lt->sec = ts.tv_sec; in lio_sync_octeon_time()
/kernel/linux/linux-6.6/include/rdma/
H A Dib_verbs.h847 * 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 Digb_ethtool.c565 regs_buff[66] = adapter->stats.sec; in igb_get_regs()
H A Digb_main.c5766 * 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 Dspeed.c108 long num, unsigned int bits, int sec);
/third_party/openssl/apps/
H A Dspeed.c108 long num, unsigned int bits, int sec);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_event.c3292 if (age.sec == 0 && age.usec < 100000) {
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_ctrl_iface.c628 /* <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 Dsleepgraph.py1930 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 Dhns3_enet.c4229 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 Dsleepgraph.py2126 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 Dsimulator-s390.cc4529 // 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 De1000_main.c3637 adapter->stats.sec += er32(SEC); in e1000_update_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3637 adapter->stats.sec += er32(SEC); in e1000_update_stats()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs860 pub sec: ::time_t,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c630 /* <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 Dwpa_auth.c4954 entry->expiration = now.sec + expiration; in wpa_auth_pmksa_create_entry()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth.c4525 entry->expiration = now.sec + expiration; in wpa_auth_pmksa_create_entry()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c2033 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 Dx86.c2345 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 Dtg3.c6292 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 Dtg3.c6277 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 Dstylo.hpp[all...]

Completed in 210 milliseconds

1...<<61