Searched refs:test1 (Results 1 - 25 of 40) sorted by last modified time

12

/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/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/tools/testing/selftests/mm/
H A Dhugetlb_reparenting_test.sh58 rmdir "$CGROUP_ROOT"/test1 2>/dev/null
182 mkdir $CGROUP_ROOT/test1
185 write_hugetlbfs test1 "$MNT"/test $size
188 rmdir $CGROUP_ROOT/test1
189 mkdir $CGROUP_ROOT/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/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh115 local test1
118 check_value test1 initial true Y
122 param_set test1 false
123 check_err $? "Failed to set test1 param value"
126 check_value test1 post-set false Y
131 check_value test1 post-reload false N
/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/net/netdevsim/
H A Dnetdevsim.h305 bool test1; member in struct:nsim_dev
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;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer.c134 int BPF_PROG2(test1, int, a)
H A Dfentry_recursive_target.c13 int BPF_PROG(test1, int a)
H A Dtest_uprobe.c16 int BPF_UPROBE(test1)
H A Dpreempted_bpf_ma_op.c88 int BPF_PROG2(test1, int, a, u64, b)
H A Dmissed_kprobe.c20 int test1(struct pt_regs *ctx) function
H A Dmissed_kprobe_recursion.c20 int test1(struct pt_regs *ctx) function
H A Dmissed_tp_recursion.c19 int test1(struct pt_regs *ctx) function
H A Dlinked_list_fail.c274 struct test1 { struct
H A Dfexit_many_args.c11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f,
H A Dget_func_ip_test.c28 int BPF_PROG(test1, int a)
H A Dget_func_ip_uprobe_test.c12 int BPF_UPROBE(test1)
H A Dget_branch_snapshot.c24 int BPF_PROG(test1, int n, int ret)
H A Dfentry_many_args.c11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtimer.c39 prog_fd = bpf_program__fd(timer_skel->progs.test1);
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 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");
/linux-master/tools/testing/selftests/net/
H A Dso_incoming_cpu.c235 TEST_F(so_incoming_cpu, test1)

Completed in 563 milliseconds

12