HomeSort by: relevance | last modified time | path
    Searched defs:zones (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_memory.h 56 * @zones: Array of pointers to accounting zones.
57 * @num_zones: Number of populated entries in the @zones array.
76 struct ttm_mem_zone *zones[TTM_MEM_MAX_ZONES]; member in struct:ttm_mem_global
  /src/lib/libc/time/
Makefile 803 zones: $(REDO) target
1174 zones=$$($(AWK) '/^[^#]/ { print $$3 }' <zone1970.tab) && \
1382 .PHONY: zonenames zones
zic.c 351 static struct zone * zones; variable in typeref:struct:zone *
352 static ptrdiff_t nzones; /* number of zones */
1160 for (j = i + 1; j < nzones && zones[j].z_name == NULL; ++j)
1162 outzone(&zones[i], j - i);
1618 ** Associate sets of rules with zones.
1666 zp = &zones[i];
1676 zp = &zones[i];
1684 zp = &zones[i];
1937 if (zones[i].z_name != NULL &&
1938 strcmp(zones[i].z_name, fields[ZF_NAME]) == 0)
    [all...]

Completed in 70 milliseconds