Searched refs:idx_limit (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/arch/x86/kernel/cpu/resctrl/ |
| H A D | monitor.c | 369 u32 idx_limit = resctrl_arch_system_num_rmid_idx(); in __check_limbo() local 390 idx = find_next_bit(d->rmid_busy_llc, idx_limit, cur_idx); in __check_limbo() 391 if (idx >= idx_limit) in __check_limbo() 426 u32 idx_limit = resctrl_arch_system_num_rmid_idx(); in has_busy_rmid() local 428 return find_first_bit(d->rmid_busy_llc, idx_limit) != idx_limit; in has_busy_rmid() 1000 u32 idx_limit = resctrl_arch_system_num_rmid_idx(); in dom_data_init() local 1025 rmid_ptrs = kcalloc(idx_limit, sizeof(struct rmid_entry), GFP_KERNEL); in dom_data_init() 1035 for (i = 0; i < idx_limit; i++) { in dom_data_init()
|
| H A D | rdtgroup.c | 4192 u32 idx_limit = resctrl_arch_system_num_rmid_idx(); in domain_setup_mon_state() local 4196 d->rmid_busy_llc = bitmap_zalloc(idx_limit, GFP_KERNEL); in domain_setup_mon_state() 4202 d->mbm_total = kcalloc(idx_limit, tsize, GFP_KERNEL); in domain_setup_mon_state() 4210 d->mbm_local = kcalloc(idx_limit, tsize, GFP_KERNEL); in domain_setup_mon_state()
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 2069 int idx_limit; in ath11k_peer_assoc_h_vht_limit() local 2079 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_vht_limit() 2081 idx_limit = -1; in ath11k_peer_assoc_h_vht_limit() 2083 switch (idx_limit) { in ath11k_peer_assoc_h_vht_limit() 2288 int idx_limit; in ath11k_peer_assoc_h_he_limit() local 2298 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_he_limit() 2300 idx_limit = -1; in ath11k_peer_assoc_h_he_limit() 2302 switch (idx_limit) { in ath11k_peer_assoc_h_he_limit()
|
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 2475 int idx_limit; in ath10k_peer_assoc_h_vht_limit() local 2485 idx_limit = fls(mcs_map) - 1; in ath10k_peer_assoc_h_vht_limit() 2487 idx_limit = -1; in ath10k_peer_assoc_h_vht_limit() 2489 switch (idx_limit) { in ath10k_peer_assoc_h_vht_limit()
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 2212 int idx_limit; in ath12k_peer_assoc_h_vht_limit() local 2222 idx_limit = fls(mcs_map) - 1; in ath12k_peer_assoc_h_vht_limit() 2224 idx_limit = -1; in ath12k_peer_assoc_h_vht_limit() 2226 switch (idx_limit) { in ath12k_peer_assoc_h_vht_limit()
|