Home
last modified time | relevance | path

Searched refs:pasid_list (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/misc/ocxl/
Dpasid.c88 return range_alloc(&fn->pasid_list, size, max_pasid, "afu pasid"); in ocxl_pasid_afu_alloc()
93 return range_free(&fn->pasid_list, start, size, "afu pasid"); in ocxl_pasid_afu_free()
Docxl_internal.h25 struct list_head pasid_list; member
Dcore.c308 INIT_LIST_HEAD(&fn->pasid_list); in alloc_function()
317 WARN_ON(!list_empty(&fn->pasid_list)); in free_function()