Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 200 of 327) sorted by relevance

12

/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Dreg_access_test.c19 uint64_t val, expected; in reg_access() local
23 expected = 0x8000000100000000ull; in reg_access()
24 mtspr(SPRN_BESCR, expected); in reg_access()
27 FAIL_IF(val != expected); in reg_access()
29 expected = 0x0000000001000000ull; in reg_access()
30 mtspr(SPRN_EBBHR, expected); in reg_access()
33 FAIL_IF(val != expected); in reg_access()
Dcycles_with_mmcr2_test.c25 uint64_t val, expected[2], actual; in cycles_with_mmcr2() local
49 expected[0] = MMCR2_EXPECTED_1; in cycles_with_mmcr2()
50 expected[1] = MMCR2_EXPECTED_2; in cycles_with_mmcr2()
58 mtspr(SPRN_MMCR2, expected[i % 2]); in cycles_with_mmcr2()
63 if (val != expected[i % 2]) { in cycles_with_mmcr2()
Dinstruction_count_test.c28 int64_t difference, expected; in do_count_loop() local
46 expected = instructions + overhead; in do_count_loop()
47 difference = event->result.value - expected; in do_count_loop()
52 printf("Expected %lu\n", expected); in do_count_loop()
/linux-4.4.14/tools/perf/tests/
Dhists_cumulate.c178 static int do_test(struct hists *hists, struct result *expected, size_t nr_expected, in do_test() argument
211 TEST_ASSERT_VAL(buf, he->stat.period == expected[i].self && in do_test()
212 !strcmp(COMM(he), expected[i].comm) && in do_test()
213 !strcmp(DSO(he), expected[i].dso) && in do_test()
214 !strcmp(SYM(he), expected[i].sym)); in do_test()
217 TEST_ASSERT_VAL(buf, he->stat_acc->period == expected[i].children); in do_test()
268 struct result expected[] = { in test1() local
291 err = do_test(hists, expected, ARRAY_SIZE(expected), NULL, 0); in test1()
366 struct result expected[] = { in test2() local
438 err = do_test(hists, expected, ARRAY_SIZE(expected), in test2()
[all …]
Dopenat-syscall-all-cpus.c88 unsigned int expected; in test__openat_syscall_event_on_all_cpus() local
99 expected = nr_openat_calls + cpu; in test__openat_syscall_event_on_all_cpus()
100 if (perf_counts(evsel->counts, cpu, 0)->val != expected) { in test__openat_syscall_event_on_all_cpus()
102 expected, cpus->map[cpu], perf_counts(evsel->counts, cpu, 0)->val); in test__openat_syscall_event_on_all_cpus()
Dtests.h12 #define TEST_ASSERT_EQUAL(text, val, expected) \ argument
14 if (val != expected) { \
16 __FILE__, __LINE__, text, val, expected); \
/linux-4.4.14/lib/
Dpercpu_test.c4 #define CHECK(native, pcp, expected) \ argument
6 WARN((native) != (expected), \
9 (long long)(expected), (long long)(expected)); \
10 WARN(__this_cpu_read(pcp) != (expected), \
13 (long long)(expected), (long long)(expected)); \
Dglob.c137 bool expected; member
140 static bool __pure __init test(char const *pat, char const *str, bool expected) in test() argument
143 bool success = match == expected; in test()
265 bool expected = *p++ & 1; in glob_init() local
269 successes += test(pat, p, expected); in glob_init()
Dtest_rhashtable.c85 bool expected = !(i % 2); in test_rht_lookup() local
89 expected = false; in test_rht_lookup()
93 if (expected && !obj) { in test_rht_lookup()
96 } else if (!expected && obj) { in test_rht_lookup()
100 } else if (expected && obj) { in test_rht_lookup()
Dlocking-selftest.c970 static void dotest(void (*testcase_fn)(void), int expected, int lockclass_mask) in dotest() argument
981 if (expected == FAILURE && debug_locks) { in dotest()
987 if (debug_locks != expected) { in dotest()
1000 lockclass_mask, debug_locks, expected); in dotest()
/linux-4.4.14/tools/testing/selftests/powerpc/vphn/
Dtest-vphn.c23 u32 expected[VPHN_ASSOC_BUFSIZE]; member
373 if (len != test->expected[0]) { in test_one()
374 printf("expected %d elements, got %d\n", test->expected[0], in test_one()
381 if (val != test->expected[i]) { in test_one()
383 test->expected[i]); in test_one()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_cmd_parser.c132 .expected = 0,
139 .expected = 0,
162 .expected = 0,
169 .expected = 0,
175 .expected = 0,
181 .expected = 0,
189 .expected = 0,
198 .expected = 0,
204 .expected = 0,
239 .expected = 0,
[all …]
Dintel_runtime_pm.c1190 u32 reg, val, expected, actual; in assert_chv_phy_powergate() local
1217 expected = DPIO_ALLDL_POWERDOWN | DPIO_ANYDL_POWERDOWN; in assert_chv_phy_powergate()
1228 expected = 0; in assert_chv_phy_powergate()
1230 expected = DPIO_ANYDL_POWERDOWN; in assert_chv_phy_powergate()
1232 expected = 0; in assert_chv_phy_powergate()
1241 WARN(actual != expected, in assert_chv_phy_powergate()
1244 !!(expected & DPIO_ALLDL_POWERDOWN), !!(expected & DPIO_ANYDL_POWERDOWN), in assert_chv_phy_powergate()
/linux-4.4.14/arch/arc/include/asm/
Dcmpxchg.h20 __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new) in __cmpxchg() argument
38 "ir"(expected), in __cmpxchg()
50 __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new) in __cmpxchg() argument
61 if (prev == expected) in __cmpxchg()
Dentry-arcv2.h117 ; Set Z flag if this was from U mode (expected by INTERRUPT_PROLOGUE)
128 PUSHAX ecr ; r9 contains ECR, expected by EV_Trap
/linux-4.4.14/arch/blackfin/kernel/
Dpseudodbg.c108 int expected = ((opcode >> PseudoDbg_Assert_expected_bits) & PseudoDbg_Assert_expected_mask); in execute_pseudodbg_assert() local
123 if (expected != (value & 0xFFFF)) { in execute_pseudodbg_assert()
126 expected, (unsigned int)(value & 0xFFFF)); in execute_pseudodbg_assert()
133 if (expected != ((value >> 16) & 0xFFFF)) { in execute_pseudodbg_assert()
136 expected, (unsigned int)((value >> 16) & 0xFFFF)); in execute_pseudodbg_assert()
/linux-4.4.14/arch/um/drivers/
Dnet_user.c52 int remain, ret, expected; in read_output() local
67 expected = sizeof(remain); in read_output()
73 expected = (remain < len) ? remain : len; in read_output()
74 ret = read(fd, output, expected); in read_output()
75 if (ret != expected) { in read_output()
92 "%d of %d bytes\n", str, ret, expected); in read_output()
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
Dcount_instructions.c32 s64 difference, expected; in do_count_loop() local
45 expected = instructions + overhead; in do_count_loop()
46 difference = events[0].result.value - expected; in do_count_loop()
54 printf("Expected %llu\n", expected); in do_count_loop()
/linux-4.4.14/fs/nfsd/
Dblocklayoutxdr.c96 u32 nr_iomaps, expected, i; in nfsd4_block_decode_layoutupdate() local
104 expected = sizeof(__be32) + nr_iomaps * PNFS_BLOCK_EXTENT_SIZE; in nfsd4_block_decode_layoutupdate()
105 if (len != expected) { in nfsd4_block_decode_layoutupdate()
107 __func__, len, expected); in nfsd4_block_decode_layoutupdate()
Dnfs4callback.c226 static int decode_cb_op_status(struct xdr_stream *xdr, enum nfs_opnum4 expected, in decode_cb_op_status() argument
236 if (unlikely(op != expected)) in decode_cb_op_status()
245 "we issued a request for %d\n", op, expected); in decode_cb_op_status()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-av-firmware.c43 u32 expected, dl_control; in cx18_av_verifyfw() local
62 expected = 0x0f000000 | ((u32)data[addr] << 16) | addr; in cx18_av_verifyfw()
63 if (expected != dl_control) { in cx18_av_verifyfw()
66 FWFILE, expected, dl_control); in cx18_av_verifyfw()
/linux-4.4.14/arch/alpha/kernel/
Dirq_alpha.c128 const char *machine, int expected) in process_mcheck_info() argument
141 expected ? "expected." : "NOT expected!!!"); in process_mcheck_info()
145 if (expected) { in process_mcheck_info()
Dproto.h211 unsigned char expected __attribute__((aligned(8))); member
216 #define mcheck_expected(cpu) (*((void)(cpu), &__mcheck_info.expected))
222 const char *machine, int expected);
Dcore_mcpcia.c577 int expected; in mcpcia_machine_check() local
580 expected = mcheck_expected(cpu); in mcpcia_machine_check()
586 switch (expected) { in mcpcia_machine_check()
608 process_mcheck_info(vector, la_ptr, "MCPCIA", expected != 0); in mcpcia_machine_check()
609 if (!expected && vector != 0x620 && vector != 0x630) { in mcpcia_machine_check()
Dcore_cia.c1198 int expected; in cia_machine_check() local
1208 expected = mcheck_expected(0); in cia_machine_check()
1209 if (!expected && vector == 0x660) in cia_machine_check()
1210 expected = cia_decode_mchk(la_ptr); in cia_machine_check()
1211 process_mcheck_info(vector, la_ptr, "CIA", expected); in cia_machine_check()
/linux-4.4.14/drivers/char/tpm/
Dtpm_crb.c110 unsigned int expected; in crb_recv() local
120 expected = be32_to_cpup((__be32 *) &buf[2]); in crb_recv()
122 if (expected > count) in crb_recv()
125 memcpy_fromio(&buf[6], &priv->rsp[6], expected - 6); in crb_recv()
127 return expected; in crb_recv()
Dtpm_i2c_infineon.c439 int expected, status; in tpm_tis_i2c_recv() local
453 expected = be32_to_cpu(*(__be32 *)(buf + 2)); in tpm_tis_i2c_recv()
454 if ((size_t) expected > count) { in tpm_tis_i2c_recv()
460 expected - TPM_HEADER_SIZE); in tpm_tis_i2c_recv()
461 if (size < expected) { in tpm_tis_i2c_recv()
Dtpm_i2c_nuvoton.c270 int expected, status, burst_count, retries, size = 0; in i2c_nuvoton_recv() local
311 expected = be32_to_cpu(*(__be32 *) (buf + 2)); in i2c_nuvoton_recv()
312 if (expected > count) { in i2c_nuvoton_recv()
318 expected - size); in i2c_nuvoton_recv()
320 if (rc < 0 || size < expected) { in i2c_nuvoton_recv()
Dtpm_tis.c286 int expected, status; in tpm_tis_recv() local
300 expected = be32_to_cpu(*(__be32 *) (buf + 2)); in tpm_tis_recv()
301 if (expected > count) { in tpm_tis_recv()
308 expected - TPM_HEADER_SIZE)) < expected) { in tpm_tis_recv()
/linux-4.4.14/arch/x86/mm/
Dpageattr-test.c50 long i, expected, missed = 0; in print_split() local
100 expected = (s->gpg*GPS + s->lpg*LPS)/PAGE_SIZE + s->spg + missed; in print_split()
101 if (expected != i) { in print_split()
103 max_pfn_mapped, expected); in print_split()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-rc41 Sets the scancode filter expected value.
43 expected value of the bits set in the filter mask.
56 of the scancode which should be compared against the expected
88 Sets the scancode wakeup filter expected value.
90 set the expected value of the bits set in the wakeup filter mask
106 expected value to trigger a system wake event.
Dsysfs-bus-coresight-devices-tmc8 driver are expected to be added as it matures.
Ddebugfs-olpc11 CC is the (hex) command, N is the count of expected reply bytes, and A A A A
Dsysfs-devices-soc55 expected under most buses. /sys/bus/soc/devices is of particular
/linux-4.4.14/drivers/usb/misc/
Dusbtest.c372 u8 expected; in simple_check_buf() local
385 expected = 0; in simple_check_buf()
393 expected = (i % maxpacket) % 63; in simple_check_buf()
397 expected = !*buf; in simple_check_buf()
400 if (*buf == expected) in simple_check_buf()
402 ERROR(tdev, "buf[%d] = %d (not %d)\n", i, *buf, expected); in simple_check_buf()
428 int expected, in simple_io() argument
476 if (expected != retval) in simple_io()
479 label, iterations, retval, expected); in simple_io()
829 int expected = udev->actconfig->desc.bConfigurationValue; in ch9_postconfig() local
[all …]
Dftdi-elan.c192 int expected; member
360 ftdi->expected = 4; in ftdi_elan_abandon_targets()
418 ftdi->expected = 4; in ftdi_elan_flush_targets()
454 ftdi->expected = 4; in ftdi_elan_cancel_targets()
873 ftdi->expected = 4; in have_ed_set_response()
877 ftdi->expected = 4 + payload; in have_ed_set_response()
889 ftdi->expected = 4; in have_ed_set_response()
893 ftdi->expected = 4 + payload; in have_ed_set_response()
904 ftdi->expected = 4; in have_ed_set_response()
913 ftdi->expected = 4; in have_ed_set_response()
[all …]
/linux-4.4.14/arch/s390/kernel/
Djump_label.c39 static void jump_label_bug(struct jump_entry *entry, struct insn *expected, in jump_label_bug() argument
43 unsigned char *ipe = (unsigned char *)expected; in jump_label_bug()
/linux-4.4.14/tools/testing/selftests/ftrace/
DREADME52 * PASS: The test succeeded as expected. The test which exits with 0 is
55 * FAIL: The test failed, but was expected to succeed. The test which exits
70 * XFAIL: The test failed, and was expected to fail.
/linux-4.4.14/arch/x86/kernel/
Dnmi_selftest.c112 static void __init dotest(void (*testcase_fn)(void), int expected) in dotest() argument
118 if (nmi_fail != expected) { in dotest()
/linux-4.4.14/tools/power/cpupower/bench/
DREADME-BENCH11 as expected
64 Example of expected results with ondemand governor:
66 This shows expected results of the first two test run rounds from
97 governor in average behaves as expected.
/linux-4.4.14/arch/powerpc/sysdev/
Dmsi_bitmap.c228 DECLARE_BITMAP(expected, size); in test_of_node()
258 WARN_ON(bitmap_parselist(expected_str, expected, size)); in test_of_node()
259 WARN_ON(!bitmap_equal(expected, bmp.bitmap, size)); in test_of_node()
/linux-4.4.14/drivers/char/tpm/st33zp24/
Dst33zp24.c488 int expected; in st33zp24_recv() local
504 expected = be32_to_cpu(*(__be32 *)(buf + 2)); in st33zp24_recv()
505 if (expected > count) { in st33zp24_recv()
511 expected - TPM_HEADER_SIZE); in st33zp24_recv()
512 if (size < expected) { in st33zp24_recv()
/linux-4.4.14/Documentation/trace/postprocess/
Dtrace-pagealloc-postprocess.pl116 my $expected = shift;
117 if ($key ne $expected) {
118 print("WARNING: Format not as expected '$key' != '$expected'");
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");
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dmsi.c346 int expected; in check_msix_entries() local
352 expected = 0; in check_msix_entries()
354 if (entry->msi_attrib.entry_nr != expected) { in check_msix_entries()
358 expected++; in check_msix_entries()
/linux-4.4.14/drivers/dma/
Ddmatest.c268 u8 expected = pattern | (~counter & PATTERN_COUNT_MASK); in dmatest_mismatch() local
273 thread_name, index, expected, actual); in dmatest_mismatch()
277 thread_name, index, expected, actual); in dmatest_mismatch()
280 thread_name, index, expected, actual); in dmatest_mismatch()
283 thread_name, index, expected, actual); in dmatest_mismatch()
293 u8 expected; in dmatest_verify() local
301 expected = pattern | (~counter & PATTERN_COUNT_MASK); in dmatest_verify()
302 if (actual != expected) { in dmatest_verify()
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-mvebu.txt13 entry is expected, except for the "marvell,armadaxp-gpio" variant
14 for which two entries are expected: one for the general registers,
Dgpio-restart.txt36 expected to be available, and/or if restart functionality is
/linux-4.4.14/arch/um/os-Linux/skas/
Dmem.c111 unsigned long *args, long expected, void **addr, in run_syscall_stub() argument
126 *stack++ = expected; in run_syscall_stub()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_intr.c531 int expected; in handle_sdma_errors() local
553 expected = test_bit(IPATH_SDMA_ABORTING, &dd->ipath_sdma_status); in handle_sdma_errors()
555 if (!expected) in handle_sdma_errors()
562 int expected; in handle_sdma_intr() local
569 expected = test_bit(IPATH_SDMA_ABORTING, in handle_sdma_intr()
572 expected ? "expected" : "unexpected"); in handle_sdma_intr()
576 if (!expected) in handle_sdma_intr()
Dipath_driver.c902 int expected; in decode_sdma_errs() local
906 expected = (errs[i].err != INFINIPATH_E_SDMADISABLED) ? 0 : in decode_sdma_errs()
908 if ((err & errs[i].err) && !expected) in decode_sdma_errs()
/linux-4.4.14/crypto/
Dtestmgr.h125 unsigned char *expected; member
23996 .expected = (unsigned char *)
24030 .expected = (unsigned char *)
24070 .expected = (unsigned char *)
24107 .expected = (unsigned char *)
24154 .expected = (unsigned char *)
24188 .expected = (unsigned char *)
24228 .expected = (unsigned char *)
24265 .expected = (unsigned char *)
24308 .expected = (unsigned char *)
[all …]
/linux-4.4.14/Documentation/fmc/
Dfmc-write-eeprom.txt9 expected to only happen during manufacturing. For this reason, the
54 Rabbit environment. For this reason the TLV format is not expected to
55 be used much and is not expected to be developed further.
Dmezzanine.txt5 gateware. As such, it is expected to be independent of the carrier
20 fail gracefully. Most driver, however, are not expected to access the
32 expected to be performed by the driver. If you depend on specific
55 class is not yet implemented. Each device is expected to be uniquely
Dcarrier.txt154 carrier offers. They are not expected to fail, and most of the time
207 Read or write the EEPROM. The functions are expected to be only
209 with `ENODEV' after reprogramming. The offset is expected to be
245 expected to return the number of pins successfully configured, ignoring
307 expected to ever by in hot paths, and GPIO access so fare has only been
309 reading inputs is not expected to be common. If your device has GPIO
/linux-4.4.14/arch/powerpc/oprofile/cell/
Dvma_map.c98 static const unsigned char expected[EI_PAD] = { in create_vma_map() local
135 if (memcmp(ehdr.e_ident, expected, EI_PAD) != 0) { in create_vma_map()
/linux-4.4.14/drivers/misc/mei/
Dhw-txe.c224 static int mei_txe_aliveness_poll(struct mei_device *dev, u32 expected) in mei_txe_aliveness_poll() argument
233 if (hw->aliveness == expected) { in mei_txe_aliveness_poll()
257 static int mei_txe_aliveness_wait(struct mei_device *dev, u32 expected) in mei_txe_aliveness_wait() argument
266 if (hw->aliveness == expected) in mei_txe_aliveness_wait()
275 ret = hw->aliveness == expected ? 0 : -ETIME; in mei_txe_aliveness_wait()
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Darmada-thermal.txt12 Two entries are expected, see the examples below.
/linux-4.4.14/tools/usb/
Dffs-test.c481 __u8 expected; in empty_out_buf() local
489 expected = 0; in empty_out_buf()
498 expected = len % 63; in empty_out_buf()
511 len, expected, *p); in empty_out_buf()
/linux-4.4.14/Documentation/arm/
DInterrupts56 * If this is a level-based IRQ, then it is expected to mask the IRQ
83 IRQs that use this 'irqchip'. Generally expected to re-trigger
115 2. New functions to manipulate the irqdesc array. The first 4 are expected
148 5. A handler is expected to perform any necessary acknowledgement of the
DBooting10 program that runs before the main kernel. The boot loader is expected
31 The boot loader is expected to find and initialise all RAM that the
211 - The boot loader is expected to call the kernel image by jumping
DPorting118 It is expected that the debugging region will be re-initialised
Dkernel_user_helpers.txt23 User space is expected to bypass those helpers and implement those things
/linux-4.4.14/drivers/gpu/drm/savage/
Dsavage_drv.h537 uint32_t *expected = (uint32_t *)dev_priv->cmd_dma->handle + \
540 if (dma_ptr != expected) { \
542 "%p != %p\n", expected, dma_ptr); \
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Ddwc3.txt13 in the array is expected to be a handle to the USB2/HS PHY and
14 the second element is expected to be a handle to the USB3/SS PHY
/linux-4.4.14/Documentation/RCU/
Drculist_nulls.txt26 if (obj->key != key) { // not the object we expected
135 if (obj->key != key) { // not the object we expected
143 * not the expected one, we must restart lookup.
Dstallwarn.txt204 if the looping in the kernel is really expected and desirable
218 ran and how often it should be expected to run.
/linux-4.4.14/Documentation/networking/
Dmpls-sysctl.txt9 is possible and expected aas the platform labels are locally
Dregulatory.txt24 expected regulatory domains will be respected by the kernel.
130 are expected to do this during initialization.
Dtimestamping.txt345 that is expected to do hardware time stamping. The parameter is defined in
357 rx_filter are hints to the driver what it is expected to do. If
363 configuration. It is expected that drivers should only implement directly the
440 is set no-zero. If yes, then the driver is expected to do hardware time
Digb.txt89 interrupt. The moderation value should be at least as large as the expected
Dtcp.txt61 if needed and you will get the expected protocol. If you ask for an
Dieee802154.txt122 expected in applications such as wireless Sensor Networks. [RFC4944] defines
Dnetdev-FAQ.txt43 are expected. After roughly a week of collecting fixes to the rc1
202 Q: What level of testing is expected before I submit my change?
De100.txt156 (non-partitioned switch) behave as expected. All Ethernet interfaces
Dbatman-adv.txt181 as expected. To overcome these problems batctl was created. At
/linux-4.4.14/drivers/net/
DLICENSE.SRC15 expected. Although updates may occur, no commitment exists.
/linux-4.4.14/include/linux/mfd/
Dsi476x-reports.h158 __u16 expected; member
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dfixed-regulator.txt17 However a fixed voltage regulator is expected to have the
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dfw-cfg.txt42 data registers) is expected to be versioned, and/or described by feature bits.
48 The guest kernel is not expected to use these registers (although it is
Didle-states.txt91 An idle CPU requires the expected min-residency time to select the most
92 appropriate idle state based on the expected expiry time of the next IRQ
151 min-residency is defined for a given idle state as the minimum expected
/linux-4.4.14/Documentation/devicetree/bindings/net/wireless/
Dti,wlcore.txt4 node is expected to be specified as a child node to the SDIO controller that
Dbrcm,bcm43xx-fmac.txt4 node is expected to be specified as a child node to the SDIO controller that
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dexynos5410-clock.txt22 is expected that it is defined using standard clock bindings
Dsamsung,s3c2412-clock.txt24 There are several clocks that are generated outside the SoC. It is expected
Dsamsung,s3c2410-clock.txt28 expected that is are defined using standard clock bindings with a
Drockchip,rk3288-cru.txt28 There are several clocks that are generated outside the SoC. It is expected
Dsamsung,s3c2443-clock.txt27 There are several clocks that are generated outside the SoC. It is expected
Drockchip,rk3188-cru.txt29 There are several clocks that are generated outside the SoC. It is expected
Drockchip,rk3368-cru.txt28 There are several clocks that are generated outside the SoC. It is expected
Dsamsung,s5pv210-clock.txt25 There are several clocks that are generated outside the SoC. It is expected
Dsamsung,s3c64xx-clock.txt28 There are several clocks that are generated outside the SoC. It is expected
Dexynos7-clock.txt17 is expected that they are defined using standard clock bindings
Dexynos5260-clock.txt17 is expected that they are defined using standard clock bindings
/linux-4.4.14/drivers/pinctrl/uniphier/
Dpinctrl-uniphier-core.c129 unsigned int expected = 1; in uniphier_conf_pin_bias_get() local
139 expected = 0; in uniphier_conf_pin_bias_get()
168 return (val == expected) ? 0 : -EINVAL; in uniphier_conf_pin_bias_get()
/linux-4.4.14/net/netfilter/ipvs/
DKconfig229 tristate "shortest expected delay scheduling"
231 The shortest expected delay scheduling algorithm assigns network
232 connections to the server with the shortest expected delay. The
233 expected delay that the job will experience is (Ci + 1) / Ui if
248 that minimize its expected delay (The Shortest Expected Delay
/linux-4.4.14/Documentation/ABI/
DREADME17 (like syscalls) are expected to never change and always be
38 why it is obsolete and when it can be expected to be removed.
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_probe_frontend.c351 static void xenbus_reset_wait_for_backend(char *be, int expected) in xenbus_reset_wait_for_backend() argument
355 backend_state == expected, 5 * HZ); in xenbus_reset_wait_for_backend()
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-dma-contig.c53 dma_addr_t expected = sg_dma_address(sgt->sgl); in vb2_dc_get_contiguous_size() local
58 if (sg_dma_address(s) != expected) in vb2_dc_get_contiguous_size()
60 expected = sg_dma_address(s) + sg_dma_len(s); in vb2_dc_get_contiguous_size()
/linux-4.4.14/Documentation/virtual/kvm/
Dcpuid.txt58 || || per-cpu warps are expected in
Dmsr.txt19 in guest RAM. This memory is expected to hold a copy of the following
53 guest RAM, plus an enable bit in bit 0. This memory is expected to hold
204 in guest RAM, plus an enable bit in bit 0. This memory is expected to
/linux-4.4.14/drivers/net/ethernet/sis/
DKconfig42 a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to
/linux-4.4.14/drivers/mtd/ubi/
DKconfig31 int "Maximum expected bad eraseblock count per 1024 eraseblocks"
42 expected bad eraseblocks per 1024 eraseblocks then can be calculated
/linux-4.4.14/Documentation/video4linux/
Dsi476x.txt74 0x00 | expected | Number of expected RDS blocks
/linux-4.4.14/Documentation/filesystems/caching/
Dobject.txt32 are expected to embed them in their own representations. These are referred to
105 representations are hierarchical, and it is expected that an object must
165 the cache, it is expected that it will not be possible to look an object
262 cookie. In the first state, the cached data is expected to persist, and
Doperations.txt29 This facility is available to and expected to be be used by the cache backends,
/linux-4.4.14/Documentation/x86/x86_64/
Duefi.txt22 If EFI runtime services are expected, the following configuration should
/linux-4.4.14/drivers/pnp/pnpbios/
DKconfig21 Note: ACPI is expected to supersede PNPBIOS some day, currently it
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm7038-l1-intc.txt20 - No FIFO or priority encoder logic; software is expected to read all
/linux-4.4.14/Documentation/sound/oss/
DPSS36 This fil holds a general MIDI emulation. The file expected is called
Dbtaudio31 should'nt crash your box. It might not work as expected, have bugs,
DREADME.modules64 args are expected.
DPSS-updates62 continue to work as expected. The default value of this parameter is 1 to
/linux-4.4.14/Documentation/hwmon/
Dk8temp36 1 degree C. It is expected that future CPU will have better resolution. The
Dg76257 ('pwm1_enable' set to 2), the expected rotation speed in RPM can be passed to
Dina20978 register is programmed correctly before they are used. Normally this is expected
Dhwmon-kernel-api.txt44 monitoring sysfs attributes are expected to have been created and attached to
Dw83792d128 Works as expected. You just need to specify desired PWM/DC value (fan speed)
Df71805f67 pin expected
Dnct6775149 the defined range. If set to 0, the fan is expected to
/linux-4.4.14/net/openvswitch/
DKconfig16 expected in a traditional hardware switch, it enables fine-grained
/linux-4.4.14/arch/sh/kernel/
Dtraps_32.c304 struct mem_access *ma, int expected, in handle_unaligned_access() argument
326 if (!expected) { in handle_unaligned_access()
/linux-4.4.14/Documentation/fb/
Dmetronomefb.txt21 interface to the metronome controller. The waveform information is expected to
Dviafb.txt234 with the listed ones. If you remove devices they are expected to turn
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dphy-miphy365x.txt35 be expected
/linux-4.4.14/Documentation/device-mapper/
Dverity.txt89 When a dm-verity device is configured, it is expected that the caller
132 It is expected that a user-space tool will verify the integrity of the
/linux-4.4.14/Documentation/trace/
Dcoresight.txt126 expected to be added as the solution matures.
188 expected to be accessed and controlled using those entries.
190 Last but not least, "struct module *owner" is expected to be set to reflect
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dcq.c389 item->expected = be32_to_cpu(cqe->expected_trans_sig) >> 16; in get_sig_err_item()
394 item->expected = be32_to_cpu(cqe->expected_reftag); in get_sig_err_item()
399 item->expected = be32_to_cpu(cqe->expected_trans_sig) & 0xffff; in get_sig_err_item()
544 mr->sig->err_item.expected, in mlx5_poll_one()
/linux-4.4.14/drivers/staging/iio/
DTODO7 Major changes not expected except in response to comments
/linux-4.4.14/drivers/atm/
Dnicstarmac.copyright19 * PHY component is expected to be 155 Mbps S/UNI-Lite or IDT 77155;
/linux-4.4.14/Documentation/arm64/
Dbooting.txt35 The boot loader is expected to find and initialise all RAM that the
202 The boot loader is expected to enter the kernel on each CPU in the
210 It is expected that the bootloader will generate these device tree
/linux-4.4.14/Documentation/
Dvfio.txt159 no capabilities on its own and is therefore expected to be set to
390 /* Inject EEH error, which is expected to be caused by 32-bits
456 Bisecting is not supported and VFIO_IOMMU_UNREGISTER_MEMORY is expected to
458 the memory block. The userspace is not expected to call these often.
504 assignment that are beyond the scope of VFIO. It's expected that
Dworkqueue.txt124 not expected to hog a CPU and consume many cycles. That means
180 expected and using bound wq may end up creating large number
215 work items which are expected to hog CPU cycles so that their
347 * Unless work items are expected to consume a huge amount of CPU
Ddcdbas.txt11 is expected to make use of this driver, and it may include the use of this
DIntel-IOMMU.txt32 devices that need to access these regions. OS is expected to setup
Dsysfs-rules.txt41 kernel implementation details which should not be expected by
161 the device that matches the expected subsystem. Depending on a specific
Drbtree.txt52 users are expected to write their own tree search and insert functions
208 you are not expected to rely on; please stick to the documented APIs
Dremoteproc.txt185 it is quite expected that other platforms/devices which we'd want to
251 is expected, where the firmware requests a resource, and once allocated,
Dunshare.txt278 other works as expected.
283 of flags. Verify that unsharing is performed as expected and
Dvolatile-considered-harmful.txt76 ensures that the access happens as expected by the programmer.
Dcpu-hotplug.txt261 "It is expected that each service cleans up when the CPU_DOWN_PREPARE
262 notifier is called, when CPU_DEAD is called its expected there is nothing
/linux-4.4.14/Documentation/dmaengine/
Dclient.txt42 channel which has a capability in 'mask'. 'filter_fn' is expected to
100 The peripheral driver is expected to have mapped the scatterlist for
/linux-4.4.14/Documentation/devicetree/bindings/bus/
Dmvebu-mbus.txt51 Two or three entries are expected (see the examples below):
198 The mbus-node ranges property defines a set of mbus windows that are expected
/linux-4.4.14/fs/btrfs/
DKconfig19 expected to change unless there are strong reasons to do so. If there
/linux-4.4.14/Documentation/devicetree/
Doverlay-notes.txt85 is loaded the device will be created as expected.
/linux-4.4.14/Documentation/misc-devices/
Dbh1770glc.txt42 so that measurement produces about the expected lux value.
/linux-4.4.14/arch/um/include/shared/
Dos.h258 int syscall, unsigned long *args, long expected,
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dfirmware.c364 u32 actual, u32 expected) in invalid_header() argument
366 if (actual == expected) in invalid_header()
371 what, expected, actual); in invalid_header()
/linux-4.4.14/Documentation/power/
Dopp.txt56 list is expected to be an optimally small number typically around 5 per device.
101 device. It is expected that the SoC framework will register the OPP entries
137 found, else returns error. These errors are expected to be handled by standard
Dpm_qos_interface.txt205 latency tolerance requirements for the device is empty, the callback is expected
209 expected to use it. That allows software to prevent the hardware from
Dsuspend-and-interrupts.txt44 expected during the suspend-resume cycle, but does not guarantee that the
/linux-4.4.14/drivers/mtd/chips/
DKconfig52 are expected to be wired to the CPU in 'host-endian' form.
222 preserves the expected registration order of MTD device nodes on
/linux-4.4.14/Documentation/filesystems/
Dxfs-self-describing-metadata.txt61 location. This allows us to identify the expected contents of the block and
162 For read verification, the caller needs to specify the expected type of metadata
164 object matches what was expected. If the verification process fails, then it
334 there are magic numbers in all the expected spots. All further CRC and
/linux-4.4.14/Documentation/block/
Dpr.txt16 All implementations are expected to ensure the reservations survive
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dsimple-framebuffer.txt51 are expected to already be configured correctly. The OS must
/linux-4.4.14/Documentation/gpio/
Ddriver.txt67 control callbacks) if it is expected to call GPIO APIs from atomic context
115 Know W/A: The generic_handle_irq() is expected to be called with IRQ disabled,
182 expected for GPIO driver that irqchip .set_type() callback have to be called
/linux-4.4.14/Documentation/devicetree/bindings/display/imx/
Dldb.txt22 The following clocks are expected on i.MX53:
/linux-4.4.14/Documentation/mmc/
Dmmc-async-req.txt23 more significant the prepare request time becomes. Roughly the expected
/linux-4.4.14/Documentation/watchdog/
Dhpwdt.txt40 enables the users of NMIs for non critical events to be work as expected.
/linux-4.4.14/Documentation/frv/
Dconfiguring.txt30 that are expected to be available.
/linux-4.4.14/Documentation/usb/
Dpersist.txt73 not in the expected state during resume (i.e., if the controller was
86 The same thing happens if the host controller is in the expected state
/linux-4.4.14/sound/isa/
Des18xx.c335 int old, expected, new; in snd_es18xx_mixer_writable() local
340 expected = old ^ mask; in snd_es18xx_mixer_writable()
341 outb(expected, chip->port + 0x05); in snd_es18xx_mixer_writable()
346 reg, old, expected, new); in snd_es18xx_mixer_writable()
348 return expected == new; in snd_es18xx_mixer_writable()
/linux-4.4.14/Documentation/mtd/nand/
Dpxa3xx-nand.txt52 and expected to be located (when reading/programming) right after the spare
/linux-4.4.14/Documentation/virtual/kvm/devices/
Darm-vgic.txt105 -EINVAL: Value set is out of the expected range
/linux-4.4.14/sound/soc/codecs/
Dwm8962.c1870 int expected = (WM8962_DCS_STARTUP_DONE_HP1L | in hp_event() local
1905 } while (++timeout < 200 && (reg & expected) != expected); in hp_event()
1907 if ((reg & expected) != expected) in hp_event()
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-cache.txt116 revisited (->revisit). It is expected that this method will
141 expected that a message written will contain:
/linux-4.4.14/Documentation/scheduler/
Dsched-design-CFS.txt33 timestamp and measure the "expected CPU time" a task should have gotten.
102 interactivity and produce the expected behavior.
/linux-4.4.14/include/uapi/linux/
Dbtrfs.h251 __u64 expected; /* estimated # of chunks that will be member
/linux-4.4.14/mm/
Dshmem.c256 pgoff_t index, void *expected, void *replacement) in shmem_radix_tree_replace() argument
261 VM_BUG_ON(!expected); in shmem_radix_tree_replace()
267 if (item != expected) in shmem_radix_tree_replace()
296 pgoff_t index, void *expected) in shmem_add_to_page_cache() argument
308 if (!expected) in shmem_add_to_page_cache()
311 error = shmem_radix_tree_replace(mapping, index, expected, in shmem_add_to_page_cache()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
DKconfig98 expected throughput due to those APs not enabling aggregation
/linux-4.4.14/arch/sh/kernel/cpu/sh3/
Dentry.S486 * expected path for the NMI (and any other brilliantly implemented
/linux-4.4.14/Documentation/x86/
Dintel_mpx.txt48 expected to keep the bounds directory at that locationWe note it
220 But XSAVE is expected to be very expensive. In order to do performance
Dkernel-stacks117 If the address does not fit into our expected frame pointer chain we
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Ddma.txt26 (on 83xx this is expected to be identical to
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dbrcm,brcmnand.txt102 expected for the ECC layout in use. This size, in
/linux-4.4.14/Documentation/scsi/
DChangeLog.sym53c8xx_2122 - Include <linux/module.h> unconditionnaly as expected by latest
Dlibsas.txt322 total_xfer_len -- total number of bytes expected to be transferred
380 If you receive different amount of data you expected to receive,
/linux-4.4.14/Documentation/cgroups/
Dfreezer-subsystem.txt50 expected.
/linux-4.4.14/arch/m68k/fpsp040/
Dscale.S129 movew %d1,ETEMP(%a6) |input expected in ETEMP
/linux-4.4.14/Documentation/ia64/
Dfsys.txt181 work as expected. The following discussion describes how each PSR bit
233 would be the normal & expected behavior, so no special treatment is
/linux-4.4.14/Documentation/input/
Dgameport-programming.txt162 expected maximums for each axis. The calibrate() function should set the
Dntrig.txt87 the probability of multiple simultaneous ghosts is expected to drop off
/linux-4.4.14/scripts/package/
Dbuilddeb333 …jtree; cp $KCONFIG_CONFIG $destdir/.config) # copy .config manually to be where it's expected to be
/linux-4.4.14/arch/m68k/q40/
DREADME128 behave exactly as expected.
/linux-4.4.14/net/netlink/
Daf_netlink.c501 unsigned long start, size, expected; in netlink_mmap() local
510 expected = 0; in netlink_mmap()
514 expected += ring->pg_vec_len * ring->pg_vec_pages * PAGE_SIZE; in netlink_mmap()
517 if (expected == 0) in netlink_mmap()
521 if (size != expected) in netlink_mmap()
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped1250 "expected"). */
1260 is an error action. In that case, don't check for expected
1265 that there is no unexpected or expected token to report. In that
1271 - Of course, the expected token list depends on states to have
1275 (from LALR or IELR) and default reductions corrupt the expected
/linux-4.4.14/drivers/net/ethernet/sfc/
Dfarch.c959 unsigned expected, dropped; in efx_farch_handle_rx_bad_index() local
968 expected = rx_queue->removed_count & rx_queue->ptr_mask; in efx_farch_handle_rx_bad_index()
969 dropped = (index - expected) & rx_queue->ptr_mask; in efx_farch_handle_rx_bad_index()
972 dropped, index, expected); in efx_farch_handle_rx_bad_index()
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c889 bool expected) in qed_reg_assert() argument
893 if (assert_val != expected) { in qed_reg_assert()
895 reg, expected); in qed_reg_assert()
/linux-4.4.14/drivers/clocksource/
DKconfig156 on wfe to safeguard against any programming errors in case an expected
/linux-4.4.14/Documentation/vm/
Dhwpoison.txt33 * for the mapping from a vma to a process. Since this case is expected
/linux-4.4.14/Documentation/serial/
Ddriver355 Locking: caller is expected to take port->lock
391 A driver is expected to call this function when the number of
/linux-4.4.14/arch/ia64/include/asm/
Dpal.h1279 ia64_pal_mc_expected (u64 expected, u64 *previous) in ia64_pal_mc_expected() argument
1282 PAL_CALL(iprv, PAL_MC_EXPECTED, expected, 0, 0); in ia64_pal_mc_expected()
/linux-4.4.14/drivers/staging/most/Documentation/
Ddriver_usage.txt111 are needed for the driver to process buffer padding, as expected by hardware,
/linux-4.4.14/Documentation/i2c/
Dslave-interface164 arises. However, cases should be extremely rare because the master is expected
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Dnvidia,tegra20-pcie.txt34 - The first two entries are expected to translate the addresses for the root
/linux-4.4.14/fs/jffs2/
DREADME.Locking6 JFFS2. It is not expected to remain perfectly up to date, but ought to
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped1056 "expected"). */
1062 is an error action. In that case, don't check for expected
1067 that there is no unexpected or expected token to report. In that
1073 - Of course, the expected token list depends on states to have
1077 (from LALR or IELR) and default reductions corrupt the expected
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped1213 "expected"). */
1223 is an error action. In that case, don't check for expected
1228 that there is no unexpected or expected token to report. In that
1234 - Of course, the expected token list depends on states to have
1238 (from LALR or IELR) and default reductions corrupt the expected
/linux-4.4.14/drivers/hwmon/
Dw83795.c1918 int bank, vendor_id, device_id, expected, i2c_addr, config; in w83795_detect() local
1935 expected = bank & 0x80 ? 0x5c : 0xa3; in w83795_detect()
1936 if (vendor_id != expected) { in w83795_detect()
/linux-4.4.14/Documentation/cpu-freq/
Dpcc-cpufreq.txt206 expected to work with the PCC driver. Since the "cpufreq_stats" module

12