• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/

Lines Matching refs:obj_stat

90 		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[i].st_maxnlocks;
100 if (stats->st_maxhobjects < lt->obj_stat[i].st_maxnobjects)
101 stats->st_maxhobjects = lt->obj_stat[i].st_maxnobjects;
102 if (stats->st_hash_len < lt->obj_stat[i].st_hash_len)
103 stats->st_hash_len = lt->obj_stat[i].st_hash_len;
105 htmp = lt->obj_stat[i];
106 memset(&lt->obj_stat[i], 0, sizeof(lt->obj_stat[i]));
107 lt->obj_stat[i].st_nlocks = htmp.st_nlocks;
108 lt->obj_stat[i].st_maxnlocks = htmp.st_nlocks;
109 lt->obj_stat[i].st_nobjects = htmp.st_nobjects;
110 lt->obj_stat[i].st_maxnobjects = htmp.st_nobjects;
281 if (lt->obj_stat[i].st_hash_len == 0)
294 (u_long)lt->obj_stat[i].st_hash_len);
297 (u_long)lt->obj_stat[i].st_nrequests);
300 (u_long)lt->obj_stat[i].st_nreleases);
303 (u_long)lt->obj_stat[i].st_nupgrade);
306 (u_long)lt->obj_stat[i].st_ndowngrade);
309 (u_long)lt->obj_stat[i].st_lock_wait);
312 (u_long)lt->obj_stat[i].st_lock_nowait);
314 (u_long)lt->obj_stat[i].st_nlocktimeouts);
316 (u_long)lt->obj_stat[i].st_ntxntimeouts);