Home
last modified time | relevance | path

Searched defs:cache_ops (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dcache.h16 struct cache_ops { struct
43 #define cache_get_ops(dev) ((struct cache_ops *)(dev)->driver->ops) argument
/third_party/libnl/lib/
Dcache_mngt.c34 static struct nl_cache_ops *cache_ops; variable
/third_party/libnl/lib/genl/
Dmngt.c51 struct genl_ops *ops, struct nl_cache_ops *cache_ops, void *arg) in cmd_msg_parser()