Lines Matching full:calling
37 a value entry by calling xa_is_value(), and convert it back to
38 an integer by calling xa_to_value().
86 You can copy entries out of the XArray into a plain array by calling
88 by calling xa_for_each(), xa_for_each_start() or xa_for_each_range().
92 Calling xa_store_range() stores the same entry in a range
112 Finally, you can remove all entries from an XArray by calling
126 by using xa_set_mark() and remove the mark from an entry by calling
128 particular mark set by calling xa_marked(). Erasing an entry from the
240 before calling xa_load(), then take a reference count on the
241 object you have found before calling xa_unlock(). This will
339 If the xa_state is holding an ``ENOMEM`` error, calling xas_nomem()
468 Calling xas_load() with a multi-index xa_state will walk the
471 is an entry stored within the range. Calling xas_find_conflict()
478 or calling xas_find(), if the initial index is in the middle
490 entry can be split into entries occupying smaller ranges by calling
492 and calling xas_split() or calling xas_try_split() with xa_lock. The