Searched refs:LAST_CPUPID_MASK (Results 1 – 7 of 7) sorted by relevance
105 last_cpupid = (flags >> LAST_CPUPID_PGSHIFT) & LAST_CPUPID_MASK; in folio_xchg_last_cpupid()107 flags &= ~(LAST_CPUPID_MASK << LAST_CPUPID_PGSHIFT); in folio_xchg_last_cpupid()108 flags |= (cpupid & LAST_CPUPID_MASK) << LAST_CPUPID_PGSHIFT; in folio_xchg_last_cpupid()
5473 *last_cpupid = (-1 & LAST_CPUPID_MASK); in numa_migrate_check()
1657 (LAST_CPUPID_MASK << PAGE_ACCESS_TIME_BUCKETS)1698 return xchg(&folio->_last_cpupid, cpupid & LAST_CPUPID_MASK); in folio_xchg_last_cpupid()1707 page->_last_cpupid = -1 & LAST_CPUPID_MASK; in page_cpupid_reset_last()1712 return (folio->flags >> LAST_CPUPID_PGSHIFT) & LAST_CPUPID_MASK; in folio_last_cpupid()1719 page->flags |= LAST_CPUPID_MASK << LAST_CPUPID_PGSHIFT; in page_cpupid_reset_last()
1116 #define LAST_CPUPID_MASK ((1UL << LAST_CPUPID_SHIFT) - 1) macro
600 {LAST_CPUPID_WIDTH, LAST_CPUPID_PGSHIFT, LAST_CPUPID_MASK,
2004 {LAST_CPUPID_WIDTH, LAST_CPUPID_PGSHIFT, LAST_CPUPID_MASK,
3193 if (unlikely(last_cpupid == (-1 & LAST_CPUPID_MASK))) { in task_numa_fault()
Completed in 61 milliseconds