Home
last modified time | relevance | path

Searched refs:entry_print (Results 1 – 1 of 1) sorted by relevance

/arch/x86/mm/pat/
A Dmemtype.c965 struct memtype *entry_print; in memtype_get_idx() local
968 entry_print = kzalloc(sizeof(struct memtype), GFP_KERNEL); in memtype_get_idx()
969 if (!entry_print) in memtype_get_idx()
973 ret = memtype_copy_nth_element(entry_print, pos); in memtype_get_idx()
978 kfree(entry_print); in memtype_get_idx()
982 return entry_print; in memtype_get_idx()
1009 struct memtype *entry_print = (struct memtype *)v; in memtype_seq_show() local
1012 entry_print->start, in memtype_seq_show()
1013 entry_print->end, in memtype_seq_show()
1014 cattr_name(entry_print->type)); in memtype_seq_show()

Completed in 5 milliseconds