Searched refs:test1 (Results 1 - 25 of 40) sorted by path

12

/linux-master/arch/alpha/kernel/
H A Dsmc37c669.c522 unsigned test1 : 1; /* Reserved - set to 0 */ member in struct:_SMC37c669_CR0F::__anon101
/linux-master/arch/powerpc/platforms/powermac/
H A Dfeature.c1157 u32 test0 = 0, test1 = 0; local
1165 test1 = UNI_N_CLOCK_STOPPED_USB0PCI;
1169 test1 = UNI_N_CLOCK_STOPPED_USB1PCI;
1173 test1 = UNI_N_CLOCK_STOPPED_USB2PCI;
1185 } while ((status0 & test0) | (status1 & test1));
/linux-master/drivers/gpu/drm/mgag200/
H A Dmgag200_drv.c52 int test1, test2; local
69 test1 = ioread16(mem + offset);
75 if (test1 != 0xaa55)
/linux-master/drivers/net/netdevsim/
H A Ddev.c319 debugfs_create_bool("test1", 0600, nsim_dev->ddir,
320 &nsim_dev->test1);
516 "test1", DEVLINK_PARAM_TYPE_BOOL,
530 value.vbool = nsim_dev->test1;
551 nsim_dev->test1 = saved_value.vbool;
1543 nsim_dev->test1 = NSIM_DEV_TEST1_DEFAULT;
H A Dnetdevsim.h305 bool test1; member in struct:nsim_dev
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c419 u16 test1; local
431 test1 = b43legacy_read16(dev, B43legacy_MMIO_TSF_1);
432 } while (v3 != test3 || v2 != test2 || v1 != test1);
/linux-master/drivers/usb/dwc3/
H A Dgadget.c1769 * Let test0 = test status for combination 'b00 and test1 = test status for 'b01
1772 * if test0 fails and test1 passes, BIT[15:14] is 'b01
1773 * if test0 fails and test1 fails, BIT[15:14] is 'b10
1774 * if test0 passes and test1 fails, BIT[15:14] is 'b11
1775 * if test0 passes and test1 passes, BIT[15:14] is 'b00
1784 bool test1; local
1829 /* test0 and test1 are both completed at this point */
1831 test1 = (cmd_status == 0);
1833 if (!test0 && test1)
1835 else if (!test0 && !test1)
[all...]
/linux-master/lib/
H A Drandom32.c133 } test1[] = { variable in typeref:struct:prandom_test1
262 for (i = 0; i < ARRAY_SIZE(test1); i++) {
265 prandom_state_selftest_seed(&state, test1[i].seed);
268 if (test1[i].result != prandom_u32_state(&state))
/linux-master/tools/perf/tests/
H A Dhists_cumulate.c263 static int test1(struct evsel *evsel, struct machine *machine) function
714 test1,
H A Dhists_output.c138 static int test1(struct evsel *evsel, struct machine *machine) function
600 test1,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfentry_fexit.c29 prog_fd = fexit_skel->progs.test1.prog_fd;
H A Dfentry_test.c23 prog_fd = fentry_skel->progs.test1.prog_fd;
H A Dfexit_test.c23 prog_fd = fexit_skel->progs.test1.prog_fd;
H A Dget_func_args_test.c22 prog_fd = bpf_program__fd(skel->progs.test1);
H A Dget_func_ip_test.c30 prog_fd = bpf_program__fd(skel->progs.test1);
91 prog_fd = bpf_program__fd(skel->progs.test1);
H A Dmissed.c83 ASSERT_EQ(get_missed_count(bpf_program__fd(skel->progs.test1)), 0, "test1_recursion_misses");
121 ASSERT_EQ(get_missed_count(bpf_program__fd(skel->progs.test1)), 0, "test1_recursion_misses");
H A Drecursive_attach.c58 prev_fd = bpf_program__fd(target_skel->progs.test1);
59 err = bpf_program__set_attach_target(prog, prev_fd, "test1");
H A Dtimer.c39 prog_fd = bpf_program__fd(timer_skel->progs.test1);
H A Dtimer_mim.c17 prog_fd = bpf_program__fd(timer_skel->progs.test1);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dfentry_many_args.c11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f,
H A Dfentry_recursive_target.c13 int BPF_PROG(test1, int a)
H A Dfentry_test.c11 int BPF_PROG(test1, int a)
H A Dfexit_many_args.c11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f,
H A Dfexit_test.c11 int BPF_PROG(test1, int a, int ret)
H A Dget_branch_snapshot.c24 int BPF_PROG(test1, int n, int ret)

Completed in 489 milliseconds

12