Home
last modified time | relevance | path

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

12345678910>>...13

/linux-6.14.4/tools/testing/selftests/powerpc/ptrace/
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-6.14.4/Documentation/devicetree/bindings/
Dwriting-schema.rst54 line breaks and leading whitespace are stripped. Paragraphs are delimited by
61 to maintaining line breaks on double line breaks, the folded style also
63 breaks on indented lines are also maintained.
66 style maintains all line breaks and whitespace (beyond indentation of the
/linux-6.14.4/arch/parisc/lib/
Dio.c118 * of the inw() breaks things.
190 * of the inl() breaks things.
288 * outw() breaks things.
360 * just using the inlined version of the outl() breaks things.
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/
Dia_css_ctc_param.h24 /* This should be vamem_data_t, but that breaks the pipe generator */
/linux-6.14.4/tools/perf/ui/
Dlibslang.h5 * slang versions <= 2.0.6 have a "#if HAVE_LONG_LONG" that breaks
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/bh/bh_2/
Dia_css_bh_param.h27 /* This should be hmem_data_t, but that breaks the pipe generator */
/linux-6.14.4/arch/sparc/kernel/
Dsys32.S12 /* NOTE: call as jump breaks return stack, we have to avoid that */
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_2/
Dia_css_gc2_param.h30 /* This should be vamem_data_t, but that breaks the pipe generator */
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_1.0/
Dia_css_xnr_param.h22 /* This should be vamem_data_t, but that breaks the pipe generator */
/linux-6.14.4/Documentation/locking/
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-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/
Dia_css_gc_param.h48 /* This should be vamem_data_t, but that breaks the pipe generator */
/linux-6.14.4/Documentation/kbuild/
DKconfig.select-break18 # Kconfig does not visit the dependencies, it breaks the dependencies of B
/linux-6.14.4/tools/lib/
Dstr_error_r.c13 * to check if it returned something else and copy that instead), breaks the
/linux-6.14.4/arch/alpha/kernel/
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-6.14.4/arch/mips/include/asm/mach-ip32/
Dcpu-feature-overrides.h16 * requests. This breaks all the atomic bitops functions.
/linux-6.14.4/include/asm-generic/
Dbitsperlong.h15 * FIXME: The check currently breaks x86-64 build, so it's
/linux-6.14.4/tools/testing/selftests/powerpc/pmu/ebb/
DMakefile27 # Toolchains may build PIE by default which breaks the assembly
/linux-6.14.4/include/uapi/linux/
Dcxl_mem.h68 * Here's how this actually breaks out:
86 * Here's how this actually breaks out:
/linux-6.14.4/drivers/gpu/drm/i915/
Dintel_step.h16 * the expectation breaks gmd_to_intel_step().
/linux-6.14.4/security/loadpin/
DKconfig17 # Module compression breaks LoadPin unless modules are decompressed in
/linux-6.14.4/Documentation/process/
Demail-clients.rst38 and unwanted line breaks.
57 This breaks many scripts that read and apply the patches.
348 At the same time it wraps lines every 78 chars with CRLF style line breaks
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dtest_cls_redirect.h16 * friendly version breaks compilation for older clang versions <= 15
/linux-6.14.4/arch/x86/
DMakefile.um6 # This is required to work around issues in older LLVM versions, but breaks
/linux-6.14.4/Documentation/devicetree/bindings/regulator/
Dvctrl-regulator.yaml48 this situation the vctrl driver breaks down larger voltage decreases
/linux-6.14.4/fs/hfsplus/
Dioctl.c46 * Bootloader. Just using the inode here breaks in the case of in hfsplus_ioctl_bless()

12345678910>>...13