/openbmc/linux/include/net/ |
H A D | strparser.h | 36 unsigned int interrupted; member 97 u32 interrupted : 1; member 138 if (strp->interrupted) in save_strp_stats() 139 agg_stats->interrupted++; in save_strp_stats() 156 SAVE_PSOCK_STATS(interrupted); in aggregate_strp_stats()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | udpgso_bench_rx.c | 52 static bool interrupted; variable 58 interrupted = true; in sigint_handler() 103 if (interrupted) in do_poll() 113 interrupted = true; in do_poll() 151 if (interrupted) in do_socket() 390 } while (!interrupted); in do_recv()
|
H A D | udpgso_bench_tx.c | 87 static bool interrupted; variable 93 interrupted = true; in sigint_handler() 718 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
|
H A D | l2_tos_ttl_inherit.sh | 401 interrupted() { function 409 trap interrupted INT
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | testrunner.py | 106 casenotrun: str = '', interrupted: bool = False) -> None: 112 self.interrupted = interrupted 290 interrupted=True) 420 if res.interrupted:
|
/openbmc/qemu/docs/system/ |
H A D | target-avr.rst | 20 - Continuous non interrupted execution:: 24 - Continuous non interrupted execution with serial output into telnet window::
|
/openbmc/linux/fs/ |
H A D | aio.c | 2246 bool interrupted; in SYSCALL_DEFINE6() local 2261 interrupted = signal_pending(current); in SYSCALL_DEFINE6() 2262 restore_saved_sigmask_unless(interrupted); in SYSCALL_DEFINE6() 2263 if (interrupted && !ret) in SYSCALL_DEFINE6() 2281 bool interrupted; in SYSCALL_DEFINE6() local 2297 interrupted = signal_pending(current); in SYSCALL_DEFINE6() 2298 restore_saved_sigmask_unless(interrupted); in SYSCALL_DEFINE6() 2299 if (interrupted && !ret) in SYSCALL_DEFINE6() 2348 bool interrupted; in COMPAT_SYSCALL_DEFINE6() local 2363 interrupted = signal_pending(current); in COMPAT_SYSCALL_DEFINE6() [all …]
|
/openbmc/linux/tools/testing/selftests/connector/ |
H A D | proc_filter.c | 28 volatile static int interrupted; variable 131 interrupted = 1; in sigint() 282 while (!interrupted) { in main()
|
/openbmc/linux/kernel/locking/ |
H A D | semaphore.c | 220 goto interrupted; in ___down_common() 235 interrupted: in ___down_common()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-iop3xx.c | 165 int interrupted; in iop3xx_i2c_wait_event() local 170 interrupted = wait_event_interruptible_timeout ( in iop3xx_i2c_wait_event() 178 } else if (!interrupted) { in iop3xx_i2c_wait_event()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | toasterui.py | 188 interrupted = False 453 interrupted = True 475 if interrupted and return_value == 0:
|
/openbmc/linux/Documentation/i2c/ |
H A D | i2c-protocol.rst | 61 Normally message is interrupted immediately if there is [NA] from the 95 like SCCB require that. Normally, you really don't want to get interrupted
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/http-parser/ |
H A D | http-parser_2.9.4.bb | 6 interrupted at anytime. Depending on your architecture, it \
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_redfish_bmc_code_update.robot | 170 [Documentation] Ensure firmware update is successful when interrupted operation performed like 181 [Documentation] Ensure firmware update is successful when interrupted operation performed like 192 [Documentation] Ensure firmware update is successful when interrupted operation performed like 216 [Documentation] Code update interrupted operation teardown.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | func-read.rst | 101 :c:func:`read()` was interrupted by a signal. On error, -1 is 122 The call was interrupted by a signal before any data was read.
|
H A D | func-write.rst | 74 The call was interrupted by a signal before any data was written.
|
H A D | vidioc-g-priority.rst | 78 applications which must not be interrupted, like video recording.
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | request-func-poll.rst | 69 The call was interrupted by a signal.
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-func-poll.rst | 70 The call was interrupted by a signal.
|
H A D | cec-ioc-receive.rst | 295 was unconfigured, or a transmit was interrupted, or the driver 337 reply was interrupted. 357 The wait for a message was interrupted (e.g. by Ctrl-C). 385 The wait for a successful transmit was interrupted (e.g. by Ctrl-C).
|
/openbmc/linux/Documentation/arch/parisc/ |
H A D | debugging.rst | 41 was interrupted - so if you get an interruption between the instruction
|
/openbmc/linux/arch/arc/kernel/ |
H A D | entry-compact.S | 152 ; if L2 IRQ interrupted a L1 ISR, disable preemption 343 ; if L2 IRQ interrupted an L1 ISR, we'd disabled preemption earlier
|
/openbmc/linux/include/linux/sched/ |
H A D | signal.h | 555 static inline void restore_saved_sigmask_unless(bool interrupted) in restore_saved_sigmask_unless() argument 557 if (interrupted) in restore_saved_sigmask_unless()
|
/openbmc/linux/tools/testing/selftests/ftrace/ |
H A D | README | 59 for example, the test was interrupted
|
/openbmc/linux/Documentation/locking/ |
H A D | seqlock.rst | 28 or interrupted by read side sections. Otherwise the reader will spin for 30 interrupted writer. If that reader belongs to a real-time scheduling
|