Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/irda/
Dirqueue.c71 hashbin->hb_mutex[i] = SPIN_LOCK_UNLOCKED; in hashbin_new()
171 spin_lock_irqsave( &hashbin->hb_mutex[ bin ], flags); in hashbin_insert()
200 spin_unlock_irqrestore( &hashbin->hb_mutex[ bin], flags); in hashbin_insert()
233 spin_lock_irqsave( &hashbin->hb_mutex[ bin ], flags); in hashbin_find()
269 spin_unlock_irqrestore( &hashbin->hb_mutex[ bin], flags); in hashbin_find()
325 spin_lock_irqsave( &hashbin->hb_mutex[ bin ], flags); in hashbin_remove()
378 spin_unlock_irqrestore( &hashbin->hb_mutex[ bin], flags); in hashbin_remove()
428 spin_lock_irqsave( &hashbin->hb_mutex[ bin ], flags); in hashbin_remove_this()
453 spin_unlock_irqrestore( &hashbin->hb_mutex[ bin], flags); in hashbin_remove_this()
/linux-2.4.37.9/include/net/irda/
Dirqueue.h78 spinlock_t hb_mutex[HASHBIN_SIZE] ALIGN; member