Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcodetag.h47 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
/linux/lib/
H A Dcodetag.c303 void codetag_module_replaced(struct module *mod, struct module *new_mod) in codetag_module_replaced() argument
313 cttype->desc.module_replaced(mod, new_mod); in codetag_module_replaced()
H A Dalloc_tag.c645 static void replace_module(struct module *mod, struct module *new_mod) in replace_module() argument
655 mas_store_gfp(&mas, new_mod, GFP_KERNEL); in replace_module()
/linux/drivers/scsi/aic7xxx/
H A Daic79xx_core.c6018 bus_size_t new_mod; in ahd_sglist_allocsize() local
6022 new_mod = sg_list_size % PAGE_SIZE; in ahd_sglist_allocsize()
6024 if (new_mod > best_mod || new_mod == 0) { in ahd_sglist_allocsize()