Home
last modified time | relevance | path

Searched refs:xa_trylock (Results 1 – 5 of 5) sorted by relevance

/linux/rust/helpers/
H A Dxarray.c17 return xa_trylock(xa); in rust_helper_xa_trylock()
/linux/rust/kernel/
H A Dxarray.rs124 if (unsafe { bindings::xa_trylock(self.xa.get()) } != 0) { in try_lock()
/linux/include/linux/
H A Dxarray.h535 #define xa_trylock(xa) spin_trylock(&(xa)->xa_lock) macro
1417 #define xas_trylock(xas) xa_trylock((xas)->xa)
/linux/mm/
H A Dworkingset.c721 if (!xa_trylock(&mapping->i_pages)) { in shadow_lru_isolate()
/linux/fs/erofs/
H A Dzdata.c950 if (try_free && xa_trylock(&sbi->managed_pslots)) { in z_erofs_put_pcluster()