Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ip2/
Di2lib.c243 LOCK_INIT(&pB->Dbuf_spinlock); in i2InitChannels()
386 WRITE_LOCK_IRQSAVE(&pB->Dbuf_spinlock,flags); in i2DeQueueNeeds()
398 WRITE_UNLOCK_IRQRESTORE(&pB->Dbuf_spinlock,flags); in i2DeQueueNeeds()
465 WRITE_LOCK_IRQSAVE(&pB->Dbuf_spinlock,flags); in i2QueueNeeds()
475 WRITE_UNLOCK_IRQRESTORE(&pB->Dbuf_spinlock,flags); in i2QueueNeeds()
Di2ellis.h363 rwlock_t Dbuf_spinlock; member