Home
last modified time | relevance | path

Searched refs:interrupted (Results 1 – 25 of 127) sorted by relevance

123456

/OK3568_Linux_fs/kernel/include/net/
H A Dstrparser.h36 unsigned int interrupted; member
84 u32 interrupted : 1; member
125 if (strp->interrupted) in save_strp_stats()
126 agg_stats->interrupted++; in save_strp_stats()
143 SAVE_PSOCK_STATS(interrupted); in aggregate_strp_stats()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dudpgso_bench_rx.c52 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 Dudpgso_bench_tx.c86 static bool interrupted; variable
92 interrupted = true; in sigint_handler()
696 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
/OK3568_Linux_fs/kernel/fs/
H A Daio.c2233 bool interrupted; in SYSCALL_DEFINE6() local
2248 interrupted = signal_pending(current); in SYSCALL_DEFINE6()
2249 restore_saved_sigmask_unless(interrupted); in SYSCALL_DEFINE6()
2250 if (interrupted && !ret) in SYSCALL_DEFINE6()
2268 bool interrupted; in SYSCALL_DEFINE6() local
2284 interrupted = signal_pending(current); in SYSCALL_DEFINE6()
2285 restore_saved_sigmask_unless(interrupted); in SYSCALL_DEFINE6()
2286 if (interrupted && !ret) in SYSCALL_DEFINE6()
2335 bool interrupted; in COMPAT_SYSCALL_DEFINE6() local
2350 interrupted = signal_pending(current); in COMPAT_SYSCALL_DEFINE6()
[all …]
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dsemaphore.c215 goto interrupted; in __down_common()
230 interrupted: in __down_common()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-iop3xx.c163 int interrupted; in iop3xx_i2c_wait_event() local
168 interrupted = wait_event_interruptible_timeout ( in iop3xx_i2c_wait_event()
176 } else if (!interrupted) { in iop3xx_i2c_wait_event()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dtoasterui.py188 interrupted = False
453 interrupted = True
475 if interrupted and return_value == 0:
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__errc49 interrupted, // EINTR
146 interrupted = EINTR,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__errc49 interrupted, // EINTR
146 interrupted = EINTR,
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Di2c-protocol.rst64 Normally message is interrupted immediately if there is [NA] from the
98 like SCCB require that. Normally, you really don't want to get interrupted
/OK3568_Linux_fs/buildroot/package/libhttpparser/
H A DConfig.in9 not buffer data, it can be interrupted at anytime.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/http-parser/
H A Dhttp-parser_2.9.4.bb6 interrupted at anytime. Depending on your architecture, it \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Derror_constants.h77 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/
H A Derror_constants.h77 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dfunc-read.rst101 :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 Dfunc-write.rst74 The call was interrupted by a signal before any data was written.
H A Dvidioc-g-priority.rst78 applications which must not be interrupted, like video recording.
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dsignal.h521 static inline void restore_saved_sigmask_unless(bool interrupted) in restore_saved_sigmask_unless() argument
523 if (interrupted) in restore_saved_sigmask_unless()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/
H A Drequest-func-poll.rst69 The call was interrupted by a signal.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-func-poll.rst70 The call was interrupted by a signal.
H A Dcec-ioc-receive.rst292 was unconfigured, or a transmit was interrupted, or the driver
334 reply was interrupted.
354 The wait for a message was interrupted (e.g. by Ctrl-C).
382 The wait for a successful transmit was interrupted (e.g. by Ctrl-C).
/OK3568_Linux_fs/kernel/Documentation/parisc/
H A Ddebugging.rst41 was interrupted - so if you get an interruption between the instruction
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DUP.rst21 is referencing element B when it is interrupted by softirq processing,
126 the callback might be called from a softirq that interrupted
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dentry-compact.S152 ; if L2 IRQ interrupted a L1 ISR, disable preemption
358 ; if L2 IRQ interrupted an L1 ISR, we'd disabled preemption earlier
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-class-ubi160 if it is corrupted (e.g., due to an interrupted volume update).
211 at the moment of the update was interrupted. The later may be

123456