OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PROCFS_PATH
(Results
1 - 5
of
5
) sorted by null
/system/extras/tests/kernel.config/
aslr_test.h
34
#define
PROCFS_PATH
"/proc/sys/vm/mmap_rnd_bits"
/external/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
ht_affinity.c
47
#define
PROCFS_PATH
"/proc/"
133
sprintf(buf, "%s%d/%s%c",
PROCFS_PATH
, pid, AFFINITY_NAME, 0);
ht_utils.c
53
#define
PROCFS_PATH
"/proc/"
90
sprintf(buf, "%s%d/%s%c",
PROCFS_PATH
, pid, STAT_NAME, 0);
/external/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/
ht_utils.c
57
#define
PROCFS_PATH
"/proc/"
94
sprintf(buf, "%s%d/%s%c",
PROCFS_PATH
, pid, STAT_NAME, 0);
/external/ltp/testcases/kernel/sched/hyperthreading/ht_interrupt/
ht_utils.c
197
#define
PROCFS_PATH
"/proc/"
233
sprintf(buf, "%s%d/%s%c",
PROCFS_PATH
, pid, STAT_NAME, 0);
Completed in 780 milliseconds