Home
last modified time | relevance | path

Searched refs:cbrcnt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/sgi-gru/
H A Dgrukdump.c115 int try, cch_locked, cbrcnt = 0, dsrcnt = 0, bytes = 0, ret = 0; in gru_dump_context() local
146 cbrcnt = hweight64(cch->cbr_allocation_map) * in gru_dump_context()
151 bytes += (3 * cbrcnt + dsrcnt) * GRU_CACHE_LINE_BYTES; in gru_dump_context()
166 hdr.cbrcnt = cbrcnt; in gru_dump_context()
H A Dgrulib.h134 unsigned char cbrcnt; member