Searched refs:num_zones (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_memory.c137 for (i = 0; i < glob->num_zones; ++i) {
209 glob->zones[glob->num_zones++] = zone;
245 glob->zones[glob->num_zones++] = zone;
272 for (i = 0; i < glob->num_zones; ++i) {
297 for (i = 0; i < glob->num_zones; ++i) {
313 for (i = 0; i < glob->num_zones; ++i) {
336 for (i = 0; i < glob->num_zones; ++i) {
361 for (i = 0; i < glob->num_zones; ++i) {
374 for (i = 0; i < glob->num_zones; ++i) {
H A Dttm_memory.h59 * @num_zones: Number of populated entries in the @zones array.
77 unsigned int num_zones; member in struct:ttm_mem_global
/freebsd-11-stable/sys/kern/
H A Dsubr_busdma_bufalloc.c68 size_t num_zones; member in struct:busdma_bufalloc
110 ++ba->num_zones;
125 for (i = 0, bz = ba->buf_zones; i < ba->num_zones; ++i, ++bz) {
141 for (i = 0, bz = ba->buf_zones; i < ba->num_zones; ++i, ++bz) {

Completed in 103 milliseconds