Home
last modified time | relevance | path

Searched refs:one (Results 1 – 18 of 18) sorted by relevance

/lib/
A Datomic64_test.c95 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 DKconfig.kcsan52 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 DKconfig.kfence45 pages are required; with one containing the object and two adjacent
A DKconfig.debug95 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 DKconfig20 fastest one.
/lib/tests/
A Dstackinit_kunit.c98 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 Dmemcpy_kunit.c22 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 Dfortify_kunit.c654 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 DKconfig68 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 DKconfig29 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 Dpoly1305-mips.pl738 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 Dsha1-ssse3-and-avx.S164 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 Dsha512-ssse3-asm.S12 # 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 Dsha512-avx-asm.S12 # This software is available to you under a choice of one of two
A Dsha256-avx-asm.S11 # This software is available to you under a choice of one of two
A Dsha256-ssse3-asm.S11 # This software is available to you under a choice of one of two
A Dsha256-avx2-asm.S11 # This software is available to you under a choice of one of two
A Dsha512-avx2-asm.S12 # This software is available to you under a choice of one of two

Completed in 38 milliseconds