Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/resctrl/
Dresctrlfs.c134 char phys_pkg_path[1024]; in get_domain_id() local
142 sprintf(phys_pkg_path, "%s%d/cache/index%d/id", PHYS_ID_PATH, cpu_no, cache_num); in get_domain_id()
144 fp = fopen(phys_pkg_path, "r"); in get_domain_id()