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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_stat.c90 stats->st_nrequests += lt->obj_stat[i].st_nrequests;
91 stats->st_nreleases += lt->obj_stat[i].st_nreleases;
92 stats->st_nupgrade += lt->obj_stat[i].st_nupgrade;
93 stats->st_ndowngrade += lt->obj_stat[i].st_ndowngrade;
94 stats->st_lock_wait += lt->obj_stat[i].st_lock_wait;
95 stats->st_lock_nowait += lt->obj_stat[i].st_lock_nowait;
96 stats->st_nlocktimeouts += lt->obj_stat[i].st_nlocktimeouts;
97 stats->st_ntxntimeouts += lt->obj_stat[i].st_ntxntimeouts;
98 if (stats->st_maxhlocks < lt->obj_stat[i].st_maxnlocks)
99 stats->st_maxhlocks = lt->obj_stat[
[all...]
H A Dlock.c594 lt->obj_stat[ndx].st_nupgrade++;
596 lt->obj_stat[ndx].st_nrequests++;
776 if (++lt->obj_stat[ndx].st_nlocks >
777 lt->obj_stat[ndx].st_maxnlocks)
778 lt->obj_stat[ndx].st_maxnlocks =
779 lt->obj_stat[ndx].st_nlocks;
914 STAT(lt->obj_stat[ndx].st_lock_wait++);
970 lt->obj_stat[ndx].st_ntxntimeouts++;
972 lt->obj_stat[ndx].st_nlocktimeouts++;
1189 STAT(lt->obj_stat[ob
[all...]
H A Dlock_region.c106 lt->obj_stat = R_ADDR(&lt->reginfo, region->stat_off);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlock.h184 DB_LOCK_HSTAT *obj_stat; /* Object hash stats array. */ member in struct:__db_locktab

Completed in 98 milliseconds