gcov_fn_info
struct gcov_fn_info *info = kzalloc_obj(*info);
struct gcov_fn_info *info = list_last_entry(¤t_info->functions,
struct gcov_fn_info, head);
struct gcov_fn_info *fn;
struct gcov_fn_info *fn_ptr1 = list_first_entry_or_null(
&info1->functions, struct gcov_fn_info, head);
struct gcov_fn_info *fn_ptr2 = list_first_entry_or_null(
&info2->functions, struct gcov_fn_info, head);
struct gcov_fn_info *dfn_ptr;
struct gcov_fn_info *sfn_ptr = list_first_entry_or_null(&src->functions,
struct gcov_fn_info, head);
static struct gcov_fn_info *gcov_fn_info_dup(struct gcov_fn_info *fn)
struct gcov_fn_info *fn_dup = kmemdup(fn, sizeof(*fn),
struct gcov_fn_info *fn;
struct gcov_fn_info *fn_dup = gcov_fn_info_dup(fn);
struct gcov_fn_info *fn, *tmp;
struct gcov_fn_info *fi_ptr;
struct gcov_fn_info **functions;
dup->functions = kzalloc_objs(struct gcov_fn_info *, info->n_functions);
fi_size = sizeof(struct gcov_fn_info);
struct gcov_fn_info *fi_ptr;