Home
last modified time | relevance | path

Searched refs:idx_limit (Results 1 – 4 of 4) sorted by relevance

/linux/fs/resctrl/
H A Dmonitor.c136 u32 idx_limit = resctrl_arch_system_num_rmid_idx(); in __check_limbo() local
159 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() local
202 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() local
981 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 …]
H A Drdtgroup.c4624 u32 idx_limit = resctrl_arch_system_num_rmid_idx(); in domain_setup_l3_mon_state() local
4630 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()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2310 int idx_limit; in ath12k_peer_assoc_h_vht_limit() local
2320 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() local
2548 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()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c2504 int idx_limit; in ath10k_peer_assoc_h_vht_limit() local
2514 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()