Searched refs:cc_walk_func_t (Results 1 – 2 of 2) sorted by relevance
203 typedef int cc_walk_func_t(void *, struct cc_algo *); typedef204 extern int cc_walk_algos(cc_walk_func_t *, void *);
102 cc_walk_algos(cc_walk_func_t *func, void *cd) in cc_walk_algos()