Searched refs:uxpte_cas (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | purgeable.c | 48 static inline bool uxpte_cas(struct uxpte_t *uxpte, long old, long new) in uxpte_cas() function 165 if (!uxpte_cas(uxpte, val, UXPTE_UNDER_RECLAIM)) in lock_uxpte() 200 if (!uxpte_cas(uxpte, val, val + 1)) in uxpte_set_present() 222 if (!uxpte_cas(uxpte, val, val - 1)) in uxpte_clear_present()
|
/kernel/linux/linux-6.6/mm/ |
H A D | purgeable.c | 48 static inline bool uxpte_cas(struct uxpte_t *uxpte, long old, long new) in uxpte_cas() function 167 if (!uxpte_cas(uxpte, val, UXPTE_UNDER_RECLAIM)) in lock_uxpte() 202 if (!uxpte_cas(uxpte, val, val + 1)) in uxpte_set_present() 224 if (!uxpte_cas(uxpte, val, val - 1)) in uxpte_clear_present()
|
Completed in 2 milliseconds