Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-test.c20 static struct platform_device *test0 = NULL, *test1 = NULL; variable
162 if ((test1 = platform_device_alloc("rtc-test", 1)) == NULL) { in test_init()
170 if ((err = platform_device_add(test1))) in test_init()
179 platform_device_put(test1); in test_init()
192 platform_device_unregister(test1); in test_exit()
/linux-4.4.14/lib/
Drandom32.c308 } test1[] = { variable
428 for (i = 0; i < ARRAY_SIZE(test1); i++) { in prandom_state_selftest()
431 prandom_seed_early(&state, test1[i].seed, false); in prandom_state_selftest()
434 if (test1[i].result != prandom_u32_state(&state)) in prandom_state_selftest()
/linux-4.4.14/tools/testing/selftests/mqueue/
DMakefile10 @./mq_open_tests /test1 || echo "selftests: mq_open_tests [FAIL]"
/linux-4.4.14/drivers/gpu/drm/mgag200/
Dmgag200_main.c83 int test1, test2; in mga_probe_vram() local
104 test1 = ioread16(mem + offset); in mga_probe_vram()
110 if (test1 != 0xaa55) { in mga_probe_vram()
/linux-4.4.14/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
123 root test1 test2 test3
/linux-4.4.14/tools/perf/tests/
Dhists_cumulate.c249 static int test1(struct perf_evsel *evsel, struct machine *machine) in test1() function
698 test1, in test__hists_cumulate()
Dhists_output.c126 static int test1(struct perf_evsel *evsel, struct machine *machine) in test1() function
588 test1, in test__hists_output()
/linux-4.4.14/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-4.4.14/arch/alpha/kernel/
Dsmc37c669.c523 unsigned test1 : 1; /* Reserved - set to 0 */ member
/linux-4.4.14/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()