Home
last modified time | relevance | path

Searched refs:killed (Results 1 – 25 of 77) sorted by relevance

1234

/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_tx.c89 conn->killed || in smc_tx_wait()
159 conn->killed) in smc_tx_sendmsg()
502 if (conn->killed) in smcr_tx_sndbuf_nonempty()
563 if (conn->killed || in smc_tx_sndbuf_nonempty()
625 if (conn->killed || in smc_tx_consumer_update()
629 !conn->killed) { in smc_tx_consumer_update()
H A Dsmc_rx.c209 conn->killed || in smc_rx_wait()
313 if (conn->killed) in smc_rx_recvmsg()
H A Dsmc_close.c69 smc->conn.killed, in smc_close_stream_wait()
98 if (conn->killed) in smc_close_final()
H A Dsmc_cdc.c71 if (conn->killed) { in smc_cdc_get_free_slot()
400 if (!conn || conn->killed) in smcd_cdc_rx_tsklet()
H A Dsmc.h213 u8 killed : 1; /* abnormal termination */ member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/rockchip/
H A Drockchip_system_monitor.txt9 - rockchip,video-4k-offline-cpus: A string containing cpus which will be killed
18 - rockchip,temp-offline-cpus: A string containing cpus which will be killed
/OK3568_Linux_fs/kernel/Documentation/security/
H A Dsak.rst50 actually want killed. This is because these applications are
54 You can identify processes which will be killed by SAK with the
65 So ``gpm`` will be killed by SAK. This is a bug in gpm. It should
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchangf100.h13 bool killed; member
H A Dchangk104.h15 bool killed; member
H A Dgpfifogf100.c166 if (!list_empty(&chan->head) && !chan->killed) { in gf100_fifo_gpfifo_fini()
188 if (list_empty(&chan->head) && !chan->killed) { in gf100_fifo_gpfifo_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.h54 atomic_t killed; member
H A Dnouveau_chan.c54 atomic_set(&chan->killed, 1); in nouveau_channel_killed()
63 if (likely(chan && chan->fence && !atomic_read(&chan->killed))) { in nouveau_channel_idle()
163 atomic_set(&chan->killed, 0); in nouveau_channel_prep()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dbig.c423 int killed = 0; in wrapup() local
427 if (!killed) { in wrapup()
428 killed++; in wrapup()
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/dhcpcd/files/
H A D0001-privsep-linux-fix-SECCOMP_AUDIT_ARCH-missing-ppc64le.patch6 when dhcpcd running on ppc64le platform, it would be killed by SIGSYS.
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A DTransition-notes106 Corollary 1: ps_tq_active can be killed. Indeed, the only place where we
112 Corollary 2: ps_spinlock can be killed. Indeed, Lemma 1 and Lemma 2 show
118 can be killed. Indeed, we are not holding pd_lock and thus pd_busy is already
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck.sh45 echo QEMU killed
H A Dkvm-test-1-run.sh247 echo "PID $qemu_pid killed due to run STOP request" >> $resdir/Warnings 2>&1
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/ltp/
H A D0001-syscalls-pread02-extend-buffer-to-avoid-glibc-overflow-detection.patch11 tst_test.c:1484: TBROK: Test killed by SIGIOT/SIGABRT!
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dovercommit-accounting.rst27 killed while accessing pages but will receive errors on memory
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/
H A Dglibc-locale.inc14 # to decrease initial boot time and avoid localedef being killed by the OOM
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/
H A DREADME36 - Most of these tests are successfully passing if the process gets killed by
/OK3568_Linux_fs/kernel/Documentation/driver-api/firmware/
H A Dfirmware_cache.rst47 * Upon suspend any pending non-uevent firmware requests are killed to avoid
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dmemcg_test.rst288 will be killed by the kernel.
291 in other groups shouldn't be killed.
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/
H A DREADME20 The test runs until killed by the user.
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dbus.c562 bool killed; in nd_device_unregister() local
588 killed = kill_device(dev); in nd_device_unregister()
591 if (!killed) in nd_device_unregister()

1234