/linux/lib/tests/ |
H A D | stackinit_kunit.c | 306 unsigned long two; member 314 char two; member 323 u8 two; member 331 char *two; member 340 unsigned long two; member 348 unsigned long two; member 356 char two; member 367 unsigned long two; member
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sockmap_kern.h | 98 int *f, two = 2; in bpf_prog1() local 236 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local 266 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local 352 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, err = 0; in bpf_prog10() local
|
H A D | test_mmap.c | 30 int zero = 0, one = 1, two = 2, far = 1500; in test_mmap() local
|
/linux/arch/arm/probes/kprobes/ |
H A D | test-arm.c | 1176 #define COPROCESSOR_INSTRUCTIONS_ST_LD(two,cc) \ in kprobe_arm_test_cases() argument 1235 #define COPROCESSOR_INSTRUCTIONS_MC_MR(two,cc) \ in kprobe_arm_test_cases() argument
|
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_benchmark.c | 86 double two = i_two, two_bump = two * 0.1; in approx() local 107 unsigned long long one, bool (*eval)(int, int), unsigned long long two, in compare() argument [all...] |
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | subprogs.c | 15 char two = '2'; in toggle_jit_harden() local
|
H A D | mmap.c | 20 const int zero = 0, one = 1, two = 2, far = 1500; in test_mmap() local
|
H A D | sockmap_ktls.c | 245 int c = -1, p = -1, one = 1, two = 2; in test_sockmap_ktls_tx_no_buf() local
|
/linux/drivers/misc/lkdtm/ |
H A D | bugs.c | 368 int two; member 374 int two; member
|
H A D | usercopy.c | 137 unsigned char *one, *two; in do_usercopy_slab_size() local
|
/linux/drivers/pinctrl/aspeed/ |
H A D | pinmux-aspeed.h | 750 #define FUNC_DECL_2(func, one, two) FUNC_DECL_(func, #one, #two) argument 751 #define FUNC_DECL_3(func, one, two, three) FUNC_DECL_(func, #one, #two, #three) argument
|
/linux/sound/pci/emu10k1/ |
H A D | emumixer.c | 77 #define PAIR_PS(base, one, two, sfx) base " " one sfx, base " " two sfx argument 84 #define PAIR_REGS(base, one, two) \ argument 103 #define PAIR_TEXTS(base, one, two) PAIR_PS(base, one, two, "") argument
|
/linux/arch/x86/boot/compressed/ |
H A D | kaslr.c | 98 static bool mem_overlaps(struct mem_vector *one, struct mem_vector *two) in mem_overlaps()
|