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

/linux-master/drivers/misc/sgi-gru/
H A Dgrufile.c242 gru->gs_dsr_map = (1UL << GRU_DSR_AU) - 1;
286 n = hweight64(gru->gs_dsr_map) * GRU_DSR_AU_BYTES;
H A Dgrumain.c178 return reserve_resources(&gru->gs_dsr_map, dsr_au_count, GRU_DSR_AU,
198 gru->gs_dsr_map |= gts->ts_dsr_map;
212 && hweight64(gru->gs_dsr_map) >= dsr_au_count
843 hweight64(gru->gs_dsr_map));
H A Dgruprocfs.c199 dsrfree = hweight64(gru->gs_dsr_map) * GRU_DSR_AU_BYTES;
H A Dgrutables.h429 unsigned long gs_dsr_map; /* bitmap used to manage member in struct:gru_state

Completed in 912 milliseconds