Home
last modified time | relevance | path

Searched refs:GRU_NUM_CBE (Results 1 – 4 of 4) sorted by relevance

/drivers/misc/sgi-gru/
Dgruhandles.h39 #define GRU_NUM_CBE 128 macro
45 #define GRU_NUM_USER_CBR GRU_NUM_CBE
73 #define GRU_CBR_AU (GRU_NUM_CBE / GRU_CBR_AU_SIZE)
86 #define GRU_CB_LIMIT (GRU_CB_BASE + GRU_HANDLE_STRIDE * GRU_NUM_CBE)
171 unsigned long fault_bits[BITS_TO_LONGS(GRU_NUM_CBE)];
173 unsigned long done_bits[BITS_TO_LONGS(GRU_NUM_CBE)];
Dgrutables.h502 for ((i) = find_first_bit(map, GRU_NUM_CBE); \
503 (i) < GRU_NUM_CBE; \
504 (i)++, (i) = find_next_bit(map, GRU_NUM_CBE, i))
Dgruprocfs.c189 GRU_NUM_CBE - cbrfree, GRU_NUM_DSR_BYTES - dsrfree, in gru_seq_show()
Dgrufault.c175 for (i = 0; i < BITS_TO_LONGS(GRU_NUM_CBE); i++) { in get_clear_fault_map()