Searched defs:print_entry (Results 1 - 1 of 1) sorted by relevance

/arch/x86/mm/
H A Dpat.c804 struct memtype *print_entry; local
807 print_entry = kzalloc(sizeof(struct memtype), GFP_KERNEL);
808 if (!print_entry)
812 ret = rbt_memtype_copy_nth_element(print_entry, pos);
816 return print_entry;
818 kfree(print_entry);
845 struct memtype *print_entry = (struct memtype *)v; local
847 seq_printf(seq, "%s @ 0x%Lx-0x%Lx\n", cattr_name(print_entry->type),
848 print_entry->start, print_entry
[all...]

Completed in 159 milliseconds