Home
last modified time | relevance | path

Searched refs:xa_cmpxchg_irq (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dxarray.h701 static inline void *xa_cmpxchg_irq(struct xarray *xa, unsigned long index, in xa_cmpxchg_irq() function
1043 return xa_err(xa_cmpxchg_irq(xa, index, NULL, XA_ZERO_ENTRY, gfp)); in xa_reserve_irq()
/Linux-v5.4/Documentation/core-api/
Dxarray.rst200 * xa_cmpxchg_irq()
277 and xa_cmpxchg_irq().
/Linux-v5.4/mm/
Dshmem.c688 old = xa_cmpxchg_irq(&mapping->i_pages, index, radswap, NULL, 0); in shmem_free_swap()