Searched refs:default_caches (Results 1 – 2 of 2) sorted by relevance
77 extern struct kcm_default_cache *default_caches;
1060 struct kcm_default_cache *default_caches; variable1076 for (c = default_caches; c != NULL; c = c->next) { in kcm_op_get_default_cache()1102 for (c = &default_caches; *c != NULL; c = &(*c)->next) { in kcm_drop_default_cache()1132 for (c = default_caches; c != NULL; c = c->next) { in kcm_op_set_default_cache()1144 c->next = default_caches; in kcm_op_set_default_cache()1145 default_caches = c; in kcm_op_set_default_cache()