Searched refs:htop (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | sbi.c | 305 unsigned long hartid, cpuid, hmask = 0, hbase = 0, htop = 0; in __sbi_rfence_v02() local 314 if (hartid + BITS_PER_LONG <= htop || in __sbi_rfence_v02() 329 htop = hartid; in __sbi_rfence_v02() 330 } else if (hartid > htop) { in __sbi_rfence_v02() 331 htop = hartid; in __sbi_rfence_v02()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | util.c | 3240 const struct ieee80211_ht_operation *htop, in ieee80211_chandef_vht_oper() 3255 if (!oper || !htop) in ieee80211_chandef_vht_oper() 3269 ccfs2 = (le16_to_cpu(htop->operation_mode) & in ieee80211_chandef_vht_oper() 3238 ieee80211_chandef_vht_oper(struct ieee80211_hw *hw, u32 vht_cap_info, const struct ieee80211_vht_operation *oper, const struct ieee80211_ht_operation *htop, struct cfg80211_chan_def *chandef) ieee80211_chandef_vht_oper() argument
|
H A D | ieee80211_i.h | 2243 const struct ieee80211_ht_operation *htop,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | util.c | 3659 const struct ieee80211_ht_operation *htop, in ieee80211_chandef_vht_oper() 3674 if (!oper || !htop) in ieee80211_chandef_vht_oper() 3688 ccfs2 = (le16_to_cpu(htop->operation_mode) & in ieee80211_chandef_vht_oper() 3657 ieee80211_chandef_vht_oper(struct ieee80211_hw *hw, u32 vht_cap_info, const struct ieee80211_vht_operation *oper, const struct ieee80211_ht_operation *htop, struct cfg80211_chan_def *chandef) ieee80211_chandef_vht_oper() argument
|
H A D | ieee80211_i.h | 2524 const struct ieee80211_ht_operation *htop,
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | scan.c | 1889 struct ieee80211_ht_operation *htop = (void *)(tmp + 2); in cfg80211_get_bss_channel() local 1891 channel_number = htop->primary_chan; in cfg80211_get_bss_channel()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | scan.c | 1927 struct ieee80211_ht_operation *htop = (void *)tmp->data; in cfg80211_get_ies_channel_number() local 1929 return htop->primary_chan; in cfg80211_get_ies_channel_number()
|
Completed in 29 milliseconds