Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst173 * xa_cmpxchg_bh()
239 如xa_store_bh()、xa_store_irq()、xa_erase_bh()、xa_erase_irq()、xa_cmpxchg_bh() 和xa_cmpxchg_irq()。
/linux/include/linux/
H A Dxarray.h720 static inline void *xa_cmpxchg_bh(struct xarray *xa, unsigned long index, in xa_cmpxchg_bh() function
1106 return xa_err(xa_cmpxchg_bh(xa, index, NULL, XA_ZERO_ENTRY, gfp)); in xa_reserve_bh()
/linux/net/core/
H A Dpage_pool.c516 old = xa_cmpxchg_bh(&pool->dma_mapped, id, page, NULL, 0); in page_pool_release_dma_index()