Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder_alloc_selftest.c19 static int binder_selftest_failures; variable
131 binder_selftest_failures++; in binder_selftest_alloc_buf()
155 binder_selftest_failures++; in binder_selftest_free_buf()
175 binder_selftest_failures++; in binder_selftest_free_page()
299 if (binder_selftest_failures > 0) in binder_selftest_alloc()
300 pr_info("%d tests FAILED\n", binder_selftest_failures); in binder_selftest_alloc()