Searched refs:expected (Results 201 - 225 of 312) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c23 struct cgroup_value *expected)
33 if (CHECK(memcmp(&value, expected, sizeof(struct cgroup_value)),
48 "map-lookup", "succeeded, expected ENOENT"))
51 "map-lookup", "errno %d, expected ENOENT", errno))
22 assert_storage(struct bpf_map *map, const void *key, struct cgroup_value *expected) argument
H A Dsockmap_basic.c416 int expected, zero = 0, sent, recvd, avail; local
428 expected = sizeof(buf);
436 expected = 0;
459 ASSERT_EQ(avail, expected, "ioctl(FIONREAD)");
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c359 static void xenbus_reset_wait_for_backend(char *be, int expected) argument
363 backend_state == expected, 5 * HZ);
/linux-master/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_proc.c419 enabled = !proc->source_csi0.expected;
484 source->expected = true;
/linux-master/tools/testing/selftests/net/
H A Dsrv6_end_dt46_l3vpn_test.sh212 local expected=$2
215 if [ ${rc} -eq ${expected} ]; then
H A Dfib_rule_tests.sh27 local expected=$2
30 if [ ${rc} -eq ${expected} ]; then
H A Dfib-onlink-tests.sh88 local expected=$2
91 if [ ${rc} -eq ${expected} ]; then
H A Dl2tp.sh27 local expected=$2
30 if [ ${rc} -eq ${expected} ]; then
H A Dsrv6_end_next_csid_l3vpn_test.sh329 local expected="$2"
332 if [ "${rc}" -eq "${expected}" ]; then
H A Dsrv6_end_x_next_csid_l3vpn_test.sh371 local expected="$2"
374 if [ "${rc}" -eq "${expected}" ]; then
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.c526 * An AUX timeout is expected if the TBT DP tunnel is down,
959 "Unexpected DBuf power power state (0x%08x, expected 0x%08x)\n",
1402 "Unexpected PHY_STATUS 0x%08x, expected 0x%08x (PHY_CONTROL=0x%08x)\n",
1509 u32 reg, val, expected, actual; local
1536 expected = DPIO_ALLDL_POWERDOWN | DPIO_ANYDL_POWERDOWN;
1547 expected = 0;
1549 expected = DPIO_ANYDL_POWERDOWN;
1551 expected = 0;
1560 drm_WARN(&dev_priv->drm, actual != expected,
1564 !!(expected
[all...]
/linux-master/drivers/of/
H A Dunittest.c61 * Print the expected message only if the current loglevel will allow
65 * EXPECT_NOT_END() to report messages expected to be reported or not
280 const char *expected)
286 buf_size = strlen(expected) + 10;
296 unittest((strcmp(buf, expected) == 0) && (buf[size+1] == 0xff),
297 "sprintf failed; fmt='%s' expected='%s' rslt='%s'\n",
298 fmt, expected, buf);
306 unittest(strncmp(buf, expected, size) == 0 && (buf[size+1] == 0xff),
307 "snprintf failed; size=%i fmt='%s' expected='%s' rslt='%s'\n",
308 size, fmt, expected, bu local
279 of_unittest_printf_one(struct device_node *np, const char *fmt, const char *expected) argument
1211 const struct of_unittest_expected_res *expected; local
[all...]
/linux-master/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h324 * @expected: The next expected element to finish assuming we were in order.
345 int expected; member in struct:sec_queue
/linux-master/tools/bpf/bpftool/
H A Dmain.c341 p_err("expected 'file', got: %s", *argv);
/linux-master/arch/arc/include/asm/
H A Dentry-compact.h264 ; OUTPUT: r10 has ECR expected by EV_Trap
/linux-master/tools/testing/selftests/iommu/
H A Diommufd_utils.h198 #define test_cmd_hwpt_check_iotlb(hwpt_id, iotlb_id, expected) \
206 .iotlb = expected, \
215 #define test_cmd_hwpt_check_iotlb_all(hwpt_id, expected) \
219 test_cmd_hwpt_check_iotlb(hwpt_id, i, expected); \
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh146 local -n expected=$2
151 if [ ${#expected[@]} -ne ${#have[@]} ]; then
156 for i in "${!expected[@]}"; do
157 if [ -n "$HAS_ETHTOOL" -a ${expected[i]} -ne 0 ]; then
158 pp_expected=`pre_ethtool ${expected[i]}`
169 if [ ${expected[i]} != ${have[i]} ]; then
173 echo " expected: `pre ${expected[i]}`"
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c193 u32 expected = get_whitelist_reg(engine, i); local
196 pr_info("RING_NONPRIV[%d]: expected 0x%08x, found 0x%08x\n",
197 i, expected, actual);
231 u32 expected = get_whitelist_reg(engine, i); local
234 if (expected != actual) {
236 pr_err("Invalid RING_NONPRIV[%d], expected 0x%08x, found 0x%08x\n",
237 i, expected, actual);
533 continue; /* timestamps are expected to autoincrement */
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Djpeg_v4_0_3.c180 uint32_t param, resp, expected; local
262 expected = MMSCH_VF_MAILBOX_RESP__OK;
265 while (resp != expected) {
275 "(expected=0x%08x, readback=0x%08x)\n",
276 tmp, expected, resp);
280 if (resp != expected && resp != MMSCH_VF_MAILBOX_RESP__INCOMPLETE &&
/linux-master/drivers/pinctrl/
H A Dpinctrl-gemini.c2196 u32 before, after, expected; local
2225 expected = before &= ~grp->mask;
2226 expected |= grp->value;
2227 expected &= PADS_MASK;
2242 "GLOBAL MISC CTRL before: %08x, after %08x, expected %08x\n",
2243 before, after, expected);
2264 "GLOBAL MISC CTRL before: %08x, after %08x, expected %08x\n",
2265 before, after, expected);
/linux-master/fs/ubifs/
H A Dmaster.c54 * @expected: The expected hash of the master node
56 * This checks the hash of a master node against a given expected hash.
66 const u8 *expected)
75 if (ubifs_check_hash(c, expected, calc))
64 mst_node_check_hash(const struct ubifs_info *c, const struct ubifs_mst_node *mst, const u8 *expected) argument
/linux-master/arch/sh/kernel/
H A Dtraps_32.c320 struct mem_access *ma, int expected,
338 * We intentionally don't report the expected cases to perf as
342 if (!expected) {
319 handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs, struct mem_access *ma, int expected, unsigned long address) argument
/linux-master/tools/testing/selftests/user_events/
H A Dftrace_test.c158 static int check_print_fmt(const char *event, const char *expected, int *check) argument
199 return strcmp(print_fmt, expected);
/linux-master/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl170 my $expected = shift;
171 if ($key ne $expected) {
172 print("WARNING: Format not as expected for event $event '$key' != '$expected'\n");
178 die("Fewer fields than expected in format");
310 print "WARNING: Failed to parse mm_vmscan_direct_reclaim_begin as expected\n";
333 print "WARNING: Failed to parse mm_vmscan_kswapd_wake as expected\n";
367 print "WARNING: Failed to parse mm_vmscan_wakeup_kswapd as expected\n";
377 print "WARNING: Failed to parse mm_vmscan_lru_isolate as expected\n";
398 print "WARNING: Failed to parse mm_vmscan_lru_shrink_inactive as expected\
[all...]
/linux-master/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_bridge.c666 enabled = !bridge->source_parallel.expected;
760 source->expected = true;

Completed in 270 milliseconds

1234567891011>>