Home
last modified time | relevance | path

Searched refs:test1 (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/rtc/
Drtc-test.c16 static struct platform_device *test0 = NULL, *test1 = NULL; variable
153 if ((test1 = platform_device_alloc("rtc-test", 1)) == NULL) { in test_init()
161 if ((err = platform_device_add(test1))) in test_init()
170 platform_device_put(test1); in test_init()
183 platform_device_unregister(test1); in test_exit()
/linux-3.4.99/Documentation/cgroups/
Dblkio-controller.txt39 mkdir -p /sys/fs/cgroup/blkio/test1/ /sys/fs/cgroup/blkio/test2
41 - Set weights of group test1 and test2
42 echo 1000 > /sys/fs/cgroup/blkio/test1/blkio.weight
52 echo $! > /sys/fs/cgroup/blkio/test1/tasks
53 cat /sys/fs/cgroup/blkio/test1/tasks
61 blkio.disk_sectors files of both test1 and test2 groups. This will tell how
107 test1 test2
115 root test1 test2 test3
/linux-3.4.99/arch/powerpc/platforms/powermac/
Dfeature.c1166 u32 test0 = 0, test1 = 0; in core99_usb_enable() local
1174 test1 = UNI_N_CLOCK_STOPPED_USB0PCI; in core99_usb_enable()
1178 test1 = UNI_N_CLOCK_STOPPED_USB1PCI; in core99_usb_enable()
1182 test1 = UNI_N_CLOCK_STOPPED_USB2PCI; in core99_usb_enable()
1194 } while ((status0 & test0) | (status1 & test1)); in core99_usb_enable()
/linux-3.4.99/arch/alpha/kernel/
Dsmc37c669.c523 unsigned test1 : 1; /* Reserved - set to 0 */ member
/linux-3.4.99/drivers/net/wireless/b43legacy/
Dmain.c440 u16 test1; in b43legacy_tsf_read() local
452 test1 = b43legacy_read16(dev, B43legacy_MMIO_TSF_1); in b43legacy_tsf_read()
453 } while (v3 != test3 || v2 != test2 || v1 != test1); in b43legacy_tsf_read()