Home
last modified time | relevance | path

Searched refs:Obuf_spinlock (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/char/ip2/
Di2lib.c268 LOCK_INIT(&pCh->Obuf_spinlock); in i2InitChannels()
631 lock_var_p = &pCh->Obuf_spinlock; in i2QueueCommands()
760 WRITE_UNLOCK_IRQRESTORE(&pCh->Obuf_spinlock,flags); in i2QueueCommands()
1059 READ_LOCK_IRQSAVE(&pCh->Obuf_spinlock,flags); in i2Output()
1061 READ_UNLOCK_IRQRESTORE(&pCh->Obuf_spinlock,flags); in i2Output()
1089 WRITE_LOCK_IRQSAVE(&pCh->Obuf_spinlock,flags); in i2Output()
1121 WRITE_UNLOCK_IRQRESTORE(&pCh->Obuf_spinlock,flags); in i2Output()
1373 READ_LOCK_IRQSAVE(&pCh->Obuf_spinlock,flags); in i2OutputFree()
1375 READ_UNLOCK_IRQRESTORE(&pCh->Obuf_spinlock,flags); in i2OutputFree()
2033 WRITE_LOCK_IRQSAVE(&pCh->Obuf_spinlock,flags); in i2StuffFifoInline()
[all …]
Di2lib.h232 rwlock_t Obuf_spinlock; member
/linux-2.4.37.9/drivers/char/
Dip2main.c2106 READ_LOCK_IRQSAVE(&pCh->Obuf_spinlock,flags); in ip2_chars_in_buf()
2108 READ_UNLOCK_IRQRESTORE(&pCh->Obuf_spinlock,flags); in ip2_chars_in_buf()