Home
last modified time | relevance | path

Searched refs:htop (Results 1 – 3 of 3) sorted by relevance

/linux/arch/riscv/kernel/
H A Dsbi.c261 unsigned long hartid, cpuid, hmask = 0, hbase = 0, htop = 0; in __sbi_rfence_v02() local
270 if (hartid + BITS_PER_LONG <= htop || in __sbi_rfence_v02()
285 htop = hartid; in __sbi_rfence_v02()
286 } else if (hartid > htop) { in __sbi_rfence_v02()
287 htop = hartid; in __sbi_rfence_v02()
/linux/net/mac80211/
H A Dutil.c2950 const struct ieee80211_ht_operation *htop, in ieee80211_chandef_vht_oper() argument
2965 if (!oper || !htop) in ieee80211_chandef_vht_oper()
2979 ccfs2 = (le16_to_cpu(htop->operation_mode) & in ieee80211_chandef_vht_oper()
H A Dieee80211_i.h2630 const struct ieee80211_ht_operation *htop,