Searched refs:page_root_xa (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | pagealloc.c | 90 root = xa_load(&dev->priv.page_root_xa, function); in page_root_per_function() 98 err = xa_insert(&dev->priv.page_root_xa, function, root, GFP_KERNEL); in page_root_per_function() 161 root = xa_load(&dev->priv.page_root_xa, function); in find_fw_page() 243 root = xa_load(&dev->priv.page_root_xa, fwp->function); in free_fwp() 427 root = xa_load(&dev->priv.page_root_xa, function); in release_all_pages() 485 root = xa_load(&dev->priv.page_root_xa, get_function(func_id, ec_function)); in reclaim_pages_cmd() 703 xa_for_each(&dev->priv.page_root_xa, id, entry) { in mlx5_reclaim_startup_pages() 706 xa_erase(&dev->priv.page_root_xa, id); in mlx5_reclaim_startup_pages() 710 WARN_ON(!xa_empty(&dev->priv.page_root_xa)); in mlx5_reclaim_startup_pages() 732 xa_init(&dev->priv.page_root_xa); in mlx5_pagealloc_init() [all …]
|
/linux-6.3-rc2/include/linux/mlx5/ |
A D | driver.h | 593 struct xarray page_root_xa; member
|
Completed in 13 milliseconds