Lines Matching refs:success
530 bool success = false; in page_lock_anon_vma_read() local
553 trace_android_vh_do_page_trylock(page, NULL, NULL, &success); in page_lock_anon_vma_read()
554 if (success) { in page_lock_anon_vma_read()
1134 bool success = false; in do_page_add_anon_rmap() local
1149 &first, &success); in do_page_add_anon_rmap()
1150 if (!success) in do_page_add_anon_rmap()
1226 bool success = false; in page_add_file_rmap() local
1233 compound, &first_mapping, &success); in page_add_file_rmap()
1234 if ((success)) { in page_add_file_rmap()
1257 compound, &first_mapping, &success); in page_add_file_rmap()
1258 if (success) { in page_add_file_rmap()
1275 bool success = false; in page_remove_file_rmap() local
1290 compound, &first_mapping, &success); in page_remove_file_rmap()
1291 if (success) { in page_remove_file_rmap()
1307 compound, &first_mapping, &success); in page_remove_file_rmap()
1308 if (success) { in page_remove_file_rmap()
1332 bool success = false; in page_remove_anon_compound_rmap() local
1353 false, &first_mapping, &success); in page_remove_anon_compound_rmap()
1354 if (success) { in page_remove_anon_compound_rmap()
1391 bool success = false; in page_remove_rmap() local
1405 compound, &first_mapping, &success); in page_remove_rmap()
1406 if (success) { in page_remove_rmap()
2012 bool got_lock = false, success = false; in rmap_walk_file() local
2029 &mapping->i_mmap_rwsem, &got_lock, &success); in rmap_walk_file()
2030 if (success) { in rmap_walk_file()