Lines Matching refs:xas_load
217 * xas_load() - Load an entry from the XArray (advanced).
222 * @xas is in an error state. xas_load() will never expand the tree.
224 * If the xa_state is set up to operate on a multi-index entry, xas_load()
231 void *xas_load(struct xa_state *xas)
246 EXPORT_SYMBOL_GPL(xas_load);
788 first = xas_load(xas);
1057 void *curr = xas_load(xas);
1157 return xas_load(xas);
1196 return xas_load(xas);
1248 entry = xas_load(xas);
1459 entry = xas_load(&xas);
1611 curr = xas_load(&xas);
1650 curr = xas_load(&xas);
1764 entry = xas_load(&xas);
1899 void *entry = xas_load(&xas);
1917 void *entry = xas_load(&xas);