Searched refs:loopcount (Results 1 – 4 of 4) sorted by relevance
545 int loopcount = 0; in krb5_get_in_tkt() local642 if (loopcount++ > MAX_IN_TKT_LOOPS) { in krb5_get_in_tkt()1003 int loopcount; in krb5_get_init_creds() local1251 for (loopcount = 0; loopcount < MAX_IN_TKT_LOOPS; loopcount++) { in krb5_get_init_creds()1356 if (loopcount == MAX_IN_TKT_LOOPS) { in krb5_get_init_creds()
410 unsigned int loopcount = 0; /* only used for debugging */ local430 loopcount++;432 sleeptime, loopcount);
1027 int loopcount; local1081 loopcount = 0;1104 if (++loopcount > 100)1302 loopcount = 0;1321 loopcount = 0;
1203 int loopcount; in taskq_dispatch() local1230 loopcount = MIN(taskq_search_depth, bsize); in taskq_dispatch()1238 loopcount--; in taskq_dispatch()1245 } while ((tqe == NULL) && (loopcount > 0)); in taskq_dispatch()