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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-memory.c103 static int fail_alloc_counter = _DBUS_INT_MAX; variable
135 fail_alloc_counter = fail_nth;
197 fail_alloc_counter = until_next_fail;
200 _dbus_verbose ("Set fail alloc counter = %d\n", fail_alloc_counter);
215 return fail_alloc_counter;
268 if (fail_alloc_counter <= 0)
279 fail_alloc_counter = fail_nth;
281 fail_alloc_counter = _DBUS_INT_MAX;
285 _dbus_verbose ("reset fail alloc counter to %d\n", fail_alloc_counter);
292 fail_alloc_counter
[all...]

Completed in 31 milliseconds