Home
last modified time | relevance | path

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

/openbmc/linux/drivers/android/
H A Dbinder_alloc_selftest.c19 static int binder_selftest_failures; variable
127 binder_selftest_failures++; in binder_selftest_alloc_buf()
151 binder_selftest_failures++; in binder_selftest_free_buf()
171 binder_selftest_failures++; in binder_selftest_free_page()
295 if (binder_selftest_failures > 0) in binder_selftest_alloc()
296 pr_info("%d tests FAILED\n", binder_selftest_failures); in binder_selftest_alloc()