Searched refs:gs_cbr_map (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
H A D | grumain.c | 175 return reserve_resources(&gru->gs_cbr_map, cbr_au_count, GRU_CBR_AU, in gru_reserve_cb_resources() 201 gru->gs_cbr_map |= gts->ts_cbr_map; in free_gru_resources() 215 return hweight64(gru->gs_cbr_map) >= cbr_au_count in check_gru_resources() 846 gru->gs_gid, ctxnum, ngts, cbr, dsr, hweight64(gru->gs_cbr_map), in gru_steal_context()
|
H A D | grufile.c | 241 gru->gs_cbr_map = (GRU_CBR_AU == 64) ? ~0 : (1UL << GRU_CBR_AU) - 1; in gru_init_chiplet() 284 n = hweight64(gru->gs_cbr_map) * GRU_CBR_AU_SIZE; in gru_init_tables()
|
H A D | gruprocfs.c | 198 cbrfree = hweight64(gru->gs_cbr_map) * GRU_CBR_AU_SIZE; in gru_seq_show()
|
H A D | grutables.h | 426 unsigned long gs_cbr_map; /* bitmap to manage CB member
|
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
H A D | grumain.c | 175 return reserve_resources(&gru->gs_cbr_map, cbr_au_count, GRU_CBR_AU, in gru_reserve_cb_resources() 201 gru->gs_cbr_map |= gts->ts_cbr_map; in free_gru_resources() 215 return hweight64(gru->gs_cbr_map) >= cbr_au_count in check_gru_resources() 846 gru->gs_gid, ctxnum, ngts, cbr, dsr, hweight64(gru->gs_cbr_map), in gru_steal_context()
|
H A D | grufile.c | 241 gru->gs_cbr_map = (GRU_CBR_AU == 64) ? ~0 : (1UL << GRU_CBR_AU) - 1; in gru_init_chiplet() 284 n = hweight64(gru->gs_cbr_map) * GRU_CBR_AU_SIZE; in gru_init_tables()
|
H A D | gruprocfs.c | 198 cbrfree = hweight64(gru->gs_cbr_map) * GRU_CBR_AU_SIZE; in gru_seq_show()
|
H A D | grutables.h | 427 unsigned long gs_cbr_map; /* bitmap to manage CB member
|
Completed in 9 milliseconds