Searched refs:nloop (Results 1 – 3 of 3) sorted by relevance
67 int nloop = timeout * 100; in tee_wait_cmd_poll() local69 while (--nloop) { in tee_wait_cmd_poll()248 int nloop = 1000, ret = 0; in tee_submit_cmd() local271 } while (--nloop); in tee_submit_cmd()273 if (!nloop && (wptr + sizeof(struct tee_ring_cmd) == rptr)) { in tee_submit_cmd()313 int nloop = timeout * 200; in tee_wait_cmd_completion() local315 while (--nloop) { in tee_wait_cmd_completion()
1654 int err, nloop = 0; in xs_bind() local1688 nloop++; in xs_bind()1689 } while (err == -EADDRINUSE && nloop != 2); in xs_bind()
1585 int nloop = 0; in via_pmu_interrupt() local1617 if (++nloop > 1000) { in via_pmu_interrupt()