Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_adp.c27 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()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/
H A Dutopia_adp.h9 #define MODULE_NUM 5 macro