Searched refs:MODULE_NUM (Results 1 – 2 of 2) sorted by relevance
27 static struct list_head KQueue_head_list[MODULE_NUM];29 static struct mutex KQueue_mutex[MODULE_NUM];31 static wait_queue_head_t wq[MODULE_NUM];32 static spinlock_t KQueue_spinlock[MODULE_NUM];191 for (i=0;i<MODULE_NUM;i++) in UADPDeleteKQueue()234 for ( i=0;i< MODULE_NUM; i++) in UADPKQueueInit()
9 #define MODULE_NUM 5 macro