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().
69 use xa_erase() instead of calling xa_store() with a
84 You can copy entries out of the XArray into a plain array by calling
86 by calling xa_for_each(), xa_for_each_start() or xa_for_each_range().
90 Calling xa_store_range() stores the same entry in a range
110 Finally, you can remove all entries from an XArray by calling
124 by using xa_set_mark() and remove the mark from an entry by calling
126 particular mark set by calling xa_marked(). Erasing an entry from the
238 before calling xa_load(), then take a reference count on the
239 object you have found before calling xa_unlock(). This will
337 If the xa_state is holding an ``ENOMEM`` error, calling xas_nomem()
466 Calling xas_load() with a multi-index xa_state will walk the
469 is an entry stored within the range. Calling xas_find_conflict()
476 or calling xas_find(), if the initial index is in the middle
488 entry can be split into entries occupying smaller ranges by calling
490 and calling xas_split().