Searched refs:ch_lock (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_neo.c706 spin_lock_irqsave(&ch->ch_lock, lock_flags);
720 spin_unlock_irqrestore(&ch->ch_lock, lock_flags);
765 spin_lock_irqsave(&ch->ch_lock, lock_flags);
767 spin_unlock_irqrestore(&ch->ch_lock, lock_flags);
772 spin_lock_irqsave(&ch->ch_lock, lock_flags);
774 spin_unlock_irqrestore(&ch->ch_lock, lock_flags);
789 spin_lock_irqsave(&ch->ch_lock, lock_flags);
807 spin_unlock_irqrestore(&ch->ch_lock, lock_flags);
818 spin_lock_irqsave(&ch->ch_lock, lock_flags);
830 spin_unlock_irqrestore(&ch->ch_lock, lock_flag
[all...]
H A Djsm_tty.c410 spin_lock_init(&ch->ch_lock);
526 spin_lock_irqsave(&ch->ch_lock, lock_flags);
540 spin_unlock_irqrestore(&ch->ch_lock, lock_flags);
560 spin_unlock_irqrestore(&ch->ch_lock, lock_flags);
568 spin_unlock_irqrestore(&ch->ch_lock, lock_flags);
608 spin_unlock_irqrestore(&ch->ch_lock, lock_flags);
664 spin_unlock_irqrestore(&ch->ch_lock, lock_flags);
H A Djsm.h201 spinlock_t ch_lock; /* provide for serialization */ member in struct:jsm_channel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iget.c99 spinlock_init(&mp->m_chash[i].ch_lock,"xfshash");
112 spinlock_destroy(&mp->m_chash[i].ch_lock);
411 s = mutex_spinlock(&ch->ch_lock);
435 mutex_spinunlock(&ch->ch_lock, s);
461 mutex_spinunlock(&ch->ch_lock, s);
745 s = mutex_spinlock(&ch->ch_lock);
772 mutex_spinunlock(&ch->ch_lock, s);
H A Dxfs_inode.h201 lock_t ch_lock; member in struct:xfs_chash
H A Dxfs_inode.c3175 s = mutex_spinlock(&ch->ch_lock);
3229 mutex_spinunlock(&ch->ch_lock, s);
3266 mutex_spinunlock(&ch->ch_lock, s);

Completed in 117 milliseconds