Searched refs:zombie (Results 1 – 7 of 7) sorted by relevance
115 bool zombie; /* fd of disconnected device */ member613 if (data->zombie) { in usbtmc_read()794 if (data->zombie) { in usbtmc_write()1202 if (data->zombie) { in usbtmc_ioctl()1279 if (data->zombie) { in usbtmc_poll()1397 data->zombie = 0; in usbtmc_probe()1522 data->zombie = 1; in usbtmc_disconnect()
72 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()
99 struct list_head zombie; member
276 INIT_LIST_HEAD(&scif_info.zombie); in _scif_init()
159 list_for_each(item, &scif_info.zombie) { in scif_cleanup_rma_for_zombies()
2317 LIST_HEAD(zombie); in ptlrpc_svcpt_stop_threads()2337 list_add(&thread->t_link, &zombie); in ptlrpc_svcpt_stop_threads()2352 while (!list_empty(&zombie)) { in ptlrpc_svcpt_stop_threads()2353 thread = list_entry(zombie.next, in ptlrpc_svcpt_stop_threads()
182 volatile u8 zombie; member