Searched refs:should_protect (Results 1 – 2 of 2) sorted by relevance
179 TP_PROTO(struct page *page, bool *should_protect),180 TP_ARGS(page, should_protect));
1023 bool should_protect = false; in page_check_references() local1027 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() local2115 trace_android_vh_page_should_be_protected(page, &should_protect); in shrink_active_list()2116 if (unlikely(should_protect)) { in shrink_active_list()