Searched refs:START_MONITOR_THREAD (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/block/ |
D | cciss.h | 114 #define START_MONITOR_THREAD(h, cmd, count, cciss_monitor, rc) \ macro 126 #define START_MONITOR_THREAD(a,b,c,d,rc) (*rc == 0) macro
|
D | cciss.c | 344 if (START_MONITOR_THREAD(h, cmd, count, cciss_monitor, &rc) == 0) in cciss_proc_write()
|