Lines Matching refs:BUFSIZ
247 char fullpath[BUFSIZ]; in check()
250 snprintf(fullpath, BUFSIZ, PATH_KSM "%s", path); in check()
607 char buf[BUFSIZ]; in gather_node_cpus()
608 char path[BUFSIZ], path1[BUFSIZ]; in gather_node_cpus()
614 snprintf(path, BUFSIZ, in gather_node_cpus()
617 snprintf(path1, BUFSIZ, "%s/online", path); in gather_node_cpus()
637 char cpus[BUFSIZ] = ""; in write_cpusets()
706 char path[BUFSIZ]; in set_sys_tune()
710 snprintf(path, BUFSIZ, PATH_SYSVM "%s", sys_file); in set_sys_tune()
723 char path[BUFSIZ]; in get_sys_tune()
726 snprintf(path, BUFSIZ, PATH_SYSVM "%s", sys_file); in get_sys_tune()