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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_deadlock.c125 u_int32_t i, cid, keeper, killid, limit, nalloc, nlockers; local
162 atype, &bitmap, &nlockers, &nalloc, &idmap, rejectp);
168 if (nlockers == 0)
173 __dd_debug(env, idmap, bitmap, nlockers, nalloc);
177 if ((ret = __os_calloc(env, (size_t)nlockers,
180 memcpy(copymap, bitmap, nlockers * sizeof(u_int32_t) * nalloc);
187 __dd_find(env, bitmap, idmap, nlockers, nalloc, &deadlist)) != 0)
232 tmpmap, copymap, nlockers, nalloc, keeper) == 0)
251 for (i = (limit + 1) % nlockers;
253 i = (i + 1) % nlockers) {
[all...]

Completed in 28 milliseconds