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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dubd_kern.c58 struct io_thread_req { struct
83 extern void do_io(struct io_thread_req *req);
506 struct io_thread_req *req;
515 sizeof(struct io_thread_req *));
1029 static void cowify_req(struct io_thread_req *req, unsigned long *bitmap,
1051 static void prepare_request(struct request *req, struct io_thread_req *io_req,
1083 struct io_thread_req *io_req;
1104 io_req = kmalloc(sizeof(struct io_thread_req),
1116 sizeof(struct io_thread_req *));
1117 if(n != sizeof(struct io_thread_req *)){
[all...]

Completed in 51 milliseconds