Home
last modified time | relevance | path

Searched full:breaks (Results 1 – 25 of 252) sorted by relevance

1234567891011

/linux/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c228 unsigned long long breaks, needed; in runtestsingle() local
271 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtestsingle()
281 (unsigned long int)ptr, breaks, loop_num, readwriteflag, exclude_user, arraytest); in runtestsingle()
282 if (breaks != needed) { in runtestsingle()
284 (unsigned long int)ptr, breaks, needed, loop_num, readwriteflag, exclude_user); in runtestsingle()
298 unsigned long long breaks; in runtest_dar_outside() local
322 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
324 if (breaks == 0) { in runtest_dar_outside()
327 printf("FAILED: No overlap: %lld != 0\n", breaks); in runtest_dar_outside()
337 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
[all …]
/linux/Documentation/locking/
H A Dlocktypes.rst338 On a PREEMPT_RT kernel this code sequence breaks because local_lock_irq()
412 On PREEMPT_RT kernel this code sequence breaks because RT-mutex requires a
428 this breaks. The PREEMPT_RT-specific change of spinlock_t semantics does
454 This breaks because migrate_disable() does not protect against reentrancy from
/linux/tools/perf/ui/
H A Dlibslang.h5 * slang versions <= 2.0.6 have a "#if HAVE_LONG_LONG" that breaks
/linux/tools/testing/selftests/net/af_unix/
H A Dtest_unix_oob.c
/linux/arch/alpha/kernel/
H A Dio.c318 * of the inw() breaks things.
358 * of the inl() breaks things.
412 * outw() breaks things.
452 * just using the inlined version of the outl() breaks things.
/linux/Documentation/kbuild/
H A DKconfig.select-break18 # Kconfig does not visit the dependencies, it breaks the dependencies of B
/linux/include/uapi/linux/
H A Dcxl_mem.h68 * Here's how this actually breaks out:
86 * Here's how this actually breaks out:
/linux/tools/lib/
H A Dstr_error_r.c13 * to check if it returned something else and copy that instead), breaks the
/linux/arch/mips/include/asm/mach-ip32/
H A Dcpu-feature-overrides.h16 * requests. This breaks all the atomic bitops functions.
/linux/include/asm-generic/
H A Dbitsperlong.h15 * FIXME: The check currently breaks x86-64 build, so it's
/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A DMakefile27 # Toolchains may build PIE by default which breaks the assembly
/linux/security/loadpin/
H A DKconfig17 # Module compression breaks LoadPin unless modules are decompressed in
/linux/drivers/gpu/drm/i915/
H A Dintel_step.h16 * the expectation breaks gmd_to_intel_step().
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.h16 * friendly version breaks compilation for older clang versions <= 15
/linux/arch/x86/
H A DMakefile.um6 # This is required to work around issues in older LLVM versions, but breaks
/linux/scripts/genksyms/
H A Dkeywords.c39 // field name which breaks the genksyms parser. It is not a gcc keyword anyway.
/linux/fs/hfsplus/
H A Dioctl.c46 * Bootloader. Just using the inode here breaks in the case of in hfsplus_ioctl_bless()
/linux/arch/powerpc/kvm/
H A Dtiming.h42 /* The BUILD_BUG_ON below breaks in funny ways, commented out in kvmppc_account_exit_stat()
/linux/arch/mips/ralink/
H A Dill_acc.c55 /* somehow this driver breaks on RT5350 */ in ill_acc_of_setup()
/linux/tools/perf/pmu-events/arch/x86/amdzen4/
H A Dcore.json68 …"BriefDescription": "Cycles with no retire caused by other reasons (retire breaks, traps, faults, …
/linux/tools/perf/Documentation/
H A Dasciidoc.conf32 # v1.72 breaks with this because it replaces dots not in roff requests.
/linux/Documentation/process/
H A Dhandling-regressions.rst522 But if something actually breaks, then the change must get fixed or
561 The rules about regressions are always about "breaks user workflow".
609 workflow breaks. Not some test. Not a "look, I used to be able to do
733 Oh, if the kernel breaks some standard user space, that counts. Tons
778 something breaks existing users' workflow.
/linux/include/drm/
H A Ddrm_cache.h65 * breaks correct operation of the device. Since we have no way of in drm_arch_can_wc_memory()
/linux/fs/bcachefs/
H A Dfs-io-pagecache.h16 * overflows loff_t. This breaks much of the range based processing in the
/linux/tools/lib/perf/Documentation/
H A Dasciidoc.conf32 # v1.72 breaks with this because it replaces dots not in roff requests.

1234567891011