Searched refs:tmp_wait (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/mp/
H A Dmp_stat.c89 uintmax_t tmp_wait, tmp_nowait; local
155 c_mp->mtx_region, &tmp_wait, &tmp_nowait);
157 sp->st_region_wait += tmp_wait;
828 uintmax_t tmp_nowait, tmp_wait; local
834 env, hp->mtx_hash, &tmp_wait, &tmp_nowait);
836 mstat->st_hash_wait += tmp_wait;
837 if (tmp_wait > mstat->st_hash_max_wait) {
838 mstat->st_hash_max_wait = tmp_wait;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/mp/
H A Dmp_stat.c89 uintmax_t tmp_wait, tmp_nowait; local
155 c_mp->mtx_region, &tmp_wait, &tmp_nowait);
157 sp->st_region_wait += tmp_wait;
828 uintmax_t tmp_nowait, tmp_wait; local
834 env, hp->mtx_hash, &tmp_wait, &tmp_nowait);
836 mstat->st_hash_wait += tmp_wait;
837 if (tmp_wait > mstat->st_hash_max_wait) {
838 mstat->st_hash_max_wait = tmp_wait;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/mp/
H A Dmp_stat.c89 uintmax_t tmp_wait, tmp_nowait; local
155 c_mp->mtx_region, &tmp_wait, &tmp_nowait);
157 sp->st_region_wait += tmp_wait;
828 uintmax_t tmp_nowait, tmp_wait; local
834 env, hp->mtx_hash, &tmp_wait, &tmp_nowait);
836 mstat->st_hash_wait += tmp_wait;
837 if (tmp_wait > mstat->st_hash_max_wait) {
838 mstat->st_hash_max_wait = tmp_wait;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/lock/
H A Dlock_stat.c74 uintmax_t tmp_wait, tmp_nowait; local
140 lt->part_array[i].mtx_part, &tmp_wait, &tmp_nowait);
142 stats->st_part_wait += tmp_wait;
143 if (tmp_wait > stats->st_part_max_wait) {
145 stats->st_part_max_wait = tmp_wait;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/lock/
H A Dlock_stat.c74 uintmax_t tmp_wait, tmp_nowait; local
140 lt->part_array[i].mtx_part, &tmp_wait, &tmp_nowait);
142 stats->st_part_wait += tmp_wait;
143 if (tmp_wait > stats->st_part_max_wait) {
145 stats->st_part_max_wait = tmp_wait;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/lock/
H A Dlock_stat.c74 uintmax_t tmp_wait, tmp_nowait; local
140 lt->part_array[i].mtx_part, &tmp_wait, &tmp_nowait);
142 stats->st_part_wait += tmp_wait;
143 if (tmp_wait > stats->st_part_max_wait) {
145 stats->st_part_max_wait = tmp_wait;

Completed in 60 milliseconds