Searched refs:readSem (Results 1 – 1 of 1) sorted by relevance
1202 struct semaphore readSem; member1216 up( &(pSem->readSem) );1250 struct QuecSem readSem; local1285 sema_init( &readSem.readSem, 0 );1286 readSem.magic = QUEC_SEM_MAGIC;1293 &readSem ) == false)1304 result = down_interruptible( &readSem.readSem );1307 result = down_timeout(&readSem.readSem, msecs_to_jiffies(200));1323 if ((*ppNotifyList)->mpData == &readSem)3688 struct QuecSem *readSem = kmalloc(sizeof(struct QuecSem ), GFP_KERNEL); local[all …]