Home
last modified time | relevance | path

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

/linux/fs/resctrl/
H A Dctrlmondata.c795 static bool resctrl_io_alloc_closid_supported(u32 io_alloc_closid) in resctrl_io_alloc_closid_supported() argument
797 return io_alloc_closid < closids_supported(); in resctrl_io_alloc_closid_supported()
852 u32 io_alloc_closid; in resctrl_io_alloc_write() local
875 io_alloc_closid = resctrl_io_alloc_closid(r); in resctrl_io_alloc_write()
876 if (!resctrl_io_alloc_closid_supported(io_alloc_closid)) { in resctrl_io_alloc_write()
878 io_alloc_closid); in resctrl_io_alloc_write()
884 if (!closid_alloc_fixed(io_alloc_closid)) { in resctrl_io_alloc_write()
885 grp_name = rdtgroup_name_by_closid(io_alloc_closid); in resctrl_io_alloc_write()
888 io_alloc_closid, grp_name ? grp_name : "another"); in resctrl_io_alloc_write()
893 ret = resctrl_io_alloc_init_cbm(s, io_alloc_closid); in resctrl_io_alloc_write()
[all …]