Home
last modified time | relevance | path

Searched refs:mapcount (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_sysctl.c201 int i, mapcount; variable
210 mapcount = 0;
213 mapcount++;
216 tempmaps = malloc(sizeof(*tempmaps) * mapcount, DRM_MEM_DRIVER,
234 for (i = 0; i < mapcount; i++) {