Searched refs:kmod_dup_req (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/module/
H A Ddups.c48 struct kmod_dup_req { struct
57 static struct kmod_dup_req *kmod_dup_request_lookup(char *module_name)
59 struct kmod_dup_req *kmod_req;
74 struct kmod_dup_req *kmod_req;
75 kmod_req = container_of(to_delayed_work(work), struct kmod_dup_req, delete_work);
99 struct kmod_dup_req *kmod_req;
101 kmod_req = container_of(work, struct kmod_dup_req, complete_work);
122 struct kmod_dup_req *kmod_req, *new_kmod_req;
224 struct kmod_dup_req *kmod_req;

Completed in 199 milliseconds