/linux-6.3-rc2/Documentation/security/ |
A D | sak.rst | 50 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
|
/linux-6.3-rc2/net/smc/ |
A D | smc_tx.c | 92 conn->killed || in smc_tx_wait() 217 conn->killed) in smc_tx_sendmsg() 584 if (conn->killed) in smcr_tx_sndbuf_nonempty() 656 if (conn->killed || in __smc_tx_sndbuf_nonempty() 758 if (conn->killed || in smc_tx_consumer_update() 762 !conn->killed) { in smc_tx_consumer_update()
|
A D | smc_close.c | 72 smc->conn.killed, in smc_close_stream_wait() 101 if (conn->killed) in smc_close_final()
|
A D | smc_rx.c | 273 conn->killed || in smc_rx_wait() 384 if (conn->killed) in smc_rx_recvmsg()
|
A D | smc_cdc.c | 81 if (conn->killed) { in smc_cdc_get_free_slot() 415 if (!conn || conn->killed) in smcd_cdc_rx_tsklet()
|
A D | smc.h | 236 u8 killed : 1; /* abnormal termination */ member
|
A D | smc_ism.c | 510 if (conn && !conn->killed) in smcd_handle_irq()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_chan.h | 58 atomic_t killed; member
|
A D | nouveau_chan.c | 50 atomic_set(&chan->killed, 1); in nouveau_channel_killed() 60 if (likely(chan && chan->fence && !atomic_read(&chan->killed))) { in nouveau_channel_idle() 152 atomic_set(&chan->killed, 0); in nouveau_channel_prep()
|
/linux-6.3-rc2/tools/testing/selftests/rcutorture/bin/ |
A D | kvm-recheck.sh | 50 echo QEMU killed
|
/linux-6.3-rc2/Documentation/mm/ |
A D | overcommit-accounting.rst | 25 killed while accessing pages but will receive errors on memory
|
A D | hwpoison.rst | 22 running process can just be killed directly instead. This implies
|
/linux-6.3-rc2/tools/testing/selftests/arm64/signal/ |
A D | README | 36 - Most of these tests are successfully passing if the process gets killed by
|
/linux-6.3-rc2/Documentation/driver-api/firmware/ |
A D | firmware_cache.rst | 47 * Upon suspend any pending non-uevent firmware requests are killed to avoid
|
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/ |
A D | README | 20 The test runs until killed by the user.
|
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/ |
A D | memcg_test.rst | 277 will be killed by the kernel. 280 in other groups shouldn't be killed.
|
/linux-6.3-rc2/drivers/nvdimm/ |
A D | bus.c | 554 bool killed; in nd_device_unregister() local 580 killed = kill_device(dev); in nd_device_unregister() 583 if (!killed) in nd_device_unregister()
|
/linux-6.3-rc2/Documentation/x86/ |
A D | buslock.rst | 109 In this case, the bus lock is not tolerated and the process is killed.
|
/linux-6.3-rc2/Documentation/sparc/oradax/ |
A D | dax-hv-api.txt | 33 …operation may be cancelled or killed via the ccb_kill API function. It is recommended for guest so… 131 referenced by a CCB must be pinned in memory until the CCB either completes execution or is killed 985 … 0x3 Command ran and was killed (partial execution may 1002 0x7 Command was killed 1367 … the virtual machine. It could not be killed and no action was taken. 1376 … will reflect the killed status, with the subsequent implications that 1395 …If the pipeline target CCB is killed but the pipeline source CCB was skipped, the completion area … 1396 … target CCB may contain status (4,0) "Command was skipped" instead of (3,7) "Command was killed". 1398 …If the pipeline source CCB is killed, the pipeline target CCB's completion status may read (1,0) "… 1399 … This does not mean the target CCB was processed; since the source CCB was killed, there was no [all …]
|
/linux-6.3-rc2/drivers/net/wireless/intersil/orinoco/ |
A D | orinoco_usb.c | 270 int killed; member 329 ctx->killed = 1; in ezusb_request_timerfn() 518 if (ctx->killed) { in ezusb_request_out_callback()
|
/linux-6.3-rc2/Documentation/driver-api/usb/ |
A D | callbacks.rst | 105 killed by usbcore. Note that in this case disconnect will be called some
|
/linux-6.3-rc2/fs/ |
A D | exec.c | 1073 goto killed; in de_thread() 1101 goto killed; in de_thread() 1168 killed: in de_thread()
|
/linux-6.3-rc2/kernel/ |
A D | fork.c | 1451 int killed; in wait_for_vfork_done() local 1454 killed = wait_for_completion_state(vfork, state); in wait_for_vfork_done() 1457 if (killed) { in wait_for_vfork_done() 1464 return killed; in wait_for_vfork_done()
|
/linux-6.3-rc2/arch/arc/kernel/ |
A D | entry-compact.S | 208 ; User process needs to be killed with SIGBUS, but first need to get
|
/linux-6.3-rc2/Documentation/security/keys/ |
A D | request-key.rst | 52 killed off as a group.
|