OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROC_PATH
(Results
1 - 5
of
5
) sorted by null
/external/ltp/testcases/kernel/containers/share/
ns_common.h
22
#define
PROC_PATH
"/proc"
ns_exec.c
61
sprintf(file_buf, "%s/%s/ns/%s",
PROC_PATH
, pid, ns);
/external/ltp/testcases/kernel/sched/hyperthreading/ht_interrupt/
ht_utils.c
11
#define
PROC_PATH
"/proc"
97
(char *)alloca(strlen(
PROC_PATH
) + sizeof("/cpuinfo"));
98
strcat(strcpy(proc_cpuinfo,
PROC_PATH
), "/cpuinfo");
/external/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
ht_utils.c
11
#define
PROC_PATH
"/proc"
/external/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/
ht_utils.c
11
#define
PROC_PATH
"/proc"
Completed in 317 milliseconds