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

/fuchsia/zircon/kernel/object/
H A Ddiagnostics.cpp688 static size_t hwd_limit = 1024; variable
697 if (handle_count > hwd_limit) {
699 handle_count, hwd_limit);
700 } else if (previous_handle_count > hwd_limit) {
702 handle_count, hwd_limit);
775 hwd_limit = argv[2].u;

Completed in 21 milliseconds