Searched refs:default_caches (Results 1 – 2 of 2) sorted by relevance
79 extern struct kcm_default_cache *default_caches;
1062 struct kcm_default_cache *default_caches; variable1079 for (c = default_caches; c != NULL; c = c->next) { in kcm_op_get_default_cache()1106 for (c = &default_caches; *c != NULL; c = &(*c)->next) { in kcm_drop_default_cache()1136 for (c = default_caches; c != NULL; c = c->next) { in kcm_op_set_default_cache()1150 c->next = default_caches; in kcm_op_set_default_cache()1151 default_caches = c; in kcm_op_set_default_cache()