Searched refs:test (Results 426 - 450 of 687) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/powerpc/mm/
H A Dpkey_siginfo.c80 * This will let the test continue.
183 /* Read protection test */
194 /* Write protection test */
204 /* Execute protection test */
240 static int test(void) function
281 * values for all the test thread pairs.
332 return test_harness(test, "pkey_siginfo");
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_skc_cls_ingress.c188 struct test { struct
194 static struct test tests[] = {
H A Dsk_lookup.c68 struct test { struct
598 static void run_lookup_prog(const struct test *t)
620 /* want just one server for non-reuseport test */
673 const struct test tests[] = {
857 const struct test *t;
865 static void drop_on_lookup(const struct test *t)
910 const struct test tests[] = {
971 const struct test *t;
979 static void drop_on_reuseport(const struct test *t)
1036 const struct test test
[all...]
/linux-master/tools/testing/selftests/powerpc/syscalls/
H A Drtas_filter.c155 static int test(void) function
223 return test_harness(test, "rtas_filter");
/linux-master/tools/testing/selftests/mm/
H A Dva_high_addr_switch.c252 static int run_test(struct testcase *test, int count) argument
258 struct testcase *t = test + i;
H A Dmremap_test.c38 struct test { struct
62 (struct test){ \
231 * This test validates that merge is called when expanding a mapping.
319 * upper case letters are not moved. The below test verifies
547 * subsequent tests. So we clean up mappings after each test.
635 static void run_mremap_test_case(struct test test_case, int *failures,
712 /* hard-coded test configs */
722 struct test test_cases[MAX_TEST] = {};
723 struct test perf_test_cases[MAX_PERF_TEST];
737 * set preallocated random array according to test config
[all...]
H A Drun_vmtests.sh37 a test for the patch "Allow compaction of unevictable pages"
49 test memadvise(2) MADV_POPULATE_{READ,WRITE} options
51 test memfd_secret(2)
53 test process_mrelease(2)
61 test soft dirty page bit semantics
63 test pagemap_scan IOCTL
65 test copy-on-write semantics
67 test transparent huge pages
69 test hugetlbfs huge pages
74 test handlin
[all...]
/linux-master/arch/alpha/lib/
H A Dev67-strrchr.S61 andnot t1, t4, t1 # E : clear garbage from null test
62 andnot t3, t4, t3 # E : clear garbage from char test
/linux-master/tools/perf/scripts/python/
H A Dgecko.py29 from http.server import HTTPServer, SimpleHTTPRequestHandler, test namespace
304 http_server_thread = threading.Thread(target=test, args=(CORSRequestHandler, HTTPServer,))
/linux-master/tools/perf/tests/
H A Dperf-time-to-tsc.c27 * enable the test for x86_64/i386 and Arm64 archs.
49 static int test__tsc_is_supported(struct test_suite *test __maybe_unused,
61 * test__perf_time_to_tsc - test converting perf time to TSC.
63 * This function implements a test that checks that the conversion of perf time
64 * to and from TSC is consistent with the order of events. If the test passes
66 * supported then the test passes but " (not supported)" is printed.
68 static int test__perf_time_to_tsc(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dtests-scripts.c106 /* Is this file in this dir a shell script (for test purposes) */
119 pr_err("Out of memory while duplicating test script string\n");
125 static int shell_test__run(struct test_suite *test, int subtest __maybe_unused) argument
127 const char *file = test->priv;
161 pr_err("Out of memory while building script test suite list\n");
170 pr_err("Out of memory while building script test suite list\n");
181 pr_err("Out of memory while building script test suite list\n");
209 if (is_test_script(dir_fd, ent->d_name)) { /* It's a test */
248 pr_err("Out of memory while building script test suite list\n");
251 /* NULL terminate the test suit
[all...]
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dresets.c286 void (*test)(void); member in struct:testdef
304 testlist[idx].test();
H A Dsync_regs_test.c5 * Based on the same test for x86:
206 void (*test)(struct kvm_vcpu *vcpu); member in struct:testdef
231 testlist[idx].test(vcpu);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_spin_lock_fail.c83 #define CHECK(test, A, B) \
85 int lock_id_mismatch_##test(void *ctx) \
/linux-master/tools/testing/selftests/clone3/
H A Dclone3.c163 struct test { struct
173 static const struct test tests[] = {
333 ksft_print_msg("Running test '%s'\n", tests[i].name);
/linux-master/include/linux/
H A Dbitops.h303 * @nr: the bit to test
338 #define bit_clear_unless(ptr, clear, test) \
340 const typeof(*(ptr)) clear__ = (clear), test__ = (test);\
/linux-master/crypto/
H A Dapi.c239 u32 test = 0; local
242 test |= CRYPTO_ALG_TESTED;
245 alg = __crypto_alg_lookup(name, (type | test) & ~fips,
246 (mask | test) & ~fips);
258 } else if (test) {
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c120 [TEST_REG] = "Register test (offline)",
121 [TEST_EEP] = "Eeprom test (offline)",
122 [TEST_IRQ] = "Interrupt test (offline)",
123 [TEST_LOOP] = "Loopback test (offline)",
124 [TEST_LINK] = "Link test (on/offline)"
1000 /* ethtool register test data */
1027 /* i210 reg test */
1035 /* RDH is read-only for i210, only test RDT. */
1057 /* i350 reg test */
1069 /* RDH is read-only for i350, only test RD
1274 struct igb_reg_test *test; local
[all...]
/linux-master/tools/testing/radix-tree/
H A Dmaple.c3 * maple_tree.c: Userspace testing for maple tree test-suite
14 #include "test.h"
29 #define RCU_MT_BUG_ON(test, y) {if (y) { test->stop = true; } MT_BUG_ON(test->mt, y); }
62 struct rcu_test_struct2 *test; member in struct:rcu_reader_struct
702 /* Shrinking tree test. */
34328 rcu_reader_register(struct rcu_test_struct2 *test) argument
34337 rcu_reader_setup(struct rcu_reader_struct *reader, unsigned int id, struct rcu_test_struct2 *test) argument
34353 struct rcu_test_struct2 *test = reader->test; local
34463 struct rcu_test_struct2 *test = reader->test; local
34593 rcu_stress_rev(struct maple_tree *mt, struct rcu_test_struct2 *test, int count, struct rcu_reader_struct *test_reader) argument
34652 rcu_stress_fwd(struct maple_tree *mt, struct rcu_test_struct2 *test, int count, struct rcu_reader_struct *test_reader) argument
34725 struct rcu_test_struct2 test; local
34826 eval_rcu_entry(struct rcu_test_struct *test, void *entry, bool *update_2, bool *update_3) argument
34863 struct rcu_test_struct *test = (struct rcu_test_struct *)ptr; local
34892 struct rcu_test_struct *test = (struct rcu_test_struct *)ptr; local
34973 struct rcu_test_struct3 *test = ptr; local
34996 struct rcu_test_struct3 test = {.stop = false, .mt = mt}; local
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dx_unfl.S69 bsrl b1238_fix |test for bug1238 case
103 bsrl b1238_fix |test for bug1238 case
124 bsrl b1238_fix |test for bug1238 case
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h399 fInt test; local
435 test = fGetSquare(x_old); /*1.75*1.75 is reverting back to 1 when shifted down */
436 y = fSubtract(test, C); /*y = f(x) = x^2 - C; */
/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn20.c376 union dmub_gpint_data_register test; local
379 test.all = REG_READ(DMCUB_GPINT_DATAIN1);
381 return test.all == reg.all;
H A Ddmub_dcn31.c320 union dmub_gpint_data_register test; local
323 test.all = REG_READ(DMCUB_GPINT_DATAIN1);
325 return test.all == reg.all;
/linux-master/drivers/video/fbdev/
H A Dpxa168fb.h234 #define CFG_GRA_TSTMODE(test) ((test) << 13)
251 #define CFG_DMA_TSTMODE(test) ((test) << 5)
/linux-master/lib/
H A Dbitfield_kunit.c8 #include <kunit/test.h>

Completed in 779 milliseconds

<<11121314151617181920>>