Searched refs:expected (Results 226 - 250 of 312) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_vnifiltering.sh102 local expected=$2
105 if [ ${rc} -eq ${expected} ]; then
H A Dvrf_route_leaking.sh103 local expected=$2
106 if [ "${rc}" -eq "${expected}" ]; then
H A Dvrf-xfrm-tests.sh39 local expected=$2
42 if [ ${rc} -eq ${expected} ]; then
H A Dicmp_redirect.sh65 local expected=$2
69 if [ ${rc} -eq ${expected} ]; then
H A Dtest_bridge_neigh_suppress.sh68 local expected=$2
71 if [ ${rc} -eq ${expected} ]; then
79 echo " rc=$rc, expected $expected"
/linux-master/fs/xfs/scrub/
H A Dialloc.c760 enum xbtree_recpacking expected)
771 if (outcome != expected)
755 xchk_xref_inode_check( struct xfs_scrub *sc, xfs_agblock_t agbno, xfs_extlen_t len, struct xfs_btree_cur **icur, enum xbtree_recpacking expected) argument
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py23 \tbut expected value range is [{3}, {4}]\n\
32 \tbut expected value range is [{3}, {4}]"\
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_rps.c330 u32 expected = local
334 engine->name, cycles, time, dt, expected,
344 if (10 * expected < 8 * cycles ||
345 8 * expected > 10 * cycles) {
H A Dselftest_lrc.c216 pr_err("%s: LRI command mismatch at dword %d, expected %08x found %08x\n",
242 pr_err("%s: Different registers found at dword %d, expected %x, found %x\n",
386 pr_err("%s: Offset for %s [0x%x] mismatch, found %x, expected %x\n",
413 u32 expected[MAX_IDX]; local
448 expected[RING_START_IDX] = i915_ggtt_offset(ce->ring->vma);
463 expected[RING_TAIL_IDX] = ce->ring->tail;
477 if (cs[n] != expected[n]) {
478 pr_err("%s: Stored register[%d] value[0x%x] did not match expected[0x%x]\n",
479 engine->name, n, cs[n], expected[n]);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c518 /* The expected string is less than 16 bytes */
519 static int do_read_with_fd(int iter_fd, const char *expected, argument
536 if (!ASSERT_STREQ(buf, expected, "read"))
569 static int do_read(const char *path, const char *expected) argument
577 err = do_read_with_fd(iter_fd, expected, false);
H A Dtc_redirect.c472 static int __rcv_tstamp(int fd, const char *expected, size_t s, __u64 *tstamp) argument
494 ASSERT_STRNEQ(data, expected, s, "expected rcv data");
520 static void rcv_tstamp(int fd, const char *expected, size_t s) argument
522 __rcv_tstamp(fd, expected, s, NULL);
/linux-master/arch/um/include/shared/
H A Dos.h272 int syscall, unsigned long *args, long expected,
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lru_map.c116 static int map_equal(int lru_map, int expected) argument
118 return map_subset(lru_map, expected) && map_subset(expected, lru_map);
222 /* remove the same element from the expected map */
/linux-master/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier-core.c215 unsigned int expected = 1; local
225 expected = 0;
254 return (val == expected) ? 0 : -EINVAL;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dpio_phy.c491 i915_reg_t reg, u32 mask, u32 expected,
499 if ((val & mask) == expected)
507 "current %08x, expected %08x (mask %08x)\n",
508 phy, &vaf, reg.reg, val, (val & ~mask) | expected,
490 __phy_reg_verify_state(struct drm_i915_private *dev_priv, enum dpio_phy phy, i915_reg_t reg, u32 mask, u32 expected, const char *reg_fmt, ...) argument
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c360 uint32_t expected; local
368 expected = i * MAX_DRM_LUT_VALUE / (size-1);
371 delta = lut[i].red - expected;
512 * __set_output_tf - calculates the output transfer function based on expected input space.
607 * __set_input_tf - calculates the input transfer function based on expected
856 * are of the expected size.
/linux-master/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c429 bool expected; local
435 expected = true;
437 &expected, false,
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1069 #define EXPECT_VFPRINTF(c, expected, fmt, ...) \
1070 ret += expect_vfprintf(llen, c, expected, fmt, ##__VA_ARGS__)
1072 static int expect_vfprintf(int llen, int c, const char *expected, const char *fmt, ...) argument
1116 llen += printf(" \"%s\" = \"%s\"", expected, buf);
1117 ret = strncmp(expected, buf, c);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dvcn_v4_0_3.c855 uint32_t param, resp, expected; local
1006 expected = MMSCH_VF_MAILBOX_RESP__OK;
1007 while (resp != expected) {
1017 "(expected=0x%08x, readback=0x%08x)\n",
1018 tmp, expected, resp);
1025 if (resp != expected && resp != MMSCH_VF_MAILBOX_RESP__INCOMPLETE
/linux-master/net/ipv4/
H A Dtcp_ipv4.c3025 unsigned int expected = 1; local
3038 expected++;
3043 return expected;
3053 unsigned int expected = 1; local
3066 expected++;
3071 return expected;
3079 unsigned int expected; local
3109 expected = bpf_iter_tcp_listening_batch(seq, sk);
3111 expected = bpf_iter_tcp_established_batch(seq, sk);
3113 if (iter->end_sk == expected) {
[all...]
/linux-master/crypto/
H A Dtestmgr.h31 * @digest: Pointer to expected digest
91 * tested, and it is expected to fail with either -EBADMSG or
103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When
147 const unsigned char *expected; member in struct:drbg_testvec
23754 .expected = (unsigned char *)
23788 .expected = (unsigned char *)
23828 .expected = (unsigned char *)
23865 .expected = (unsigned char *)
23912 .expected = (unsigned char *)
23946 .expected
[all...]
/linux-master/lib/
H A Dtest_maple_tree.c112 unsigned long expected, int eret, void *ptr)
115 unsigned long result = expected + 1;
124 MT_BUG_ON(mt, result != expected);
129 unsigned long expected, int eret, void *ptr)
132 unsigned long result = expected + 1;
141 MT_BUG_ON(mt, result != expected);
156 unsigned long start, unsigned long end, void *ptr, int expected)
162 MT_BUG_ON(mt, ret != expected);
172 unsigned long start, unsigned long end, void *ptr, int expected)
178 MT_BUG_ON(mt, ret != expected);
110 check_mtree_alloc_range(struct maple_tree *mt, unsigned long start, unsigned long end, unsigned long size, unsigned long expected, int eret, void *ptr) argument
127 check_mtree_alloc_rrange(struct maple_tree *mt, unsigned long start, unsigned long end, unsigned long size, unsigned long expected, int eret, void *ptr) argument
155 check_store_range(struct maple_tree *mt, unsigned long start, unsigned long end, void *ptr, int expected) argument
171 check_insert_range(struct maple_tree *mt, unsigned long start, unsigned long end, void *ptr, int expected) argument
[all...]
/linux-master/fs/nfs/
H A Dnfs4trace.h413 u32 expected
416 TP_ARGS(xdr, op, expected),
423 __field(u32, expected)
434 __entry->expected = expected;
438 " xid=0x%08x operation=%u, expected=%u",
440 __entry->op, __entry->expected
/linux-master/include/trace/events/
H A Dsunrpc.h2316 u32 expected,
2320 TP_ARGS(xprt, expected, received),
2323 __field(u32, expected)
2330 __entry->expected = expected;
2336 TP_printk("addr=%s flags=%s expected=%u received=%u",
2338 __entry->expected, __entry->received
/linux-master/fs/bcachefs/
H A Djournal_io.c665 unsigned expected = sizeof(*u); local
669 if (journal_entry_err_on(bytes < expected,
673 bytes, expected)) {
775 unsigned expected = 16; local
778 if (journal_entry_err_on(vstruct_bytes(entry) < expected,
782 bytes, expected)) {

Completed in 433 milliseconds

1234567891011>>