OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flag_allocated
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
cpuset_memory_test.c
156
void mmap_anon(int
flag_allocated
)
160
if (!
flag_allocated
) {
174
void mmap_file(int
flag_allocated
)
180
if (!
flag_allocated
) {
209
void mmap_lock1(int
flag_allocated
)
213
if (!
flag_allocated
) {
225
void mmap_lock2(int
flag_allocated
)
229
if (!
flag_allocated
) {
244
void shm(int
flag_allocated
)
252
if (!
flag_allocated
) {
288
int
flag_allocated
;
local
324
int
flag_allocated
;
local
[
all
...]
/external/ltp/testcases/kernel/controllers/memcg/control/
mem_process.c
44
int
flag_allocated
;
variable
91
if (
flag_allocated
) {
101
flag_allocated
= !
flag_allocated
;
/external/ltp/testcases/kernel/controllers/memcg/functional/
memcg_process.c
41
int
flag_allocated
;
variable
133
if (!
flag_allocated
) {
151
if (!
flag_allocated
) {
184
if (!
flag_allocated
) {
200
if (!
flag_allocated
) {
226
if (!
flag_allocated
) {
292
flag_allocated
= !
flag_allocated
;
Completed in 55 milliseconds