Home
last modified time | relevance | path

Searched refs:fib_lock (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/scsi/aacraid/
Dcommctrl.c207 spin_lock_irqsave(&dev->fib_lock, flags); in open_getadapter_fib()
221 spin_unlock_irqrestore(&dev->fib_lock, flags); in open_getadapter_fib()
258 spin_lock_irqsave(&dev->fib_lock, flags); in next_getadapter_fib()
274 spin_unlock_irqrestore(&dev->fib_lock, flags); in next_getadapter_fib()
281 spin_unlock_irqrestore(&dev->fib_lock, flags); in next_getadapter_fib()
300 spin_unlock_irqrestore(&dev->fib_lock, flags); in next_getadapter_fib()
313 spin_unlock_irqrestore(&dev->fib_lock, flags); in next_getadapter_fib()
330 spin_lock_irqsave(&dev->fib_lock, flags); in next_getadapter_fib()
420 spin_lock_irqsave(&dev->fib_lock, flags); in close_getadapter_fib()
422 spin_unlock_irqrestore(&dev->fib_lock, flags); in close_getadapter_fib()
Dcommsup.c208 spin_lock_irqsave(&dev->fib_lock, flags); in aac_fib_alloc()
211 spin_unlock_irqrestore(&dev->fib_lock, flags); in aac_fib_alloc()
215 spin_unlock_irqrestore(&dev->fib_lock, flags); in aac_fib_alloc()
247 spin_lock_irqsave(&fibptr->dev->fib_lock, flags); in aac_fib_free()
257 spin_unlock_irqrestore(&fibptr->dev->fib_lock, flags); in aac_fib_free()
1479 if (spin_trylock_irqsave(&aac->fib_lock, flagv) == 0) in aac_reset_adapter()
1483 spin_unlock_irqrestore(&aac->fib_lock, flagv); in aac_reset_adapter()
1487 spin_unlock_irqrestore(&aac->fib_lock, flagv); in aac_reset_adapter()
1574 if (spin_trylock_irqsave(&aac->fib_lock, flagv) == 0) in aac_check_health()
1578 spin_unlock_irqrestore(&aac->fib_lock, flagv); in aac_check_health()
[all …]
Dcomminit.c283 spin_lock_init(&dev->fib_lock); in aac_comm_init()
Dlinit.c1186 spin_lock_init(&aac->fib_lock); in aac_probe_one()
Daacraid.h1121 spinlock_t fib_lock; member
/linux-4.1.27/Documentation/networking/
Dfib_trie.txt110 fib_lock is used for an RW-lock in the same way that this is done in fib_hash.