Searched defs:type_name_dup (Results 1 - 2 of 2) sorted by relevance

/drivers/md/
H A Ddm-exception-store.c74 char *p, *type_name_dup; local
81 type_name_dup = kstrdup(type_name, GFP_KERNEL);
82 if (!type_name_dup) {
87 while (request_module("dm-exstore-%s", type_name_dup) ||
89 p = strrchr(type_name_dup, '-');
98 kfree(type_name_dup);
H A Ddm-log.c67 char *p, *type_name_dup; local
77 type_name_dup = kstrdup(type_name, GFP_KERNEL);
78 if (!type_name_dup) {
84 while (request_module("dm-log-%s", type_name_dup) ||
86 p = strrchr(type_name_dup, '-');
95 kfree(type_name_dup);

Completed in 51 milliseconds