Searched refs:hb_mutex (Results 1 – 2 of 2) sorted by relevance
71 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()
78 spinlock_t hb_mutex[HASHBIN_SIZE] ALIGN; member