Home
last modified time | relevance | path

Searched refs:THREAD_WAKEUP (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/raid/
Dmd_k.h336 #define THREAD_WAKEUP 0 macro
/linux-2.4.37.9/drivers/md/
Dmd.c2969 if (!test_bit(THREAD_WAKEUP, &thread->flags)) { in md_thread()
2976 clear_bit(THREAD_WAKEUP, &thread->flags); in md_thread()
2993 set_bit(THREAD_WAKEUP, &thread->flags); in md_wakeup_thread()