Lines Matching +refs:val +refs:top
737 #define ARCSTAT_INCR(stat, val) \
738 atomic_add_64(&arc_stats.stat.value.ui64, (val))
743 #define ARCSTAT_MAX(stat, val) { \
745 while ((val) > (m = arc_stats.stat.value.ui64) && \
746 (m != atomic_cas_64(&arc_stats.stat.value.ui64, m, (val)))) \
4729 top:
4778 goto top;
4869 goto top; /* restart the IO request */
6371 top:
6409 goto top;
6609 top:
6629 goto top;