/linux/fs/xfs/scrub/ |
H A D | dirtree_repair.c | 78 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 D | dirtree.h | 68 unsigned int suspect; member
|
H A D | dirtree.c | 885 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 D | trace.h | 1835 __field(unsigned int, suspect) 1845 __entry->suspect = oc->suspect; 1855 __entry->suspect,
|
/linux/Documentation/trace/ |
H A D | events-nmi.rst | 13 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 D | cdnsp-trace.h | 192 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 D | README.dino | 22 ** program. Assume a machine is only "suspect" until proven otherwise.
|
/linux/Documentation/i2c/busses/ |
H A D | i2c-sis96x.rst | 46 I suspect that this driver could be made to work for the following SiS
|
/linux/Documentation/hwmon/ |
H A D | lm83.rst | 82 two other points of the motherboard. We suspect these points to be the
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net-cdc_ncm | 35 attribute for temporary testing of a suspect device
|
/linux/drivers/mtd/devices/ |
H A D | Kconfig | 38 suspect a possible hardware or driver bug. If unsure say N.
|
/linux/Documentation/mm/damon/ |
H A D | monitoring_intervals_tuning_example.rst | 61 nearly identical. We can suspect this is because “adaptive regions adjustment”
|
/linux/Documentation/arch/x86/ |
H A D | orc-unwinder.rst | 84 so I suspect we'll really only ever need to keep track of the stack
|
/linux/Documentation/virt/kvm/x86/ |
H A D | running-nested-guests.rst | 139 .. note:: If you suspect your L2 (i.e. nested guest) is running slower,
|
/linux/Documentation/process/ |
H A D | maintainer-kvm-x86.rst | 262 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 D | Kconfig | 62 itself. Enable this ONLY if you suspect problems with the driver.
|
/linux/scripts/ |
H A D | checkpatch.pl | 960 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 D | freezing-of-tasks.rst | 156 avoid *that*, there's no question about that. And I suspect that stopping
|
/linux/Documentation/gpu/amdgpu/display/ |
H A D | dc-debug.rst | 90 the issue; if you suspect that the display is not part of the problem and your
|
/linux/kernel/module/ |
H A D | Kconfig | 100 boot on systems which are failing to boot or if you suspect you may be
|
/linux/Documentation/usb/ |
H A D | usb-serial.rst | 169 - sending break (although duration looks suspect)
|
/linux/Documentation/admin-guide/media/ |
H A D | cec.rst | 150 I suspect that MegaChips 2900 based designs in general are likely to work
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.megaraid_sas | 452 > I suspect all this horror is due to stupidity in the DMA API.
|
/linux/Documentation/RCU/ |
H A D | stallwarn.rst | 350 suspect a timer problem.
|
/linux/Documentation/admin-guide/ |
H A D | reporting-issues.rst | 194 (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
|