Searched refs:trylock_fail (Results 1 – 3 of 3) sorted by relevance
32 TP_PROTO(struct page *page, bool *trylock_fail),33 TP_ARGS(page, trylock_fail));
57 bne trylock_fail @ fail if so85 trylock_fail: label
1024 bool trylock_fail = false; in page_check_references() local1038 trace_android_vh_page_trylock_get_result(page, &trylock_fail); in page_check_references()1039 if (trylock_fail) in page_check_references()