Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/Documentation/process/debugging/
H A Duserspace_debugging_guide.rst139 - ``top`` / ``htop`` / ``atop`` (*get an overview of the system load, see
/linux-6.15/net/mac80211/
H A Dutil.c2951 const struct ieee80211_ht_operation *htop, in ieee80211_chandef_vht_oper() argument
2966 if (!oper || !htop) in ieee80211_chandef_vht_oper()
2980 ccfs2 = (le16_to_cpu(htop->operation_mode) & in ieee80211_chandef_vht_oper()
H A Dieee80211_i.h2635 const struct ieee80211_ht_operation *htop,
/linux-6.15/net/wireless/
H A Dscan.c2107 struct ieee80211_ht_operation *htop = (void *)tmp->data; in cfg80211_get_ies_channel_number() local
2109 return htop->primary_chan; in cfg80211_get_ies_channel_number()