Home
last modified time | relevance | path

Searched refs:rmid_busy_llc (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c390 idx = find_next_bit(d->rmid_busy_llc, idx_limit, cur_idx); in __check_limbo()
414 clear_bit(idx, d->rmid_busy_llc); in __check_limbo()
428 return find_first_bit(d->rmid_busy_llc, idx_limit) != idx_limit; in has_busy_rmid()
544 set_bit(idx, d->rmid_busy_llc); in add_rmid_to_limbo()
H A Drdtgroup.c3993 bitmap_free(d->rmid_busy_llc); in domain_destroy_mon_state()
4045 d->rmid_busy_llc = bitmap_zalloc(idx_limit, GFP_KERNEL); in domain_setup_mon_state()
4046 if (!d->rmid_busy_llc) in domain_setup_mon_state()
4053 bitmap_free(d->rmid_busy_llc); in domain_setup_mon_state()
4061 bitmap_free(d->rmid_busy_llc); in domain_setup_mon_state()
/linux/include/linux/
H A Dresctrl.h112 unsigned long *rmid_busy_llc; member