Home
last modified time | relevance | path

Searched refs:correct (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/linux/kernel/trace/
H A Dtrace_branch.c78 entry->correct = val == expect; in probe_likely_condition()
142 field->correct ? " ok " : " MISS ", in trace_branch_print()
219 f->data.correct++; in ftrace_likely_update()
245 if (p->correct) { in get_incorrect_percent()
247 percent /= p->correct + p->incorrect; in get_incorrect_percent()
286 seq_printf(m, "%8lu %8lu ", p->correct, p->incorrect); in branch_stat_show_normal()
306 p->data.correct, p->constant, l, p->data.incorrect); in annotate_branch_stat_show()
354 if (a->correct > b->correct) in annotated_branch_stat_cmp()
356 if (a->correct < b->correct) in annotated_branch_stat_cmp()
H A Dtrace_entries.h360 __field( char, correct )
366 __entry->func, __entry->file, __entry->correct,
/linux/tools/testing/selftests/namespaces/
H A Dlistns_permissions_test.c680 bool correct; in TEST() local
701 bool correct; in TEST() local
730 correct = (count_after <= count_before); in TEST()
732 write(pipefd[1], &correct, sizeof(correct)); in TEST()
742 correct = false; in TEST()
745 read(pipefd[0], &correct, sizeof(correct)); in TEST()
754 ASSERT_TRUE(correct); in TEST()
/linux/Documentation/driver-api/media/drivers/
H A Dbttv-devel.rst16 Sound will work only, if the correct entry is used (for video it often
22 You should verify this is correct. If it isn't, you have to pass the
23 correct board type as insmod argument, ``insmod bttv card=2`` for
85 What you have to do is figure out the correct values for gpiomask and
/linux/tools/testing/memblock/
H A DTODO4 1. Add tests for memblock_alloc_node() to check if the correct NUMA node is set
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8992-lg-bullhead-rev-10.dts13 /* required for bootloader to select correct board */
H A Dmsm8992-lg-bullhead-rev-101.dts13 /* required for bootloader to select correct board */
H A Dsm7125-xiaomi-curtana.dts14 /* required for bootloader to select correct board */
H A Dsm7125-xiaomi-joyeuse.dts14 /* required for bootloader to select correct board */
H A Dmsm8998-oneplus-dumpling.dts14 /* Required for bootloader to select correct board */
H A Dmsm8998-oneplus-cheeseburger.dts15 /* Required for bootloader to select correct board */
/linux/Documentation/admin-guide/
H A Dinit.rst12 2) **init binary doesn't exist on rootfs**: Make sure you have the correct
13 root FS type (and ``root=`` kernel parameter points to the correct
/linux/Documentation/core-api/
H A Ddebug-objects.rst77 structure if provided by the caller. The fixup function can correct the
100 structure if provided by the caller. The fixup function can correct the
124 structure if provided by the caller. The fixup function can correct the
164 provided by the caller. The fixup function can correct the problem
180 fixup function can correct the problem before the real free of the
196 fixup function can correct the problem by calling debug_object_init
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcsan.rst261 WRITE_ONCE(flag, 1); // correct: smp_store_release(&flag, 1)
265 while (!READ_ONCE(flag)); // correct: smp_load_acquire(&flag)
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c1457 goto correct; in netxen_nic_pci_mem_write_128M()
1468 goto correct; in netxen_nic_pci_mem_write_128M()
1481 correct: in netxen_nic_pci_mem_write_128M()
1535 goto correct; in netxen_nic_pci_mem_read_128M()
1546 goto correct; in netxen_nic_pci_mem_read_128M()
1559 correct: in netxen_nic_pci_mem_read_128M()
1611 goto correct; in netxen_nic_pci_mem_write_2M()
1617 goto correct; in netxen_nic_pci_mem_write_2M()
1625 correct: in netxen_nic_pci_mem_write_2M()
1679 goto correct; in netxen_nic_pci_mem_read_2M()
[all …]
/linux/Documentation/w1/slaves/
H A Dw1_ds2438.rst44 from the slave device. If it is correct, the 8 bytes page data are passed
52 from the slave device. If it is correct, the 8 bytes page data are passed
/linux/Documentation/devicetree/bindings/sound/
H A Dsoc-ac97link.txt6 - pinctrl-names: Has to contain following states to setup the correct
/linux/Documentation/ABI/testing/
H A Dsysfs-class-rtc-rtc0-device-rtc_calibration8 Every 60 seconds the AB8500 will correct the RTC's value
/linux/drivers/mtd/nand/raw/ingenic/
H A Dingenic_ecc.h68 int (*correct)(struct ingenic_ecc *ecc, member
H A Dingenic_ecc.c52 return ecc->ops->correct(ecc, params, buf, ecc_code); in ingenic_ecc_correct()
/linux/arch/m68k/ifpsp060/
H A Dilsp.doc72 within the package will then enter the correct emulation code routine.
110 The library routines also return the correct condition code
133 point to the correct instruction, the user will at least be able
/linux/Documentation/devicetree/bindings/media/
H A Dhix5hd2-ir.txt16 Provide correct clocks instead.
/linux/Documentation/power/
H A Ds2ram.rst80 correct date/time! It is therefore advisable to use a program like ntp-date
81 or rdate to reset the correct date/time from an external time source when
/linux/Documentation/filesystems/ext4/
H A Deainode.rst18 is the correct one being accessed.
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2835.dtsi50 /* enable thermal sensor with the correct compatible property set */

12345678910>>...15