Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/
Dnode.c221 #define to_cache_info(device) container_of(device, struct node_cache_info, dev) macro
228 return sprintf(buf, fmt "\n", to_cache_info(dev)->cache_attrs.name);\
253 struct node_cache_info *info = to_cache_info(dev); in node_cacheinfo_release()