Home
last modified time | relevance | path

Searched refs:RECLAIM (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dpage-types.c439 if ((flags & (BIT(RECLAIM) | BIT(WRITEBACK))) == BIT(RECLAIM)) in expand_overloaded_flags()
440 flags ^= BIT(RECLAIM) | BIT(READAHEAD); in expand_overloaded_flags()
/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h89 #define RECLAIM 163840 macro
H A Dmalloc.c581 if (size > RECLAIM && (size^(size-osize)) > size-osize) { in __bin_chunk()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc_impl.h73 #define RECLAIM 163840 macro
H A Dmalloc.c535 if (size > RECLAIM && (size^(size-osize)) > size-osize) { in __bin_chunk()
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
H A Dmalloc.c481 if (size > RECLAIM && (size^(size-osize)) > size-osize) { in __bin_chunk()

Completed in 5 milliseconds