Searched refs:entry_print (Results 1 – 1 of 1) sorted by relevance
1134 struct memtype *entry_print; in memtype_get_idx() local1137 entry_print = kzalloc(sizeof(struct memtype), GFP_KERNEL); in memtype_get_idx()1138 if (!entry_print) in memtype_get_idx()1142 ret = memtype_copy_nth_element(entry_print, pos); in memtype_get_idx()1147 kfree(entry_print); in memtype_get_idx()1151 return entry_print; in memtype_get_idx()1178 struct memtype *entry_print = (struct memtype *)v; in memtype_seq_show() local1181 entry_print->start, in memtype_seq_show()1182 entry_print->end, in memtype_seq_show()1183 cattr_name(entry_print->type)); in memtype_seq_show()
Completed in 8 milliseconds