Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/aacraid/
Dcommctrl.c205 spin_lock_irqsave(&dev->fib_lock, flags); in open_getadapter_fib()
219 spin_unlock_irqrestore(&dev->fib_lock, flags); in open_getadapter_fib()
272 spin_lock_irqsave(&dev->fib_lock, flags); in next_getadapter_fib()
288 spin_unlock_irqrestore(&dev->fib_lock, flags); in next_getadapter_fib()
295 spin_unlock_irqrestore(&dev->fib_lock, flags); in next_getadapter_fib()
314 spin_unlock_irqrestore(&dev->fib_lock, flags); in next_getadapter_fib()
327 spin_unlock_irqrestore(&dev->fib_lock, flags); in next_getadapter_fib()
344 spin_lock_irqsave(&dev->fib_lock, flags); in next_getadapter_fib()
434 spin_lock_irqsave(&dev->fib_lock, flags); in close_getadapter_fib()
436 spin_unlock_irqrestore(&dev->fib_lock, flags); in close_getadapter_fib()
Dcommsup.c253 spin_lock_irqsave(&dev->fib_lock, flags); in aac_fib_alloc()
256 spin_unlock_irqrestore(&dev->fib_lock, flags); in aac_fib_alloc()
260 spin_unlock_irqrestore(&dev->fib_lock, flags); in aac_fib_alloc()
292 spin_lock_irqsave(&fibptr->dev->fib_lock, flags); in aac_fib_free()
303 spin_unlock_irqrestore(&fibptr->dev->fib_lock, flags); in aac_fib_free()
1635 if (spin_trylock_irqsave(&aac->fib_lock, flagv) == 0) in aac_reset_adapter()
1639 spin_unlock_irqrestore(&aac->fib_lock, flagv); in aac_reset_adapter()
1643 spin_unlock_irqrestore(&aac->fib_lock, flagv); in aac_reset_adapter()
1708 if (spin_trylock_irqsave(&aac->fib_lock, flagv) == 0) in aac_check_health()
1712 spin_unlock_irqrestore(&aac->fib_lock, flagv); in aac_check_health()
[all …]
Dcomminit.c382 spin_lock_init(&dev->fib_lock); in aac_comm_init()
Dlinit.c1671 spin_lock_init(&aac->fib_lock); in aac_probe_one()
Daacraid.h1557 spinlock_t fib_lock; member
/Linux-v6.1/drivers/net/netdevsim/
Dfib.c52 struct mutex fib_lock; /* Protects FIB HT and list */ member
1489 mutex_lock(&data->fib_lock); in nsim_fib_event_work()
1497 mutex_unlock(&data->fib_lock); in nsim_fib_event_work()
1509 mutex_lock(&data->fib_lock); in nsim_fib_flush_work()
1515 mutex_unlock(&data->fib_lock); in nsim_fib_flush_work()
1573 mutex_init(&data->fib_lock); in nsim_fib_create()
1634 mutex_destroy(&data->fib_lock); in nsim_fib_create()
1665 mutex_destroy(&data->fib_lock); in nsim_fib_destroy()
/Linux-v6.1/Documentation/networking/
Dfib_trie.rst114 fib_lock is used for an RW-lock in the same way that this is done in fib_hash.