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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dhighmem.c57 static int pkmap_count[LAST_PKMAP]; variable
80 if (pkmap_count[i] != 1)
82 pkmap_count[i] = 0;
126 if (!pkmap_count[last_pkmap_nr]) {
168 pkmap_count[last_pkmap_nr] = 1;
188 pkmap_count[PKMAP_NR(vaddr)]++;
189 BUG_ON(pkmap_count[PKMAP_NR(vaddr)] < 2);
212 switch (--pkmap_count[nr]) {
218 * The common case is pkmap_count[] == 1, but

Completed in 47 milliseconds