Searched refs:gs_dsr_map (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/misc/sgi-gru/
H A Dgrufile.c254 gru->gs_dsr_map = (1UL << GRU_DSR_AU) - 1; gru_init_chiplet()
298 n = hweight64(gru->gs_dsr_map) * GRU_DSR_AU_BYTES; for_each_possible_blade()
H A Dgrumain.c195 return reserve_resources(&gru->gs_dsr_map, dsr_au_count, GRU_DSR_AU, gru_reserve_ds_resources()
215 gru->gs_dsr_map |= gts->ts_dsr_map; free_gru_resources()
229 && hweight64(gru->gs_dsr_map) >= dsr_au_count check_gru_resources()
851 hweight64(gru->gs_dsr_map)); gru_steal_context()
H A Dgruprocfs.c215 dsrfree = hweight64(gru->gs_dsr_map) * GRU_DSR_AU_BYTES; gru_seq_show()
H A Dgrutables.h442 unsigned long gs_dsr_map; /* bitmap used to manage member in struct:gru_state

Completed in 164 milliseconds