Searched refs:bin (Results 1 – 1 of 1) sorted by relevance
24 unsigned int bin; in tk_debug_sleep_time_show() local27 for (bin = 0; bin < 32; bin++) { in tk_debug_sleep_time_show()28 if (sleep_time_bin[bin] == 0) in tk_debug_sleep_time_show()31 bin ? 1 << (bin - 1) : 0, 1 << bin, in tk_debug_sleep_time_show()32 sleep_time_bin[bin]); in tk_debug_sleep_time_show()49 int bin = min(fls(t->tv_sec), NUM_BINS-1); in tk_debug_account_sleep_time() local51 sleep_time_bin[bin]++; in tk_debug_account_sleep_time()