search for: start_io

Displaying 6 results from an estimated 6 matches for "start_io".

Did you mean: start_ip
2010 Apr 07
0
[RFC] vhost-blk implementation (v2)
...ry(entry, queue, list) { + memcpy(&vbio->iov[nvecs], entry->iov, entry->nvecs * sizeof(struct iovec)); + nvecs += entry->nvecs; + vbio->len += entry->len; + } + list_replace_init(queue, &vbio->list); + queue_work(vblk_workqueue, &vbio->work); +} + +static void start_io(struct list_head *queue) +{ + struct list_head start; + struct vhost_blk_io *vbio = NULL, *entry; + + if (list_empty(queue)) + return; + + list_for_each_entry(entry, queue, list) { + if (!vbio) { + vbio = entry; + continue; + } + if (vbio->sector + (vbio->len >> SE...
2010 Apr 07
0
[RFC] vhost-blk implementation (v2)
...ry(entry, queue, list) { + memcpy(&vbio->iov[nvecs], entry->iov, entry->nvecs * sizeof(struct iovec)); + nvecs += entry->nvecs; + vbio->len += entry->len; + } + list_replace_init(queue, &vbio->list); + queue_work(vblk_workqueue, &vbio->work); +} + +static void start_io(struct list_head *queue) +{ + struct list_head start; + struct vhost_blk_io *vbio = NULL, *entry; + + if (list_empty(queue)) + return; + + list_for_each_entry(entry, queue, list) { + if (!vbio) { + vbio = entry; + continue; + } + if (vbio->sector + (vbio->len >> SE...
2008 Apr 14
8
zaptel 1.4.10 regression with TE220B on Proliant DL380 G5 ?
...;] elv_insert+0x10a/0x1ad [<c04d908b>] __make_request+0x31d/0x366 [<c04de8b1>] cfq_dispatch_requests+0x26a/0x46b [<c04dde27>] __cfq_slice_expired+0x8c/0xa5 [<c04de8b1>] cfq_dispatch_requests+0x26a/0x46b [<c04d505d>] elv_next_request+0x15c/0x16a [<f88bc101>] start_io+0x77/0xdc [cciss] [<f88bf63e>] do_cciss_request+0x32c/0x337 [cciss] [<f88ccff0>] __split_bio+0x408/0x418 [dm_mod] [<f88cd6a6>] dm_request+0xce/0xd4 [dm_mod] [<c04d6a81>] generic_make_request+0x248/0x258 [<c04d8734>] submit_bio+0xbf/0xc5 [<c04548e2>] find_ge...
2012 Nov 19
0
[PATCH 247/493] drivers/block: remove use of __devinit
...struct *inq_buff, drive_info_struct *drv); -static void __devinit cciss_interrupt_mode(ctlr_info_t *); -static int __devinit cciss_enter_simple_mode(struct ctlr_info *h); +static void cciss_interrupt_mode(ctlr_info_t *); +static int cciss_enter_simple_mode(struct ctlr_info *h); static void start_io(ctlr_info_t *h); static int sendcmd_withirq(ctlr_info_t *h, __u8 cmd, void *buff, size_t size, __u8 page_code, unsigned char scsi3addr[], @@ -199,13 +199,13 @@ static void cciss_device_release(struct device *dev); static void cciss_free_gendisk(ctlr_info_t *h, int drv_index); static void cci...
2012 Nov 19
0
[PATCH 247/493] drivers/block: remove use of __devinit
...struct *inq_buff, drive_info_struct *drv); -static void __devinit cciss_interrupt_mode(ctlr_info_t *); -static int __devinit cciss_enter_simple_mode(struct ctlr_info *h); +static void cciss_interrupt_mode(ctlr_info_t *); +static int cciss_enter_simple_mode(struct ctlr_info *h); static void start_io(ctlr_info_t *h); static int sendcmd_withirq(ctlr_info_t *h, __u8 cmd, void *buff, size_t size, __u8 page_code, unsigned char scsi3addr[], @@ -199,13 +199,13 @@ static void cciss_device_release(struct device *dev); static void cciss_free_gendisk(ctlr_info_t *h, int drv_index); static void cci...
2006 Jul 26
5
linux-2.6-xen.hg
Hi, Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being updated? if not, what''s the preferred Linux tree to track that has all of the Xen bits? Thanks, Muli _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel