Searched refs:teardown_wq (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc.h754 wait_queue_head_t teardown_wq; /* kthread waiting to teardown infra */ member in struct:xpc_partition
977 wake_up(&part->teardown_wq);
H A Dxpc_main.c508 wait_event(part->teardown_wq, (atomic_read(&part->references) == 0));
936 init_waitqueue_head(&part->teardown_wq);

Completed in 68 milliseconds