Home
last modified time | relevance | path

Searched refs:ts_cbr_au_count (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/misc/sgi-gru/
H A Dgrumain.c191 gru_reserve_cb_resources(gru, gts->ts_cbr_au_count, in reserve_gru_resources()
328 gts->ts_cbr_au_count = cbr_au_count; in gru_alloc_gts()
790 cbr = gts->ts_cbr_au_count; in gru_steal_context()
879 if (check_gru_resources(grux, gts->ts_cbr_au_count, in gru_assign_gru_context()
891 if (!check_gru_resources(gru, gts->ts_cbr_au_count, in gru_assign_gru_context()
909 gts->ts_cbr_au_count, gts->ts_dsr_au_count); in gru_assign_gru_context()
H A Dgruprocfs.c178 ts->ts_cbr_au_count * GRU_CBR_AU_SIZE, in cch_seq_show()
179 ts->ts_cbr_au_count * GRU_DSR_AU_BYTES, in cch_seq_show()
H A Dgrufault.c657 if (ucbnum >= gts->ts_cbr_au_count * GRU_CBR_AU_SIZE) in gru_handle_user_call_os()
708 if (ucbnum >= gts->ts_cbr_au_count * GRU_CBR_AU_SIZE) { in gru_get_exception_detail()
H A Dgrutables.h365 unsigned char ts_cbr_au_count;/* Number of CBR resources member
H A Dgrukservices.c164 kgts->ts_cbr_au_count = GRU_CB_COUNT_TO_AU( in gru_load_kernel_context()