Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
A Dmmap.c57 munmap(tmp1, page_size); in test_mmap()
183 munmap(tmp1, map_sz); in test_mmap()
208 if (CHECK(tmp0 != tmp1, "adv_mmap1", "tmp0: %p, tmp1: %p\n", tmp0, tmp1)) { in test_mmap()
214 err = munmap(tmp1 + page_size, page_size); in test_mmap()
216 munmap(tmp1, 4 * page_size); in test_mmap()
224 munmap(tmp1, page_size); in test_mmap()
229 "tmp1: %p, tmp2: %p\n", tmp1, tmp2); in test_mmap()
238 CHECK(tmp1 != tmp2, "adv_mmap6", "tmp1: %p, tmp2: %p\n", tmp1, tmp2); in test_mmap()
256 munmap(tmp1, 4 * page_size); in test_mmap()
274 munmap(tmp1, map_sz); in test_mmap()
[all …]
/tools/lib/
A Drbtree.c259 sibling = tmp1; in ____rb_erase_color()
262 if (!tmp1 || rb_is_black(tmp1)) { in ____rb_erase_color()
319 tmp1 = tmp2->rb_right; in ____rb_erase_color()
323 if (tmp1) in ____rb_erase_color()
327 tmp1 = sibling; in ____rb_erase_color()
363 sibling = tmp1; in ____rb_erase_color()
365 tmp1 = sibling->rb_left; in ____rb_erase_color()
366 if (!tmp1 || rb_is_black(tmp1)) { in ____rb_erase_color()
383 tmp1 = tmp2->rb_left; in ____rb_erase_color()
387 if (tmp1) in ____rb_erase_color()
[all …]
/tools/perf/tests/
A Dwp.c83 unsigned long tmp, tmp1 = rand(); in test__wp_ro()
92 data1 = tmp1 + tmp; in test__wp_ro()
107 unsigned long tmp, tmp1 = rand(); in test__wp_wo()
116 data1 = tmp1 + tmp; in test__wp_wo()
131 unsigned long tmp, tmp1 = rand(); in test__wp_rw()
141 data1 = tmp1 + tmp; in test__wp_rw()
/tools/arch/x86/include/asm/
A Dpvclock.h43 u32 tmp1, tmp2; in pvclock_scale_delta() local
62 : "=A" (product), "=r" (tmp1), "=r" (tmp2) in pvclock_scale_delta()
/tools/testing/selftests/capabilities/
A Dtest_execve.c425 char *tmp1, *tmp2, *our_path; in main() local
428 tmp1 = strdup(argv[0]); in main()
429 if (!tmp1) in main()
431 tmp2 = dirname(tmp1); in main()
435 free(tmp1); in main()

Completed in 11 milliseconds