Lines Matching defs:offset
855 * @split_pfn_offset: split offset within the page
4574 * An arbitrary-length arbitrary-offset area of memory which resides
4619 int offset;
4636 /* reset page count bias and offset to start of new frag */
4639 nc->offset = size;
4642 offset = nc->offset - fragsz;
4643 if (unlikely(offset < 0)) {
4661 /* reset page count bias and offset to start of new frag */
4663 offset = size - fragsz;
4664 if (unlikely(offset < 0)) {
4679 offset &= align_mask;
4680 nc->offset = offset;
4682 return nc->va + offset;
4793 * @offset: The zone index of the highest zone
4803 static unsigned long nr_free_zone_pages(int offset)
4813 for_each_zone_zonelist(zone, z, zonelist, offset) {
5492 * offset of a (static) per cpu variable into the per cpu area.