Lines Matching refs:xa_lock
188 Takes xa_lock internally:
212 Assumes xa_lock held on entry:
222 that you are storing in the XArray, you can call xa_lock()
257 xa_lock(&foo->array);
268 coverage of the xa_lock on the store side to protect some statistics
273 context, or xa_lock_irq() in process context and xa_lock()
282 the xa_lock; the xa_lock is used for lockdep validation and will be used
296 to use the xa_lock while modifying the array. You can choose whether
297 to use the xa_lock or the RCU lock while doing read-only operations on
321 the xa_lock, attempt the operation and drop the lock. The operation
357 xa_lock. The node containing this entry may be freed at the end