Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dcodetag.h44 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
/linux-6.15/lib/
H A Dcodetag.c282 void codetag_module_replaced(struct module *mod, struct module *new_mod) in codetag_module_replaced() argument
292 cttype->desc.module_replaced(mod, new_mod); in codetag_module_replaced()
H A Dalloc_tag.c649 static void replace_module(struct module *mod, struct module *new_mod) in replace_module() argument
659 mas_store_gfp(&mas, new_mod, GFP_KERNEL); in replace_module()
/linux-6.15/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()