Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcodetag.h48 bool (*needs_section_mem)(struct module *mod, unsigned long size); member
/linux/lib/
H A Dcodetag.c248 if (!cttype->desc.needs_section_mem) in codetag_needs_module_section()
252 ret = cttype->desc.needs_section_mem(mod, size); in codetag_needs_module_section()
H A Dalloc_tag.c333 static bool needs_section_mem(struct module *mod, unsigned long size) in needs_section_mem() function
816 .needs_section_mem = needs_section_mem, in alloc_tag_init()