Home
last modified time | relevance | path

Searched refs:suspect (Results 1 – 25 of 33) sorted by relevance

12

/linux/fs/xfs/scrub/
H A Ddirtree_repair.c78 oc->suspect--; in xrep_dirtree_delete_all_paths()
92 ASSERT(oc->suspect == 0); in xrep_dirtree_delete_all_paths()
138 ASSERT(oc->suspect + oc->good == 1); in xrep_dirtree_find_surviving_path()
154 oc->suspect--; in xrep_dirtree_keep_one_good_path()
173 ASSERT(oc->suspect == 0); in xrep_dirtree_keep_one_good_path()
177 /* Delete all paths except for one suspect one. */
195 oc->suspect--; in xrep_dirtree_keep_one_suspect_path()
207 ASSERT(oc->suspect == 1); in xrep_dirtree_keep_one_suspect_path()
229 if (oc->good + oc->suspect == 1) { in xrep_dirtree_decide_fate()
235 if (oc->good + oc->suspect in xrep_dirtree_decide_fate()
[all...]
H A Ddirtree.h68 unsigned int suspect; member
H A Ddirtree.c885 oc->suspect++; in xchk_dirtree_evaluate()
982 if (oc.good || oc.bad || oc.suspect) in xchk_dirtree()
985 if (oc.bad || oc.good + oc.suspect != 1) in xchk_dirtree()
987 if (oc.suspect) in xchk_dirtree()
H A Dtrace.h1835 __field(unsigned int, suspect)
1845 __entry->suspect = oc->suspect;
1855 __entry->suspect,
/linux/Documentation/trace/
H A Devents-nmi.rst13 You might want to use this tracepoint if you suspect that your
22 Let's say you suspect that perf_event_nmi_handler() is causing
/linux/drivers/usb/cdns3/
H A Dcdnsp-trace.h192 TP_PROTO(dma_addr_t suspect, dma_addr_t trb_start, dma_addr_t trb_end,
194 TP_ARGS(suspect, trb_start, trb_end, curr_seg, end_seg),
196 __field(dma_addr_t, suspect)
203 __entry->suspect = suspect;
209 TP_printk("DMA: suspect event: %pad, trb-start: %pad, trb-end %pad, "
211 &__entry->suspect, &__entry->trb_start, &__entry->trb_end,
/linux/drivers/parisc/
H A DREADME.dino22 ** program. Assume a machine is only "suspect" until proven otherwise.
/linux/Documentation/i2c/busses/
H A Di2c-sis96x.rst46 I suspect that this driver could be made to work for the following SiS
/linux/Documentation/hwmon/
H A Dlm83.rst82 two other points of the motherboard. We suspect these points to be the
/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-cdc_ncm35 attribute for temporary testing of a suspect device
/linux/drivers/mtd/devices/
H A DKconfig38 suspect a possible hardware or driver bug. If unsure say N.
/linux/Documentation/mm/damon/
H A Dmonitoring_intervals_tuning_example.rst61 nearly identical. We can suspect this is because “adaptive regions adjustment”
/linux/Documentation/arch/x86/
H A Dorc-unwinder.rst84 so I suspect we'll really only ever need to keep track of the stack
/linux/Documentation/virt/kvm/x86/
H A Drunning-nested-guests.rst139 .. note:: If you suspect your L2 (i.e. nested guest) is running slower,
/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst262 Note, KVM selftests and KVM-unit-tests do have known failures. If you suspect
389 :ref:`securitybugs` if you suspect a bug can lead to an escape, data leak, etc.
/linux/drivers/atm/
H A DKconfig62 itself. Enable this ONLY if you suspect problems with the driver.
/linux/scripts/
H A Dcheckpatch.pl960 my ($suspect, $fix) = split(/\|\|/, $line);
962 $spelling_fix{$suspect} = $fix;
983 my ($suspect, $fix) = split(/->/, $line);
985 $spelling_fix{$suspect} = $fix;
4467 "suspect code indent for conditional statements ($indent, $sindent)\n" . $herecurr . "$stat_real\n");
/linux/Documentation/power/
H A Dfreezing-of-tasks.rst156 avoid *that*, there's no question about that. And I suspect that stopping
/linux/Documentation/gpu/amdgpu/display/
H A Ddc-debug.rst90 the issue; if you suspect that the display is not part of the problem and your
/linux/kernel/module/
H A DKconfig100 boot on systems which are failing to boot or if you suspect you may be
/linux/Documentation/usb/
H A Dusb-serial.rst169 - sending break (although duration looks suspect)
/linux/Documentation/admin-guide/media/
H A Dcec.rst150 I suspect that MegaChips 2900 based designs in general are likely to work
/linux/Documentation/scsi/
H A DChangeLog.megaraid_sas452 > I suspect all this horror is due to stupidity in the DMA API.
/linux/Documentation/RCU/
H A Dstallwarn.rst350 suspect a timer problem.
/linux/Documentation/admin-guide/
H A Dreporting-issues.rst194 (regressions@lists.linux.dev); if you suspect the cause in a particular
617 code it builds upon, but unless you suspect something like that stick to the
1531 (regressions@lists.linux.dev); if you suspect the cause in a particular
1540 stable and regressions mailing list is all it takes; but in case you suspect

12