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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DLockStats.java128 private int st_nobjects; field in class:LockStats
133 return st_nobjects;
381 + "\n st_nobjects=" + st_nobjects
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_stat.c109 lt->obj_stat[i].st_nobjects = htmp.st_nobjects;
110 lt->obj_stat[i].st_maxnobjects = htmp.st_nobjects;
119 stats->st_nobjects += lt->part_array[i].part_stat.st_nobjects;
151 lt->part_array[i].part_stat.st_nobjects =
152 ptmp.st_nobjects;
154 ptmp.st_nobjects;
185 region->stat.st_nobjects =
186 region->stat.st_maxnobjects = tmp.st_nobjects;
[all...]
H A Dlock.c1287 STAT(lt->part_array[part_id].part_stat.st_nobjects--);
1288 STAT(lt->obj_stat[obj_ndx].st_nobjects--);
1500 if (++lt->obj_stat[ndx].st_nobjects >
1503 lt->obj_stat[ndx].st_nobjects;
1504 if (++lt->part_array[part_id].part_stat.st_nobjects >
1507 lt->part_array[part_id].part_stat.st_nobjects;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_lock.c262 MAKE_STAT_LIST("Current number of objects", sp->st_nobjects);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h323 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_stat
361 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_hstat
373 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_pstat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h312 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_stat
350 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_hstat
362 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_pstat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h333 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_stat
371 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_hstat
383 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_pstat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h321 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_stat
359 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_hstat
371 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_pstat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h360 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_stat
398 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_hstat
410 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_pstat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h360 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_stat
398 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_hstat
410 u_int32_t st_nobjects; /* Current number of objects. */ member in struct:__db_lock_pstat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat_auto.c84 JAVADB_STAT_INT(jnienv, jobj, lock_stat_st_nobjects_fid, statp, st_nobjects);

Completed in 221 milliseconds