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

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLockStats.java88 private int st_maxnlocks; field in class:LockStats
93 return st_maxnlocks;
376 + "\n st_maxnlocks=" + st_maxnlocks
/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock_stat.c98 if (stats->st_maxhlocks < lt->obj_stat[i].st_maxnlocks)
99 stats->st_maxhlocks = lt->obj_stat[i].st_maxnlocks;
108 lt->obj_stat[i].st_maxnlocks = htmp.st_nlocks;
117 stats->st_maxnlocks +=
118 lt->part_array[i].part_stat.st_maxnlocks;
149 lt->part_array[i].part_stat.st_maxnlocks =
182 region->stat.st_maxnlocks = tmp.st_nlocks;
338 (u_long)sp->st_maxnlocks);
H A Dlock.c777 lt->obj_stat[ndx].st_maxnlocks)
778 lt->obj_stat[ndx].st_maxnlocks =
781 lt->part_array[part_id].part_stat.st_maxnlocks)
782 lt->part_array[part_id].part_stat.st_maxnlocks =
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_lock.c253 MAKE_STAT_LIST("Maximum number of locks so far", sp->st_maxnlocks);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in328 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */
370 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */
382 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h318 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */ member in struct:__db_lock_stat
360 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */ member in struct:__db_lock_hstat
372 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */ member in struct:__db_lock_pstat
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h307 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */ member in struct:__db_lock_stat
349 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */ member in struct:__db_lock_hstat
361 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */ member in struct:__db_lock_pstat
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h316 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */ member in struct:__db_lock_stat
358 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */ member in struct:__db_lock_hstat
370 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */ member in struct:__db_lock_pstat
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h355 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */ member in struct:__db_lock_stat
397 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */ member in struct:__db_lock_hstat
409 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */ member in struct:__db_lock_pstat
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h355 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */ member in struct:__db_lock_stat
397 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */ member in struct:__db_lock_hstat
409 u_int32_t st_maxnlocks; /* Maximum number of locks so far. */ member in struct:__db_lock_pstat
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_stat_auto.c79 JAVADB_STAT_INT(jnienv, jobj, lock_stat_st_maxnlocks_fid, statp, st_maxnlocks);

Completed in 365 milliseconds