Searched refs:nloop (Results 1 – 3 of 3) sorted by relevance
246 int nloop = 1000, ret = 0; in tee_submit_cmd() local276 } while (--nloop); in tee_submit_cmd()278 if (!nloop && in tee_submit_cmd()328 int nloop = timeout * 1000; in tee_wait_cmd_completion() local330 while (--nloop) { in tee_wait_cmd_completion()
1576 int nloop = 0; in via_pmu_interrupt() local1608 if (++nloop > 1000) { in via_pmu_interrupt()
1823 int err, nloop = 0; in xs_bind() local 1858 nloop++; in xs_bind() 1859 } while (err == -EADDRINUSE && nloop != 2); in xs_bind()