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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DLockStats.java19 private int st_id; field in class:LockStats
24 return st_id;
367 + "\n st_id=" + st_id
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_id.c78 if (region->stat.st_id == DB_LOCK_MAXID &&
80 region->stat.st_id = DB_LOCK_INVALIDID;
81 if (region->stat.st_id == region->stat.st_cur_maxid) {
88 region->stat.st_id = DB_LOCK_INVALIDID;
92 &region->stat.st_id, &region->stat.st_cur_maxid);
95 id = ++region->stat.st_id;
235 region->stat.st_id = cur_id;
H A Dlock_stat.c176 region->stat.st_id = tmp.st_id;
324 __db_dl(env, "Last allocated locker ID", (u_long)sp->st_id);
H A Dlock_region.c219 region->stat.st_id = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4state.c1937 search_close_lru(u32 st_id, int flags) argument
1943 if (local->so_id == st_id)
2443 u32 st_id = stid->si_stateownerid; local
2449 hashval = stateid_hashval(st_id, f_id);
2451 if ((local->st_stateid.si_stateownerid == st_id) &&
2457 hashval = stateid_hashval(st_id, f_id);
2459 if ((local->st_stateid.si_stateownerid == st_id) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_lock.c245 MAKE_STAT_LIST("Last allocated locker ID", sp->st_id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat_auto.c70 JAVADB_STAT_INT(jnienv, jobj, lock_stat_st_id_fid, statp, st_id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h308 u_int32_t st_id; /* Last allocated locker ID. */ member in struct:__db_lock_stat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h297 u_int32_t st_id; /* Last allocated locker ID. */ member in struct:__db_lock_stat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h318 u_int32_t st_id; /* Last allocated locker ID. */ member in struct:__db_lock_stat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h306 u_int32_t st_id; /* Last allocated locker ID. */ member in struct:__db_lock_stat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h345 u_int32_t st_id; /* Last allocated locker ID. */ member in struct:__db_lock_stat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h345 u_int32_t st_id; /* Last allocated locker ID. */ member in struct:__db_lock_stat

Completed in 353 milliseconds