Searched refs:user_count (Results 1 – 1 of 1) sorted by relevance
118 } user_count[MAX_CONCURRENT_WAITS]; variable192 if ((tmp_uid = user_count[i].uid) == uid) { in check_user()193 if (user_count[i].count == MAX_USER_WAITS) in check_user()195 user_count[i].count++; in check_user()202 user_count[free_idx].uid = uid; in check_user()203 user_count[free_idx].count = 1; in check_user()217 if (user_count[i].uid == uid) { in done_user()218 if (--user_count[i].count == 0) in done_user()219 user_count[i].uid = 0; in done_user()