HomeSort by: relevance | last modified time | path
    Searched refs:num_zones (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_memory.h 57 * @num_zones: Number of populated entries in the @zones array.
77 unsigned int num_zones; member in struct:ttm_mem_global
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_memory.c 253 for (i = 0; i < glob->num_zones; ++i) {
339 glob->zones[glob->num_zones++] = zone;
380 glob->zones[glob->num_zones++] = zone;
431 glob->zones[glob->num_zones++] = zone;
472 for (i = 0; i < glob->num_zones; ++i) {
497 for (i = 0; i < glob->num_zones; ++i) {
520 for (i = 0; i < glob->num_zones; ++i) {
543 for (i = 0; i < glob->num_zones; ++i) {
598 for (i = 0; i < glob->num_zones; ++i) {
611 for (i = 0; i < glob->num_zones; ++i)
    [all...]

Completed in 65 milliseconds