Searched refs:check_results (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddebugobjects.c831 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) function
892 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings))
895 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings))
898 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings))
901 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings))
904 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings))
907 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings))
910 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings))
913 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings))
916 if (check_results(
[all...]

Completed in 52 milliseconds