Searched refs:new_mod (Results 1 – 4 of 4) sorted by relevance
47 void (*module_replaced)(struct module *mod, struct module *new_mod);95 void codetag_module_replaced(struct module *mod, struct module *new_mod);109 static inline void codetag_module_replaced(struct module *mod, struct module *new_mod) {} in codetag_module_replaced() argument
303 void codetag_module_replaced(struct module *mod, struct module *new_mod) in codetag_module_replaced() argument313 cttype->desc.module_replaced(mod, new_mod); in codetag_module_replaced()
645 static void replace_module(struct module *mod, struct module *new_mod) in replace_module() argument655 mas_store_gfp(&mas, new_mod, GFP_KERNEL); in replace_module()
6018 bus_size_t new_mod; in ahd_sglist_allocsize() local6022 new_mod = sg_list_size % PAGE_SIZE; in ahd_sglist_allocsize()6024 if (new_mod > best_mod || new_mod == 0) { in ahd_sglist_allocsize()