Searched refs:htop (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/arch/riscv/kernel/ |
| D | sbi.c | 253 unsigned long hartid, cpuid, hmask = 0, hbase = 0, htop = 0; in __sbi_send_ipi_v02() local 263 if (hartid + BITS_PER_LONG <= htop || in __sbi_send_ipi_v02() 279 htop = hartid; in __sbi_send_ipi_v02() 280 } else if (hartid > htop) { in __sbi_send_ipi_v02() 281 htop = hartid; in __sbi_send_ipi_v02() 359 unsigned long hartid, cpuid, hmask = 0, hbase = 0, htop = 0; in __sbi_rfence_v02() local 368 if (hartid + BITS_PER_LONG <= htop || in __sbi_rfence_v02() 383 htop = hartid; in __sbi_rfence_v02() 384 } else if (hartid > htop) { in __sbi_rfence_v02() 385 htop = hartid; in __sbi_rfence_v02()
|
| /Linux-v6.1/net/mac80211/ |
| D | util.c | 3393 const struct ieee80211_ht_operation *htop, in ieee80211_chandef_vht_oper() argument 3408 if (!oper || !htop) in ieee80211_chandef_vht_oper() 3422 ccfs2 = (le16_to_cpu(htop->operation_mode) & in ieee80211_chandef_vht_oper()
|
| D | ieee80211_i.h | 2434 const struct ieee80211_ht_operation *htop,
|
| /Linux-v6.1/net/wireless/ |
| D | scan.c | 1859 struct ieee80211_ht_operation *htop = (void *)tmp->data; in cfg80211_get_ies_channel_number() local 1861 return htop->primary_chan; in cfg80211_get_ies_channel_number()
|