Home
last modified time | relevance | path

Searched defs:compound (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Drmap.c1119 struct vm_area_struct *vma, unsigned long address, bool compound) in page_add_anon_rmap()
1132 bool compound = flags & RMAP_COMPOUND; in do_page_add_anon_rmap() local
1192 struct vm_area_struct *vma, unsigned long address, bool compound) in __page_add_new_anon_rmap()
1222 void page_add_file_rmap(struct page *page, bool compound) in page_add_file_rmap()
1271 static void page_remove_file_rmap(struct page *page, bool compound) in page_remove_file_rmap()
1388 void page_remove_rmap(struct page *page, bool compound) in page_remove_rmap()
H A Ddebug.c51 bool compound = PageCompound(page); in __dump_page() local
H A Dhuge_memory.c2546 int i, compound, nr, ret; in total_mapcount() local
H A Dmemcontrol.c5685 bool compound, in mem_cgroup_move_account()
H A Dpage_alloc.c1304 bool compound = PageCompound(page); in free_pages_prepare() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Ddsl.cpp16 static std::unique_ptr<Expression> compound(const char* op, std::vector<std::unique_ptr<Expression>… in compound() function
24 static std::unique_ptr<Expression> compound(const char* op, Args... args) { in compound() function
H A Dparsing_context.cpp41 auto compound = static_cast<const CompoundExpressionBase*>(&expression); in isConstant() local
/OK3568_Linux_fs/kernel/include/linux/
H A Drmap.h190 unsigned long address, bool compound) in page_add_new_anon_rmap()
204 static inline void page_dup_rmap(struct page *page, bool compound) in page_dup_rmap()
/OK3568_Linux_fs/kernel/scripts/
H A Dasn1_compiler.c669 enum compound { enum
691 enum compound compound : 8; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dhmm-tests.c1385 TEST_F(hmm, compound) in TEST_F() argument
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c490 bool compound, bool young, bool dirty, bool locked, in smaps_account()