Lines Matching refs:bytes
81 int i, ret, bytes; in gru_dump_tfm() local
83 bytes = GRU_NUM_TFM * GRU_CACHE_LINE_BYTES; in gru_dump_tfm()
84 if (bytes > ubufend - ubuf) in gru_dump_tfm()
102 int i, ret, bytes; in gru_dump_tgh() local
104 bytes = GRU_NUM_TGH * GRU_CACHE_LINE_BYTES; in gru_dump_tgh()
105 if (bytes > ubufend - ubuf) in gru_dump_tgh()
127 int try, cch_locked, cbrcnt = 0, dsrcnt = 0, bytes = 0, ret = 0; in gru_dump_context() local
149 bytes = sizeof(hdr) + GRU_CACHE_LINE_BYTES; in gru_dump_context()
163 bytes += (3 * cbrcnt + dsrcnt) * GRU_CACHE_LINE_BYTES; in gru_dump_context()
164 if (bytes > ubufend - ubuf) in gru_dump_context()
184 return bytes; in gru_dump_context()