Searched refs:test1 (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/rtc/ |
D | rtc-test.c | 20 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.1.27/lib/ |
D | random32.c | 303 } test1[] = { variable 423 for (i = 0; i < ARRAY_SIZE(test1); i++) { in prandom_state_selftest() 426 prandom_seed_early(&state, test1[i].seed, false); in prandom_state_selftest() 429 if (test1[i].result != prandom_u32_state(&state)) in prandom_state_selftest()
|
/linux-4.1.27/tools/testing/selftests/mqueue/ |
D | Makefile | 10 @./mq_open_tests /test1 || echo "selftests: mq_open_tests [FAIL]"
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
D | mgag200_main.c | 83 int test1, test2; in mga_probe_vram() local 97 test1 = ioread16(mem + offset); in mga_probe_vram() 103 if (test1 != 0xaa55) { in mga_probe_vram()
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 39 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.1.27/tools/perf/tests/ |
D | hists_cumulate.c | 245 static int test1(struct perf_evsel *evsel, struct machine *machine) in test1() function 690 test1, in test__hists_cumulate()
|
D | hists_output.c | 122 static int test1(struct perf_evsel *evsel, struct machine *machine) in test1() function 584 test1, in test__hists_output()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | feature.c | 1166 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.1.27/arch/alpha/kernel/ |
D | smc37c669.c | 523 unsigned test1 : 1; /* Reserved - set to 0 */ member
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | main.c | 440 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()
|