Lines Matching +full:64 +full:fs
18 char line[256], *fs, *mntpoint; in find_resctrl_mount() local
28 fs = strtok(line, " \t"); in find_resctrl_mount()
29 if (!fs) in find_resctrl_mount()
34 fs = strtok(NULL, " \t"); in find_resctrl_mount()
35 if (!fs) in find_resctrl_mount()
37 if (strcmp(fs, "resctrl")) in find_resctrl_mount()
53 * remount_resctrlfs - Remount resctrl FS at /sys/fs/resctrl
54 * @mum_resctrlfs: Should the resctrl FS be remounted?
57 * If mounted and mum_resctrlfs then remount resctrl FS.
148 char cache_path[1024], cache_str[64]; in get_cache_size()
245 char core_siblings_path[1024], cpu_list_str[64]; in get_core_sibling()
316 char resctrl_val[64]; in run_benchmark()
371 * At this point, we are guaranteed to have resctrl FS mounted and if in create_grp()
426 * write_bm_pid_to_resctrl - Write a PID (i.e. benchmark) to resctrl FS
480 printf("%sok writing benchmark parameters to resctrl FS\n", in write_bm_pid_to_resctrl()
504 char controlgroup[1024], schema[1024], reason[64]; in write_schemata()
555 printf("%sok Write schema \"%s\" to resctrl FS%s%s\n", in write_schemata()