Searched refs:test1 (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/lib/ |
D | random32.c | 309 } test1[] = { variable 429 for (i = 0; i < ARRAY_SIZE(test1); i++) { in prandom_state_selftest() 432 prandom_seed_early(&state, test1[i].seed, false); in prandom_state_selftest() 435 if (test1[i].result != prandom_u32_state(&state)) in prandom_state_selftest()
|
/Linux-v4.19/drivers/gpu/drm/mgag200/ |
D | mgag200_main.c | 83 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-v4.19/Documentation/cgroup-v1/ |
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 106 test1 test2 122 root test1 test2 test3
|
/Linux-v4.19/Documentation/devicetree/bindings/mux/ |
D | adi,adgs1408.txt | 46 channels = "out_a0", "out_a1", "test0", "test1",
|
/Linux-v4.19/tools/perf/tests/ |
D | hists_cumulate.c | 249 static int test1(struct perf_evsel *evsel, struct machine *machine) in test1() function 700 test1, in test__hists_cumulate()
|
D | hists_output.c | 124 static int test1(struct perf_evsel *evsel, struct machine *machine) in test1() function 586 test1, in test__hists_output()
|
/Linux-v4.19/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-v4.19/arch/alpha/kernel/ |
D | smc37c669.c | 523 unsigned test1 : 1; /* Reserved - set to 0 */ member
|
/Linux-v4.19/drivers/net/wireless/broadcom/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()
|