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

/linux-master/drivers/misc/sgi-gru/
H A Dgrutables.h491 #define CBR_BYTES(cbr) ((cbr) * GRU_HANDLE_BYTES * GRU_CBR_AU_SIZE * 2)
494 #define thread_cbr_number(gts, n) ((gts)->ts_cbr_idx[(n) / GRU_CBR_AU_SIZE] \
495 * GRU_CBR_AU_SIZE + (n) % GRU_CBR_AU_SIZE)
530 for ((i) = (k)*GRU_CBR_AU_SIZE; \
531 (i) < ((k) + 1) * GRU_CBR_AU_SIZE; (i)++)
H A Dgruhandles.h57 #define GRU_CBR_AU_SIZE 2 macro
58 #define GRU_CBR_AU (GRU_NUM_CBE / GRU_CBR_AU_SIZE)
62 #define GRU_CB_COUNT_TO_AU(n) DIV_ROUND_UP(n, GRU_CBR_AU_SIZE)
H A Dgruprocfs.c178 ts->ts_cbr_au_count * GRU_CBR_AU_SIZE,
198 cbrfree = hweight64(gru->gs_cbr_map) * GRU_CBR_AU_SIZE;
H A Dgrukdump.c147 GRU_CBR_AU_SIZE;
H A Dgrufile.c284 n = hweight64(gru->gs_cbr_map) * GRU_CBR_AU_SIZE;
H A Dgrufault.c657 if (ucbnum >= gts->ts_cbr_au_count * GRU_CBR_AU_SIZE)
708 if (ucbnum >= gts->ts_cbr_au_count * GRU_CBR_AU_SIZE) {

Completed in 131 milliseconds