Home
last modified time | relevance | path

Searched refs:zombie (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/kernel/time/
Dposix-clock.c39 if (!clk->zombie) in get_posix_clock()
161 if (clk->zombie) { in posix_clock_open()
237 clk->zombie = true; in posix_clock_unregister()
/linux-4.4.14/include/linux/
Dposix-clock.h122 bool zombie; member
/linux-4.4.14/drivers/usb/class/
Dusbtmc.c97 bool zombie; /* fd of disconnected device */ member
455 if (data->zombie) { in usbtmc_read()
636 if (data->zombie) { in usbtmc_write()
1043 if (data->zombie) { in usbtmc_ioctl()
1117 data->zombie = 0; in usbtmc_probe()
1203 data->zombie = 1; in usbtmc_disconnect()
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_epd.c72 list_add_tail(&ep->list, &scif_info.zombie); in scif_add_epd_to_zombie_list()
102 list_for_each_safe(pos, tmpq, &scif_info.zombie) { in scif_cleanup_zombie_epd()
Dscif_main.h99 struct list_head zombie; member
Dscif_main.c276 INIT_LIST_HEAD(&scif_info.zombie); in _scif_init()
Dscif_mmap.c159 list_for_each(item, &scif_info.zombie) { in scif_cleanup_rma_for_zombies()
/linux-4.4.14/Documentation/vm/
Dactive_mm.txt58 gets scheduled away in favour of a real thread, the "zombie" mm gets
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c2284 LIST_HEAD (zombie); in ptlrpc_svcpt_stop_threads()
2304 list_add(&thread->t_link, &zombie); in ptlrpc_svcpt_stop_threads()
2319 while (!list_empty(&zombie)) { in ptlrpc_svcpt_stop_threads()
2320 thread = list_entry(zombie.next, in ptlrpc_svcpt_stop_threads()
/linux-4.4.14/scripts/
Dspelling.txt1071 zombe||zombie
1072 zomebie||zombie
/linux-4.4.14/Documentation/x86/
Dkernel-stacks11 zombie. While the thread is in user space the kernel stack is empty
/linux-4.4.14/Documentation/thermal/
Dintel_powerclamp.txt288 Tasks: 197 total, 1 running, 196 sleeping, 0 stopped, 0 zombie
/linux-4.4.14/drivers/acpi/
Dthermal.c182 volatile u8 zombie; member
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt371 - /proc/PID/cgroup keeps reporting the cgroup that a zombie belonged
372 to before exiting. If the cgroup is removed before the zombie is
/linux-4.4.14/Documentation/filesystems/
Dproc.txt215 in an uninterruptible wait, Z is zombie,
284 uninterruptible wait, Z is zombie, T is traced or stopped)