| /lib/ |
| A D | atomic64_test.c | 95 i, (i) + one, (i) + one); \ 101 i, (i) - one, (i) - one); \ 109 int one = 1; in test_atomic() local 192 r += one; in test_atomic64() 197 r -= one; in test_atomic64() 212 r += one; in test_atomic64() 217 r -= one; in test_atomic64() 224 INIT(-one); in test_atomic64() 225 BUG_ON(atomic64_dec_if_positive(&v) != (-one - one)); in test_atomic64() 230 r += one; in test_atomic64() [all …]
|
| A D | Kconfig.kcsan | 52 generated from any one of them, system stability may suffer due to 129 watchpoint is set up, i.e. one in KCSAN_SKIP_WATCH per-CPU 172 If KCSAN should report races where only one access is known, and the 238 races where at least one access is marked atomic will never be
|
| A D | Kconfig.kfence | 45 pages are required; with one containing the object and two adjacent
|
| A D | Kconfig.debug | 95 by inserting a short delay after each one. The delay is 104 I.e., processors other than the first one may not boot up. 488 references from one section to another section. 519 There are cases that a commit from one domain changes the function 1051 interrupt handler is deregistered (generating one when registering 1112 "soft lockups" can be caused by a variety of reasons. If one is 1176 Say Y here to prefer the buddy hardlockup detector over the perf one. 2434 This is a one-shot self test that permutes through the 2438 engine if one is available. 3015 B: uses one of A's symbols [all …]
|
| A D | Kconfig | 20 fastest one.
|
| /lib/tests/ |
| A D | stackinit_kunit.c | 98 zero.one = 0; \ 117 #define __static_all { .one = 0, \ 123 #define __dynamic_all { .one = arg->one, \ 305 unsigned long one; member 313 size_t one; member 322 u8 one; member 330 char *one; member 339 u8 one; member 347 unsigned long one; member 355 char one:1; member [all …]
|
| A D | memcpy_kunit.c | 22 u32 one; member 40 #define compare(name, one, two) do { \ argument 41 BUILD_BUG_ON(sizeof(one) != sizeof(two)); \ 42 for (size_t i = 0; i < sizeof(one); i++) { \ 43 KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \ 45 __LINE__, #one, i, one.data[i], #two, i, two.data[i]); \
|
| A D | fortify_kunit.c | 654 char one[] = "A"; in fortify_test_strcat() local 681 KUNIT_ASSERT_TRUE(test, strcat(pad.buf, one) == pad.buf); in fortify_test_strcat() 689 KUNIT_ASSERT_TRUE(test, strcat(pad.buf, one) == pad.buf); in fortify_test_strcat() 1004 char one[] = "My mind is going ..."; in fortify_test_memcmp() local 1006 volatile size_t one_len = sizeof(one) - 1; in fortify_test_memcmp() 1013 KUNIT_ASSERT_EQ(test, memcmp(one, two, one_len), 0); in fortify_test_memcmp() 1016 KUNIT_ASSERT_LT(test, memcmp(one, two, one_len + 1), 0); in fortify_test_memcmp() 1020 KUNIT_ASSERT_EQ(test, memcmp(one, two, one_len + 2), INT_MIN); in fortify_test_memcmp() 1023 KUNIT_ASSERT_EQ(test, memcmp(two, one, two_len + 2), INT_MIN); in fortify_test_memcmp()
|
| /lib/crypto/ |
| A D | Kconfig | 68 by either the generic implementation or an arch-specific one, if one 99 one, if one is available and enabled. 131 by either the generic implementation or an arch-specific one, if one
|
| /lib/fonts/ |
| A D | Kconfig | 29 This is the "high resolution" font for the VGA frame buffer (the one 42 This is the "high resolution" font for the VGA frame buffer (the one 53 framebuffer drivers don't support this one at all.
|
| /lib/crypto/mips/ |
| A D | poly1305-mips.pl | 738 my $one = $t2; # used on R2 768 li $one,1 937 maddu $at,$one # hi*1 946 maddu $at,$one # hi*1 957 maddu $at,$one # hi*1
|
| /lib/crypto/x86/ |
| A D | sha1-ssse3-and-avx.S | 164 cmp BUFFER_END, BUFFER_PTR # if the current is the last one use 371 # blended scheduling of vector and scalar instruction streams, one 4-wide
|
| A D | sha512-ssse3-asm.S | 12 # This software is available to you under a choice of one of two 166 # by one tab. Vectored instructions (for the message scheduler) are indented
|
| A D | sha512-avx-asm.S | 12 # This software is available to you under a choice of one of two
|
| A D | sha256-avx-asm.S | 11 # This software is available to you under a choice of one of two
|
| A D | sha256-ssse3-asm.S | 11 # This software is available to you under a choice of one of two
|
| A D | sha256-avx2-asm.S | 11 # This software is available to you under a choice of one of two
|
| A D | sha512-avx2-asm.S | 12 # This software is available to you under a choice of one of two
|