Lines Matching refs:hb_spinlock
371 spin_lock_init(&hashbin->hb_spinlock); in hashbin_new()
400 spin_lock_irqsave_nested(&hashbin->hb_spinlock, flags, in hashbin_delete()
424 spin_unlock_irqrestore(&hashbin->hb_spinlock, flags); in hashbin_delete()
465 spin_lock_irqsave(&hashbin->hb_spinlock, flags); in hashbin_insert()
484 spin_unlock_irqrestore(&hashbin->hb_spinlock, flags); in hashbin_insert()
505 spin_lock_irqsave(&hashbin->hb_spinlock, flags); in hashbin_remove_first()
537 spin_unlock_irqrestore(&hashbin->hb_spinlock, flags); in hashbin_remove_first()
576 spin_lock_irqsave(&hashbin->hb_spinlock, flags); in hashbin_remove()
625 spin_unlock_irqrestore(&hashbin->hb_spinlock, flags); in hashbin_remove()
661 spin_lock_irqsave(&hashbin->hb_spinlock, flags); in hashbin_remove_this()
694 spin_unlock_irqrestore(&hashbin->hb_spinlock, flags); in hashbin_remove_this()
770 spin_lock_irqsave(&hashbin->hb_spinlock, flags); in hashbin_lock_find()
778 spin_unlock_irqrestore(&hashbin->hb_spinlock, flags); in hashbin_lock_find()
801 spin_lock_irqsave(&hashbin->hb_spinlock, flags); in hashbin_find_next()
820 spin_unlock_irqrestore(&hashbin->hb_spinlock, flags); in hashbin_find_next()