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

/freebsd-10.0-release/usr.bin/top/
H A Dmachine.c212 static int pageshift; /* log base 2 of the pagesize */ variable
214 /* define pagetok in terms of pageshift */
216 #define pagetok(size) ((size) << pageshift)
332 /* get the page size and calculate pageshift from it */
334 pageshift = 0;
336 pageshift++;
341 pageshift -= LOG1024;

Completed in 91 milliseconds