Searched refs:idx_limit (Results 1 – 4 of 4) sorted by relevance
136 u32 idx_limit = resctrl_arch_system_num_rmid_idx(); in __check_limbo() local159 idx = find_next_bit(d->rmid_busy_llc, idx_limit, cur_idx); in __check_limbo()160 if (idx >= idx_limit) in __check_limbo()200 u32 idx_limit = resctrl_arch_system_num_rmid_idx(); in has_busy_rmid() local202 return find_first_bit(d->rmid_busy_llc, idx_limit) != idx_limit; in has_busy_rmid()965 u32 idx_limit; in setup_rmid_lru_list() local981 idx_limit = resctrl_arch_system_num_rmid_idx(); in setup_rmid_lru_list()982 rmid_ptrs = kzalloc_objs(struct rmid_entry, idx_limit); in setup_rmid_lru_list()986 for (i = 0; i < idx_limit; i++) { in setup_rmid_lru_list()1206 u32 idx_limit = resctrl_arch_system_num_rmid_idx(); in resctrl_reset_rmid_all() local[all …]
4624 u32 idx_limit = resctrl_arch_system_num_rmid_idx(); in domain_setup_l3_mon_state() local4630 d->rmid_busy_llc = bitmap_zalloc(idx_limit, GFP_KERNEL); in domain_setup_l3_mon_state()4639 d->mbm_states[idx] = kcalloc(idx_limit, tsize, GFP_KERNEL); in domain_setup_l3_mon_state()
2310 int idx_limit; in ath12k_peer_assoc_h_vht_limit() local2320 idx_limit = fls(mcs_map) - 1; in ath12k_peer_assoc_h_vht_limit()2322 idx_limit = -1; in ath12k_peer_assoc_h_vht_limit()2324 switch (idx_limit) { in ath12k_peer_assoc_h_vht_limit()2538 int idx_limit; in ath12k_peer_assoc_h_he_limit() local2548 idx_limit = fls(mcs_map) - 1; in ath12k_peer_assoc_h_he_limit()2550 idx_limit = -1; in ath12k_peer_assoc_h_he_limit()2552 switch (idx_limit) { in ath12k_peer_assoc_h_he_limit()
2504 int idx_limit; in ath10k_peer_assoc_h_vht_limit() local2514 idx_limit = fls(mcs_map) - 1; in ath10k_peer_assoc_h_vht_limit()2516 idx_limit = -1; in ath10k_peer_assoc_h_vht_limit()2518 switch (idx_limit) { in ath10k_peer_assoc_h_vht_limit()