| /linux/Documentation/security/ |
| H 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/Documentation/trace/rv/ |
| H A D | linear_temporal_logic.rst | 95 RULE = always (ACQUIRE imply ((not KILLED and not CRASHED) until RELEASE)) 97 which says: if `ACQUIRE`, then `RELEASE` must happen before `KILLED` or 105 ALIVE = not KILLED and not CRASHED
|
| /linux/arch/arm64/include/asm/ |
| H A D | cpu_ops.h | 30 * from the cpu to be killed. 32 * cpu being killed.
|
| /linux/tools/tracing/rtla/src/ |
| H A D | timerlat_u.c | 104 int killed = 0; in timerlat_u_send_kill() local 112 killed++; in timerlat_u_send_kill() 117 return killed; in timerlat_u_send_kill()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | mrelease_test.c | 23 int timeout = 10; /* 10sec timeout to get killed */ in alloc_noexit() 39 /* Wait to be killed (when reparenting happens) */ in alloc_noexit() 70 /* Allocate and fault-in memory and wait to be killed */ in child_main()
|
| /linux/tools/testing/selftests/namespaces/ |
| H A D | listns_efault_test.c | 90 * Loop calling listns() until killed. in TEST() 185 /* Should have been killed */ in TEST() 303 * Loop calling listns() until killed. in TEST() 401 /* Should have been killed */ in TEST() 458 * Loop calling listns() until killed. in TEST() 543 /* Should have been killed */
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_chan.c | 46 atomic_set(&chan->killed, 1); in nouveau_channel_kill() 57 NV_PRINTK(warn, cli, "channel %d killed!\n", chan->chid); in nouveau_channel_killed() 59 if (unlikely(!atomic_read(&chan->killed))) in nouveau_channel_killed() 68 if (likely(chan && chan->fence && !atomic_read(&chan->killed))) { in nouveau_channel_idle() 158 atomic_set(&chan->killed, 0); in nouveau_channel_prep()
|
| H A D | nouveau_fence.h | 55 int notify_ref, dead, killed; member
|
| /linux/security/apparmor/include/ |
| H A D | capability.h | 25 * @kill: caps that when requested will result in the task being killed
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | test_generic_06.sh | 28 # killed. previously this relied on seeing an I/O timeout and so would
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | firmware_cache.rst | 47 * Upon suspend any pending non-uevent firmware requests are killed to avoid
|
| /linux/tools/perf/ |
| H A D | builtin-daemon.c | 43 * KILL - session is pending to be killed 55 * KILL - session needs to be killed 63 * RECONFIG - session is killed and re-run with new config 64 * KILL - session is killed 426 pr_info("session '%s' killed (signal %d)\n", in handle_signalfd() 995 pr_info("reconfig: session '%s' killed\n", session->name); in daemon__reconfig() 1004 pr_info("reconfig: session '%s' killed\n", session->name); in daemon__reconfig()
|
| /linux/tools/testing/selftests/safesetid/ |
| H A D | safesetid-test.c | 307 die("killed unexpectedly\n"); in test_setuid() 363 die("killed unexpectedly\n"); in test_setgid() 428 die("killed unexpectedly\n"); in test_setgroups()
|
| /linux/Documentation/mm/ |
| H A D | overcommit-accounting.rst | 24 killed while accessing pages but will receive errors on memory
|
| /linux/tools/testing/selftests/arm64/signal/ |
| H A D | README | 36 - Most of these tests are successfully passing if the process gets killed by
|
| /linux/include/linux/ |
| H A D | oom.h | 26 * determine what should be killed.
|
| H A D | percpu-refcount.h | 65 __PERCPU_REF_DEAD = 1LU << 1, /* (being) killed */ 295 * Increment a percpu refcount unless it has already been killed. Returns
|
| /linux/tools/testing/selftests/powerpc/signal/ |
| H A D | sigreturn_kernel.c | 115 printf("All children killed as expected\n"); in test_sigreturn_kernel()
|
| /linux/arch/arm/mach-sa1100/ |
| H A D | pm.c | 22 * 2002-05-27: Nicolas Pitre Killed sleep.h and the kmalloced save array.
|
| /linux/arch/hexagon/include/asm/ |
| H A D | thread_info.h | 94 #define TIF_MEMDIE 17 /* OOM killer killed process */
|
| /linux/arch/arm64/kernel/ |
| H A D | psci.c | 98 pr_info("CPU%d killed (polled %d ms)\n", cpu, in cpu_psci_cpu_kill()
|
| /linux/arch/arm/kernel/ |
| H A D | psci_smp.c | 101 pr_info("CPU%d killed.\n", cpu); in psci_cpu_kill()
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | README | 20 The test runs until killed by the user.
|
| /linux/samples/seccomp/ |
| H A D | bpf-fancy.c | 102 /* Now get killed */ in main()
|
| /linux/tools/testing/selftests/lkdtm/ |
| H A D | run.sh | 89 # the signal that killed the subprocess, we must ignore the failure and
|