Lines Matching refs:xa_lock
205 Takes xa_lock internally:
229 Assumes xa_lock held on entry:
239 that you are storing in the XArray, you can call xa_lock()
274 xa_lock(&foo->array);
285 coverage of the xa_lock on the store side to protect some statistics
290 context, or xa_lock_irq() in process context and xa_lock()
299 the xa_lock; the xa_lock is used for lockdep validation and will be used
313 to use the xa_lock while modifying the array. You can choose whether
314 to use the xa_lock or the RCU lock while doing read-only operations on
342 the xa_lock, attempt the operation and drop the lock. The operation
378 xa_lock. The node containing this entry may be freed at the end
491 xas_split_alloc() without the xa_lock held, followed by taking the lock
492 and calling xas_split() or calling xas_try_split() with xa_lock. The