Searched refs:new_mod (Results 1 – 4 of 4) sorted by relevance
44 void (*module_replaced)(struct module *mod, struct module *new_mod);91 void codetag_module_replaced(struct module *mod, struct module *new_mod);105 static inline void codetag_module_replaced(struct module *mod, struct module *new_mod) {} in codetag_module_replaced() argument
282 void codetag_module_replaced(struct module *mod, struct module *new_mod) in codetag_module_replaced() argument292 cttype->desc.module_replaced(mod, new_mod); in codetag_module_replaced()
649 static void replace_module(struct module *mod, struct module *new_mod) in replace_module() argument659 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()