Lines Matching refs:xa_lock
203 Takes xa_lock internally:
227 Assumes xa_lock held on entry:
237 that you are storing in the XArray, you can call xa_lock()
272 xa_lock(&foo->array);
283 coverage of the xa_lock on the store side to protect some statistics
288 context, or xa_lock_irq() in process context and xa_lock()
297 the xa_lock; the xa_lock is used for lockdep validation and will be used
311 to use the xa_lock while modifying the array. You can choose whether
312 to use the xa_lock or the RCU lock while doing read-only operations on
340 the xa_lock, attempt the operation and drop the lock. The operation
376 xa_lock. The node containing this entry may be freed at the end
489 xas_split_alloc() without the xa_lock held, followed by taking the lock