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

/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c118 } user_count[MAX_CONCURRENT_WAITS]; variable in typeref:struct:__anon1058
192 if ((tmp_uid = user_count[i].uid) == uid) {
193 if (user_count[i].count == MAX_USER_WAITS)
195 user_count[i].count++;
202 user_count[free_idx].uid = uid;
203 user_count[free_idx].count = 1;
217 if (user_count[i].uid == uid) {
218 if (--user_count[i].count == 0)
219 user_count[i].uid = 0;

Completed in 73 milliseconds