Home
last modified time | relevance | path

Searched full:killed (Results 1 – 25 of 157) sorted by relevance

1234567

/linux/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
/linux/Documentation/trace/rv/
H A Dlinear_temporal_logic.rst95 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 Dcpu_ops.h30 * from the cpu to be killed.
32 * cpu being killed.
/linux/tools/tracing/rtla/src/
H A Dtimerlat_u.c104 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 Dmrelease_test.c23 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 Dlistns_efault_test.c90 * 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 Dnouveau_chan.c46 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 Dnouveau_fence.h55 int notify_ref, dead, killed; member
/linux/security/apparmor/include/
H A Dcapability.h25 * @kill: caps that when requested will result in the task being killed
/linux/tools/testing/selftests/ublk/
H A Dtest_generic_06.sh28 # killed. previously this relied on seeing an I/O timeout and so would
/linux/Documentation/driver-api/firmware/
H A Dfirmware_cache.rst47 * Upon suspend any pending non-uevent firmware requests are killed to avoid
/linux/tools/perf/
H A Dbuiltin-daemon.c43 * 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 Dsafesetid-test.c307 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 Dovercommit-accounting.rst24 killed while accessing pages but will receive errors on memory
/linux/tools/testing/selftests/arm64/signal/
H A DREADME36 - Most of these tests are successfully passing if the process gets killed by
/linux/include/linux/
H A Doom.h26 * determine what should be killed.
H A Dpercpu-refcount.h65 __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 Dsigreturn_kernel.c115 printf("All children killed as expected\n"); in test_sigreturn_kernel()
/linux/arch/arm/mach-sa1100/
H A Dpm.c22 * 2002-05-27: Nicolas Pitre Killed sleep.h and the kmalloced save array.
/linux/arch/hexagon/include/asm/
H A Dthread_info.h94 #define TIF_MEMDIE 17 /* OOM killer killed process */
/linux/arch/arm64/kernel/
H A Dpsci.c98 pr_info("CPU%d killed (polled %d ms)\n", cpu, in cpu_psci_cpu_kill()
/linux/arch/arm/kernel/
H A Dpsci_smp.c101 pr_info("CPU%d killed.\n", cpu); in psci_cpu_kill()
/linux/tools/testing/selftests/arm64/fp/
H A DREADME20 The test runs until killed by the user.
/linux/samples/seccomp/
H A Dbpf-fancy.c102 /* Now get killed */ in main()
/linux/tools/testing/selftests/lkdtm/
H A Drun.sh89 # the signal that killed the subprocess, we must ignore the failure and

1234567