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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_list.c105 __lock_fix_list(env, list_dbt, nlocks)
108 u_int32_t nlocks;
129 switch (nlocks) {
143 qsort(list_dbt->data, nlocks, sizeof(DBT), __lock_sort_cmp);
157 for (i = 1; i < nlocks; i++) {
178 nfid += nlocks - i;
179 for (; i < nlocks; i++) {
191 for (i = 0; i < nlocks; i = j) {
230 u_int32_t i, nlocks; local
256 GET_COUNT(dp, nlocks);
322 u_int32_t i, nlocks; local
[all...]
H A Dlock_failchk.c49 * list rather then nlocks since a lock may be PENDING.
56 lip->nlocks == lip->nwrites))
H A Dlock_id.c201 if (sh_locker->nlocks != 0) {
321 sh_locker->nlocks = 0;
H A Dlock.c213 sh_locker->nlocks != 0);
214 sh_locker->nlocks--;
1010 sh_locker->nlocks++;
1332 sh_locker->nlocks--;
1681 sh_parent->nlocks += sh_locker->nlocks;
1860 new_locker->nlocks++;
H A Dlock_deadlock.c501 id_array[lip->dd_id].count = lip->nlocks;
566 id_array[dd].count += lockerp->nlocks;
620 id_array[dd].count += lockerp->nlocks;
H A Dlock_stat.c520 (u_long)lip->id, (long)lip->dd_id, lip->nlocks, lip->nwrites,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlockscript.tcl50 set nlocks [berkdb random_int 1 $degree]
56 for { set lnum 0 } { $lnum < $nlocks } { incr lnum } {
H A Dlock005.tcl171 set nlocks [lindex $statpair 1]
172 error_check_good expected_nlocks $nlocks $expected
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dtest_mutex.c100 u_int nlocks = 10000; /* -n: Locks per process. */ variable
152 nlocks = (u_int)atoi(optarg);
248 progname, nprocs, nthreads, nlocks, maxlocks);
424 for (nl = nlocks; nl > 0;) {
989 snprintf(nbuf, sizeof(nbuf), "%d", nlocks);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlock.h127 u_int32_t nlocks; /* Number of locks held. */ member in struct:__db_locker

Completed in 170 milliseconds