Searched refs:test (Results 351 - 375 of 687) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/clk/sophgo/
H A Dclk-cv18xx-pll.c125 unsigned long test = 184 * (1 + mode) * (1 + ictrl) / 2; local
127 return test > left_rest && test <= right_rest;
347 unsigned long test = 184 * (1 + mode) * (1 + ictrl) / 2; local
349 return test > left_rest && test <= right_rest;
/linux-master/arch/m68k/fpsp040/
H A Dx_unimp.S49 moveb (%a7),%d0 |test for valid version num
50 andib #0xf0,%d0 |test for $4x
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.mk1 # PTP 1588 clock support - User space test program
/linux-master/drivers/usb/serial/
H A Dwhiteheat.h38 #define WHITEHEAT_DO_TEST 15 /* perform specified test */
182 #define WHITEHEAT_TEST_UART_CLK_START 0x06 /* uart clock test start */
183 #define WHITEHEAT_TEST_UART_CLK_STOP 0x07 /* uart clock test stop */
192 __u8 test; /* see WHITEHEAT_TEST_* above*/ member in struct:whiteheat_test
285 #define WHITEHEAT_TEST_FAIL 0x00 /* test failed */
286 #define WHITEHEAT_TEST_UNKNOWN 0x01 /* unknown test requested */
287 #define WHITEHEAT_TEST_PASS 0xff /* test passed */
291 __u8 test; /* indicates which test this is a response for, member in struct:whiteheat_test_info
294 __u8 results[32]; /* test
[all...]
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dpkey_exec_prot.c52 /* Check if too many faults have occurred for a single test case */
102 static int test(void) function
293 return test_harness(test, "pkey_exec_prot");
H A Dexec_prot.c38 /* Assume any pkey error is fine since pkey_exec_prot test covers them */
64 /* Check if too many faults have occurred for a single test case */
108 static int test(void) function
113 /* Skip the test if the CPU doesn't support Radix */
230 return test_harness(test, "exec_prot");
/linux-master/net/bridge/
H A Dbr_private_mrp.h75 int br_mrp_start_test(struct net_bridge *br, struct br_mrp_start_test *test);
79 struct br_mrp_start_in_test *test);
/linux-master/tools/perf/tests/
H A Dkmod-path.c10 static int test(const char *path, bool alloc_name, bool kmod, function
45 TEST_ASSERT_VAL("failed", !test(path, an, k, c, n))
109 T("[test.module]", true , true, false, "[test.module]");
110 T("[test.module]", false , true, false, NULL );
111 T("[test.module]", true , true, false, "[test.module]");
112 T("[test.module]", false , true, false, NULL );
113 M("[test.module]", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true);
114 M("[test
[all...]
H A Dfdarray.c31 static int test__fdarray__filter(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
92 static int test__fdarray__add(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Ddwarf-unwind.c24 * The test will assert frames are on the stack but tail call optimizations lose
70 int test__dwarf_unwind(struct test_suite *test, int subtest);
199 noinline int test__dwarf_unwind(struct test_suite *test __maybe_unused,
H A Dthread-maps-share.c7 static int test__thread_maps_share(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
22 * This test create 2 processes abstractions (struct thread)
48 /* test the maps pointer is shared */
H A Devsel-roundtrip-name.c84 static int test__perf_evsel__roundtrip_name_test(struct test_suite *test __maybe_unused,
/linux-master/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c681 int fd, ret, test; local
694 for (test = 0; test < TEST_COUNT; test++) {
695 DEBUG_PRINT_L1("Running test #%d\n", test);
697 ret = (*tests[test])(fd);
700 test, ret);
702 ksft_test_result_pass("Test #%d passed\n", test);
/linux-master/arch/parisc/kernel/
H A Dpdc_chassis.c271 unsigned long test; local
274 ret = pdc_chassis_warn(&test);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dtestmode.c62 phy->test.state = MT76_TM_STATE_ON;
75 phy->test.state = MT76_TM_STATE_OFF;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dlinked_list_fail.c47 #define CHECK(test, op, hexpr) \
49 int test##_missing_lock_##op(void *ctx) \
71 #define CHECK(test, op, hexpr, nexpr) \
73 int test##_missing_lock_##op(void *ctx) \
94 #define CHECK(test, op, lexpr, hexpr) \
96 int test##_incorrect_lock_##op(void *ctx) \
132 #define CHECK(test, op, lexpr, hexpr, nexpr) \
134 int test##_incorrect_lock_##op(void *ctx) \
/linux-master/lib/kunit/
H A Ddebugfs.c10 #include <kunit/test.h>
11 #include <kunit/test-bug.h>
21 * Create a debugfs representation of test suites:
79 /* Print suite header because it is not stored in the test logs. */
116 seq_puts(seq, "Write to this file to trigger the test suite to run.\n");
124 * contains no information. Write to the file to trigger the test suite
137 * Trigger a test suite to run by writing to the suite's "run" debugfs
205 /* Do not create file to re-run test if test runs on init */
/linux-master/tools/testing/selftests/livepatch/
H A Dfunctions.sh28 # root test
274 local test="$1"
278 # find new kernel messages since the test started.
285 echo -n "TEST: $test ... "
286 log "===== TEST: $test ====="
327 if test "$rights" != "$expected_rights" ; then
343 if test "$value" != "$expected_value" ; then
/linux-master/tools/testing/selftests/drivers/net/
H A Dstats.py47 def get_qstat(test):
52 if qs["ifindex"]== test.ifindex:
/linux-master/tools/testing/selftests/filesystems/overlayfs/
H A Ddev_in_maps.c105 if (sys_fsconfig(fsfd, FSCONFIG_SET_STRING, "source", "test", 0) == -1 ||
123 static int test(void) function
133 fd = openat(ovl, "test", O_RDWR | O_CREAT, 0644);
168 /* Create a new mount namespace to not care about cleaning test mounts. */
180 if (test())
/linux-master/tools/perf/arch/x86/tests/
H A Dintel-cqm.c40 int test__intel_cqm_count_nmi_context(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dsample-parsing.c113 * test__x86_sample_parsing - test X86 specific sample parsing
115 * This function implements a test that synthesizes a sample event, parses it
117 * test passes %0 is returned, otherwise %-1 is returned.
120 * The test only checks the PERF_SAMPLE_WEIGHT_STRUCT type.
122 int test__x86_sample_parsing(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-trace-fwht.h64 #define TRACE_INCLUDE_PATH ../../drivers/media/test-drivers/visl
/linux-master/drivers/net/ethernet/sfc/
H A Dethtool_common.h19 struct ethtool_test *test, u64 *data);
/linux-master/arch/x86/crypto/
H A Dpolyval-clmulni_asm.S243 test $4, BLOCKS_LEFT
249 test $2, BLOCKS_LEFT
255 test $1, BLOCKS_LEFT

Completed in 403 milliseconds

<<11121314151617181920>>