Home
last modified time | relevance | path

Searched refs:crs (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/misc/cxl/
Dsysfs.c669 list_for_each_entry_safe(cr, tmp, &afu->crs, list) { in cxl_sysfs_afu_remove()
681 INIT_LIST_HEAD(&afu->crs); in cxl_sysfs_afu_add()
716 list_add(&cr->list, &afu->crs); in cxl_sysfs_afu_add()
Dcxl.h519 struct list_head crs; member