Searched refs:xas_next_entry (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | xarray.rst | 324 xas_next_entry()而不是xas_find()来移动到下一个当前条目,在大多数情况下会节省一个函数调用,但代价 329 于xas_next_entry()。
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | ib_core_uverbs.c | 308 xas_next_entry(&xas, xa_last - 1); in rdma_user_mmap_entry_insert_range()
|
/openbmc/linux/include/linux/ |
H A D | xarray.h | 1694 static inline void *xas_next_entry(struct xa_state *xas, unsigned long max) in xas_next_entry() function 1796 entry = xas_next_entry(xas, max))
|
/openbmc/linux/Documentation/core-api/ |
H A D | xarray.rst | 421 entry at the index of the xa_state. Using xas_next_entry() to 430 function is the equivalent of xas_next_entry().
|
/openbmc/linux/lib/ |
H A D | test_xarray.c | 118 XA_BUG_ON(xa, xas_next_entry(&xas, ULONG_MAX) != xa_mk_value(0)); in check_xas_retry() 127 XA_BUG_ON(xa, xas_next_entry(&xas, ULONG_MAX) != xa_mk_value(0)); in check_xas_retry()
|
/openbmc/linux/mm/ |
H A D | filemap.c | 3469 struct folio *folio = xas_next_entry(xas, end_pgoff); in next_uptodate_folio() 3502 } while ((folio = xas_next_entry(xas, end_pgoff)) != NULL); in next_uptodate_folio()
|
H A D | khugepaged.c | 1837 if (!xas_next_entry(&xas, end - 1)) { in collapse_file()
|
/openbmc/linux/fs/ |
H A D | libfs.c | 496 child = xas_next_entry(&xas, DIR_OFFSET_MAX); in offset_dir_lookup()
|