search for: loop3

Displaying 20 results from an estimated 55 matches for "loop3".

Did you mean: loop
2005 Feb 11
7
fdisk hard drive image
...hda . I want to use a full hard drive image (not partition image) from my Xen0 as hda in my XenU. I want to be able to run fdisk on hda in my XenU to list and regenerate partitions. I tried with this (/img is my hard drive image): disk = [''/img,hda,w''] disk = [''phy:loop3,hda,w''], loop3 is /img attached to /dev/loop3 by losetup. But, both don''t work. Is it possible ? Can anyone help me ? Thanks in advance. Regard, Gonéri Le Bouder ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read...
2010 Sep 07
2
[LLVMdev] loop fusion
...[#uses=1] %load = load float* %gep ; <float> [#uses=1] store float %load, float* %gep1 %indvar.next14 = add i64 %indvar13, 1 ; <i64> [#uses=2] %exitcond15 = icmp eq i64 %indvar.next14, 16 ; <i1> [#uses=1] br i1 %exitcond15, label %loop3, label %loop loop3: ; preds = %loop, %loop3 %indvar = phi i64 [ %indvar.next, %loop3 ], [ 0, %loop ] ; <i64> [#uses=3] %gep6 = getelementptr [16 x float]* %0, i64 0, i64 %indvar ; <float*> [#uses=1] %gep8 = getelementptr [16 x float...
2011 Aug 14
3
cant mount degraded (it worked in kernel 2.6.38.8)
# uname -a Linux dhcppc1 3.0.1-xxxx-std-ipv6-64 #1 SMP Sun Aug 14 17:06:21 CEST 2011 x86_64 x86_64 x86_64 GNU/Linux mkdir test5 cd test5 dd if=/dev/null of=img5 bs=1 seek=2G dd if=/dev/null of=img6 bs=1 seek=2G losetup /dev/loop2 img5 losetup /dev/loop3 img6 mkfs.btrfs -d raid1 -m raid1 /dev/loop2 /dev/loop3 btrfs device scan btrfs filesystem show Label: none uuid: d7ba6c4e-04ed-49f5-88cd-8432c948e822 Total devices 2 FS bytes used 28.00KB devid 1 size 2.00GB used 437.50MB path /dev/loop4 devid 2 size 2.00GB used 417...
2015 Sep 21
2
[RFC] New pass: LoopExitValues
...e the same worry as Philip and Hal that the new LoopExitValues > pass may increase some live range significantly in certain cases > because it reuses value cross outerloop iterations. Like the following > hypothetical case, the value reuse will create a live range living > across loop2, loop3, .... But we can add some simple logic to obviate > such case. > Thanks Wei. Can you please give your ideas about logic to catch abuse of live ranges?
2010 Sep 07
0
[LLVMdev] loop fusion
...[#uses=1] %load = load float* %gep ; <float> [#uses=1] store float %load, float* %gep1 %indvar.next14 = add i64 %indvar13, 1 ; <i64> [#uses=2] %exitcond15 = icmp eq i64 %indvar.next14, 16 ; <i1> [#uses=1] br i1 %exitcond15, label %loop3, label %loop loop3: ; preds = %loop, %loop3 %indvar = phi i64 [ %indvar.next, %loop3 ], [ 0, %loop ] ; <i64> [#uses=3] %gep6 = getelementptr [16 x float]* %0, i64 0, i64 %indvar ; <float*> [#uses=1] %gep8 = getelementptr [16 x float...
2010 Sep 08
0
[LLVMdev] loop fusion
...d float* %gep ;<float> [#uses=1] > store float %load, float* %gep1 > %indvar.next14 = add i64 %indvar13, 1 ;<i64> [#uses=2] > %exitcond15 = icmp eq i64 %indvar.next14, 16 ;<i1> [#uses=1] > br i1 %exitcond15, label %loop3, label %loop > > loop3: ; preds = %loop, %loop3 > %indvar = phi i64 [ %indvar.next, %loop3 ], [ 0, %loop ] ;<i64> > [#uses=3] > %gep6 = getelementptr [16 x float]* %0, i64 0, i64 %indvar ;<float*> > [#uses=1] >...
2004 Jun 30
1
mkdiskimage question (another one?)
Hi, I am trying for quite some time to create a bootable hd disk image with mkdiskimage (included in the syslinux distribution) and the combination isolinux/memdisk. It just won't work:-} I have done the following: [snip] # ./mkdiskimage -d -o disk 256 32 1 640 # losetup -o 640 /dev/loop3 disk # mount /dev/loop3 /mnt/3 # mount | grep loop3 /dev/loop3 on /mnt/3 type vfat (rw) :: copy win98se boot disk files to /mnt/3 :: [snap] My isolinux entry looks like the following: [snip] LABEL 98 KERNEL /isolinux/memdisk APPEND initrd=images/disk TIMEOUT 100 [snap] And that is the message i...
2011 Feb 15
2
[PATCH] virtio: use __GFP_NOWARN for try_fill_recv in virtnet_poll
...e following is only an harmless informational message. [22798.508909] Unless you get a _continuous_flood_ of these messages it means [22798.508911] everything is working fine. Allocations from irqs cannot be [22798.508913] perfectly reliable and the kernel is designed to handle that. [22798.508917] loop3: page allocation failure. order:0, mode:0x20, alloc_flags:0x30 pflags:0x80208040 Signed-off-by: Michal Hocko <mhocko at suse.cz> --- drivers/net/virtio_net.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 9...
2011 Feb 15
2
[PATCH] virtio: use __GFP_NOWARN for try_fill_recv in virtnet_poll
...e following is only an harmless informational message. [22798.508909] Unless you get a _continuous_flood_ of these messages it means [22798.508911] everything is working fine. Allocations from irqs cannot be [22798.508913] perfectly reliable and the kernel is designed to handle that. [22798.508917] loop3: page allocation failure. order:0, mode:0x20, alloc_flags:0x30 pflags:0x80208040 Signed-off-by: Michal Hocko <mhocko at suse.cz> --- drivers/net/virtio_net.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 9...
2015 Sep 21
4
[RFC] New pass: LoopExitValues
Hi Folks, Let's keep this optimization alive. To summarize: several folks voiced general support, but with questions about why existing optimizations do not already catch this case. Deep dive by Wei Mi showed that the optimization is most likely not a clean-up of LSR sloppiness, but something new. Follow-up by myself confirmed that the redundancy eliminated the LoopExitValues pass exists in
2009 Nov 19
10
Unable to mount loopback devices in RAID mode
Hi! I recently tried to mount a filesystem in RAID1 mode using loopback devices. I followed the instructions at [1]. Here''s exactly what I''ve done: $ dd if=/dev/zero of=raid1_0.img bs=1M count=500 $ dd if=/dev/zero of=raid1_1.img bs=1M count=500 $ mkfs.btrfs -m raid1 -d raid1 raid1_0.img raid1_1.img $ losetup /dev/loop0 raid1_0.img $ losetup /dev/loop1 raid1_1.img $ mount -t
2004 Sep 10
2
Enable the 3dnow function?
--- Josh Coalson <xflac@yahoo.com> wrote: > > -- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote: > > On Tue, Dec 17, 2002 at 01:01:08PM -0800, Josh Coalson wrote: > > > --- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote: > > > > Ok, what about enabling the 3dnow function in libFLAC by > default? > > > > I think time
2003 Jun 13
1
jbd count incremented *even* if volume is mounted RO?
Continuing on with my earlier post . . . after looking through code of JBD, is the following perhaps the difference in why the md5 values differ; When a journalled filesystem that uses jbd is mounted the journal b_count is incremented by one? *EVEN* if the volume was mounted read only, this b_count is still increased by one? curious as ever! lt __________________________________ Do you
2019 Jan 30
3
C7, mdadm issues
...ignoring the > read errors on one of the disks. > * Build the RAID5 like this: > > mdadm --create --assume-clean --level=5 --raid-devices=4 --spare-devices=0 \ > --metadata=1.0 --layout=left-symmetric --chunk=64 --bitmap=none \ > /dev/md10 /dev/loop0 missing /dev/loop2 /dev/loop3 > > * Recover 99.9% of the data from /dev/md10. > Why not recover directly from backup? This saves time. From your last command why you inserted /dev/loopN? > One more hint for those interested: > Even with RAID1, I don't use the whole disk as one big RAID1. Instead, I >...
2013 Apr 25
3
[LLVMdev] 'loop invariant code motion' and 'Reassociate Expression'
..., it is not hard to achieve this result, just restructure the expression in a way such that > the earlier definition of the sub-expression is permute earlier in the resulting expr. > > e.g. > outer-loop1 > x= > outer-loop2 > y = > > inner-loop3 > z = > t = z * y * z > > the RHS is better restructured into "x * y * z", such that x * y can moved as early as possible. > Restructuring expr this expr is also able to reduce the critical path even if no sub-expr is > moved out of loop. &g...
2019 Jan 30
0
C7, mdadm issues
...tion from every disk to a file, ignoring the read errors on one of the disks. * Build the RAID5 like this: mdadm --create --assume-clean --level=5 --raid-devices=4 --spare-devices=0 \ --metadata=1.0 --layout=left-symmetric --chunk=64 --bitmap=none \ /dev/md10 /dev/loop0 missing /dev/loop2 /dev/loop3 * Recover 99.9% of the data from /dev/md10. One more hint for those interested: Even with RAID1, I don't use the whole disk as one big RAID1. Instead, I slice it into equally sized parts - not physically :-) - and create multiple smaller RAID1 arrays on it. If a disk is 8TB, I create 8 pariti...
2010 Jul 28
1
APC SmartUPS 2200XL + UDEV + USB = tcgetattr : Invalid argument
...ber=JS1005032730 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 30mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=00 Prot=00 Driver=usbhid E: Ad=81(I) Atr=03(Int.) MxPS= 6 Ivl=100ms ===== what I see in /sys/block ====== # ls /sys/block hda/ loop2/ loop6/ ram1/ ram13/ ram3/ ram7/ sdb/ sdf/ hdb/ loop3/ loop7/ ram10/ ram14/ ram4/ ram8/ sdc/ loop0/ loop4/ md0/ ram11/ ram15/ ram5/ ram9/ sdd/ loop1/ loop5/ ram0/ ram12/ ram2/ ram6/ sda/ sde/ ===== What udevadm (udevinfo) sees ===== # udevadm info -a -p /sys/devices/pci0000:00/0000:00:1d.2 /usb4/4-2 Udevinfo starts with th...
2009 Mar 26
0
Help with GSM or CDMA hardware on CentOS and SMSTools question please
...snapshot??? tty14? tty26? tty38? tty5?? tty61 ttyUSB3???????? usbdev2.6_ep8a? vcs6 cdrom-hdb???? dvdrw-hdb????? fd0u1760? hda1??????? loop2??? net ram?????? ram6???? snd???????? tty15? tty27? tty39? tty50? tty62 ttyUSB4???????? usbdev3.1_ep00? vcsa cdrw????????? dvdwriter????? fd0u1840? hda2??????? loop3??? null ram0????? ram7???? stderr????? tty16? tty28? tty4?? tty51? tty63 ttyUSB5???????? usbdev3.1_ep81? vcsa1 cdrw-hdb????? dvdwriter-hdb? fd0u1920? hda3??????? loop4??? nvram ram1????? ram8???? stdin?????? tty17? tty29? tty40? tty52? tty7 urandom???????? usbdev4.1_ep00? vcsa2 cdwriter????? fb????...
2013 Apr 23
0
[LLVMdev] 'loop invariant code motion' and 'Reassociate Expression'
..." mechanism. If it dose not, it is not hard to achieve this result, just restructure the expression in a way such that the earlier definition of the sub-expression is permute earlier in the resulting expr. e.g. outer-loop1 x= outer-loop2 y = inner-loop3 z = t = z * y * z the RHS is better restructured into "x * y * z", such that x * y can moved as early as possible. Restructuring expr this expr is also able to reduce the critical path even if no sub-expr is moved out of loop. By no means can &qu...
2013 Apr 25
2
[LLVMdev] 'loop invariant code motion' and 'Reassociate Expression'
...st restructure the expression in a way such that > > the earlier definition of the sub-expression is permute earlier in the resulting expr. > > > > e.g. > > outer-loop1 > > x= > > outer-loop2 > > y = > > > > inner-loop3 > > z = > > t = z * y * z > > > > the RHS is better restructured into "x * y * z", such that x * y can moved as early as possible. > > Restructuring expr this expr is also able to reduce the critical path even if no sub-expr is &g...