/linux/tools/testing/selftests/x86/ |
H A D | sigtrap_loop.c | 46 * _considered_ an infinite loop. in sigtrap() 49 printf("[FAIL]\tDetected SIGTRAP infinite loop\n"); in sigtrap() 77 printf("[RUN]\tSIGTRAP infinite loop detection\n"); in main() 99 printf("[OK]\tNo SIGTRAP infinite loop detected\n"); in main()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_cfg.c | 87 __failure __msg("infinite loop detected") 124 __failure __msg("infinite loop detected") 149 /* infinite loop is detected *after* check_cfg() */ 150 __failure __msg("infinite loop detected")
|
H A D | verifier_loops1.c | 125 __description("infinite loop after a conditional jump") 166 __description("infinite loop in two jumps") 179 __description("infinite loop: three-jump trick")
|
/linux/rust/kernel/time/ |
H A D | delay.rs | 25 /// values mean "infinite timeout" instead. 32 // overflow inside fsleep, which could lead to unintentional infinite sleep. in fsleep()
|
/linux/drivers/mmc/host/ |
H A D | mmci_qcom_dml.c | 156 * Disable infinite mode transfer as we won't be doing any in qcom_dma_setup() 157 * infinite size data transfers. All data transfer will be in qcom_dma_setup()
|
/linux/net/mptcp/ |
H A D | mib.h | 34 MPTCP_MIB_INFINITEMAPTX, /* Sent an infinite mapping */ 35 MPTCP_MIB_INFINITEMAPRX, /* Received an infinite mapping */
|
/linux/Documentation/scheduler/ |
H A D | schedutil.rst | 26 Since this is essentially a progression of an infinite geometric series, the 100 To alleviate this (a default enabled option) UTIL_EST drives an Infinite
|
/linux/tools/testing/selftests/bpf/verifier/ |
H A D | atomic_bounds.c | 19 /* Verifier should be able to tell that this infinite loop isn't reachable. */
|
/linux/arch/loongarch/include/uapi/asm/ |
H A D | ucontext.h | 29 * infinite extensibility. Since we know this will be extended and we
|
/linux/arch/riscv/include/uapi/asm/ |
H A D | ucontext.h | 31 * infinite extensibility. Since we know this will be extended and we
|
/linux/drivers/mtd/tests/ |
H A D | torturetest.c | 55 "(infinite by default)"); 171 int err = 0, i, infinite = !cycles_count; in tort_init() local 330 if (!infinite && --cycles_count == 0) in tort_init()
|
/linux/drivers/mtd/ |
H A D | inftlcore.c | 298 printk(KERN_WARNING "INFTL: infinite loop in Virtual " in INFTL_foldchain() 512 printk(KERN_WARNING "INFTL: infinite loop in " in INFTL_findwriteunit() 684 printk(KERN_WARNING "INFTL: infinite loop in Virtual " in INFTL_trydeletechain() 783 printk(KERN_WARNING "INFTL: infinite loop in Virtual " in INFTL_deleteblock() 892 printk(KERN_WARNING "INFTL: infinite loop in " in inftl_readblock()
|
/linux/tools/perf/pmu-events/arch/s390/cf_z15/ |
H A D | transaction.json | 53 "BriefDescription": "Estimated Instruction Complexity CPI infinite Level 1",
|
/linux/tools/perf/pmu-events/arch/s390/cf_z14/ |
H A D | transaction.json | 53 "BriefDescription": "Estimated Instruction Complexity CPI infinite Level 1",
|
/linux/tools/testing/selftests/hid/progs/ |
H A D | hid.c | 373 * infinite loops. in BPF_PROG() 432 * infinite loops. in BPF_PROG() 582 * infinite loops. in BPF_PROG()
|
/linux/crypto/asymmetric_keys/ |
H A D | x509_parser.h | 37 bool seen; /* Infinite recursion prevention */
|
/linux/tools/perf/pmu-events/arch/s390/cf_z16/ |
H A D | transaction.json | 53 "BriefDescription": "Estimated Instruction Complexity CPI infinite Level 1",
|
/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | spu_restore.c | 235 * by infinite loop after end of restore sequence. in restore_complete() 266 /* SPU_Status[I,S,H,P,R]=0. Add infinite loop. */ in restore_complete()
|
/linux/tools/sched_ext/ |
H A D | README.md | 186 single CPU, allowing other cores to run with infinite slices, without timer 192 infinite slices and no timer ticks allows the VM to avoid unnecessary expensive
|
/linux/drivers/gpu/drm/radeon/ |
H A D | r520.c | 229 /* Reset gpu before posting otherwise ATOM will enter infinite loop */ in r520_resume() 274 /* Reset gpu before posting otherwise ATOM will enter infinite loop */ in r520_init()
|
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | back_to_back_ebbs_test.c | 23 * We get out of what would otherwise be an infinite loop by leaving the
|
/linux/tools/perf/pmu-events/arch/s390/cf_z13/ |
H A D | transaction.json | 53 "BriefDescription": "Estimated Instruction Complexity CPI infinite Level 1",
|
/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | scan.h | 66 u8 total_cycles; /* 0 - infinite */
|
/linux/Documentation/devicetree/bindings/iio/proximity/ |
H A D | semtech,sx9360.yaml | 61 UINT_MAX (4294967295) represents infinite. Other values
|
/linux/tools/power/acpi/tools/acpidump/ |
H A D | acpidump.h | 51 #define AP_MAX_ACPI_FILES 256 /* Prevent infinite loops */
|