Searched refs:module_info_size (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/acpi/
H A Dprmt.c101 u32 module_info_size = 0; local
106 module_info_size = struct_size(tm, handlers, module_info->handler_info_count);
107 tm = kmalloc(module_info_size, GFP_KERNEL);

Completed in 137 milliseconds