Searched refs:page_root_xa (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | pagealloc.c | 82 root = xa_load(&dev->priv.page_root_xa, function); in page_root_per_function() 90 err = xa_insert(&dev->priv.page_root_xa, function, root, GFP_KERNEL); in page_root_per_function() 153 root = xa_load(&dev->priv.page_root_xa, function); in find_fw_page() 234 root = xa_load(&dev->priv.page_root_xa, fwp->function); in free_fwp() 418 root = xa_load(&dev->priv.page_root_xa, function); in release_all_pages() 478 root = xa_load(&dev->priv.page_root_xa, get_function(func_id, ec_function)); in reclaim_pages_cmd() 697 xa_for_each(&dev->priv.page_root_xa, id, entry) { in mlx5_reclaim_startup_pages() 700 xa_erase(&dev->priv.page_root_xa, id); in mlx5_reclaim_startup_pages() 704 WARN_ON(!xa_empty(&dev->priv.page_root_xa)); in mlx5_reclaim_startup_pages() 726 xa_init(&dev->priv.page_root_xa); in mlx5_pagealloc_init() [all …]
|
/linux-5.19.10/include/linux/mlx5/ |
D | driver.h | 581 struct xarray page_root_xa; member
|