Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/base/
Dcacheinfo.c27 #define per_cpu_cacheinfo(cpu) (ci_cacheinfo(cpu)->info_list)
165 if (this_cpu_ci->info_list->fw_token) { in cache_setup_of_node()
180 this_leaf = this_cpu_ci->info_list + index; in cache_setup_of_node()
237 this_leaf = this_cpu_ci->info_list + index; in cache_shared_cpu_map_setup()
246 if (i == cpu || !sib_cpu_ci->info_list) in cache_shared_cpu_map_setup()
248 sib_leaf = sib_cpu_ci->info_list + index; in cache_shared_cpu_map_setup()
266 this_leaf = this_cpu_ci->info_list + index; in cache_shared_cpu_map_remove()
274 if (!sib_cpu_ci->info_list) in cache_shared_cpu_map_remove()
277 sib_leaf = sib_cpu_ci->info_list + index; in cache_shared_cpu_map_remove()
613 this_leaf = this_cpu_ci->info_list + i; in cache_add_dev()
/linux-4.19.296/include/linux/
Dcacheinfo.h73 struct cacheinfo *info_list; member
/linux-4.19.296/drivers/xen/
Dxen-scsiback.c178 struct list_head info_list; member
1769 INIT_LIST_HEAD(&tpg->info_list); in scsiback_make_tpg()