Searched refs:xa_get_order (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | xarray.h | 1511 int xa_get_order(struct xarray *, unsigned long index); 1515 static inline int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | xarray.h | 1550 int xa_get_order(struct xarray *, unsigned long index); 1554 static inline int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function
|
/kernel/linux/linux-6.6/mm/ |
H A D | filemap.c | 872 unsigned int order = xa_get_order(xas.xa, xas.xa_index); in __filemap_add_folio() 891 order = xa_get_order(xas.xa, xas.xa_index); in __filemap_add_folio() 3026 return PAGE_SIZE << xa_get_order(xas->xa, xas->xa_index); in seek_folio_size() 4180 order = xa_get_order(xas.xa, xas.xa_index); in filemap_cachestat()
|
/kernel/linux/linux-5.10/mm/ |
H A D | filemap.c | 858 unsigned int order = xa_get_order(xas.xa, xas.xa_index); in __add_to_page_cache_locked() 877 order = xa_get_order(xas.xa, xas.xa_index); in __add_to_page_cache_locked()
|
/kernel/linux/linux-5.10/lib/ |
H A D | xarray.c | 1751 * xa_get_order() - Get the order of an entry. 1757 int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function 1788 EXPORT_SYMBOL(xa_get_order); variable
|
H A D | test_xarray.c | 1746 XA_BUG_ON(xa, xa_get_order(xa, i) != 0); in check_get_order() 1753 XA_BUG_ON(xa, xa_get_order(xa, j) != order); in check_get_order()
|
/kernel/linux/linux-6.6/lib/ |
H A D | xarray.c | 1753 * xa_get_order() - Get the order of an entry. 1759 int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function 1790 EXPORT_SYMBOL(xa_get_order); variable
|
H A D | test_xarray.c | 1746 XA_BUG_ON(xa, xa_get_order(xa, i) != 0); in check_get_order() 1753 XA_BUG_ON(xa, xa_get_order(xa, j) != order); in check_get_order()
|
Completed in 24 milliseconds