Home
last modified time | relevance | path

Searched refs:cleanest_closid (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/x86/kernel/cpu/resctrl/
Dmonitor.c471 u32 cleanest_closid = ~0; in resctrl_find_cleanest_closid() local
489 if (cleanest_closid == ~0) in resctrl_find_cleanest_closid()
490 cleanest_closid = i; in resctrl_find_cleanest_closid()
492 if (num_dirty < closid_num_dirty_rmid[cleanest_closid]) in resctrl_find_cleanest_closid()
493 cleanest_closid = i; in resctrl_find_cleanest_closid()
496 if (cleanest_closid == ~0) in resctrl_find_cleanest_closid()
499 return cleanest_closid; in resctrl_find_cleanest_closid()
Drdtgroup.c146 int cleanest_closid; in closid_alloc() local
152 cleanest_closid = resctrl_find_cleanest_closid(); in closid_alloc()
153 if (cleanest_closid < 0) in closid_alloc()
154 return cleanest_closid; in closid_alloc()
155 closid = cleanest_closid; in closid_alloc()