Home
last modified time | relevance | path

Searched refs:should_protect (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dmm.h179 TP_PROTO(struct page *page, bool *should_protect),
180 TP_ARGS(page, should_protect));
/OK3568_Linux_fs/kernel/mm/
H A Dvmscan.c1023 bool should_protect = false; in page_check_references() local
1027 trace_android_vh_page_should_be_protected(page, &should_protect); in page_check_references()
1028 if (unlikely(should_protect)) in page_check_references()
2080 bool should_protect = false; in shrink_active_list() local
2115 trace_android_vh_page_should_be_protected(page, &should_protect); in shrink_active_list()
2116 if (unlikely(should_protect)) { in shrink_active_list()