Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/aacraid/
H A 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()
H A 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()
1639 spin_unlock_irqrestore(&aac->fib_lock, flagv); in aac_reset_adapter()
1643 spin_unlock_irqrestore(&aac->fib_lock, flagv); in aac_reset_adapter()
1897 spin_lock_irqsave(&dev->fib_lock, flagv); in get_fib_count()
1903 spin_unlock_irqrestore(&dev->fib_lock, flagv); in get_fib_count()
1955 spin_lock_irqsave(&dev->fib_lock, flagv); in wakeup_fibctx_threads()
[all …]
H A Dcomminit.c382 spin_lock_init(&dev->fib_lock); in aac_comm_init()
H A Dlinit.c1672 spin_lock_init(&aac->fib_lock); in aac_probe_one()
H A Daacraid.h1552 spinlock_t fib_lock; member
/linux-6.15/drivers/net/netdevsim/
H A Dfib.c52 struct mutex fib_lock; /* Protects FIB HT and list */ member
1490 mutex_lock(&data->fib_lock); in nsim_fib_event_work()
1498 mutex_unlock(&data->fib_lock); in nsim_fib_event_work()
1510 mutex_lock(&data->fib_lock); in nsim_fib_flush_work()
1516 mutex_unlock(&data->fib_lock); in nsim_fib_flush_work()
1574 mutex_init(&data->fib_lock); in nsim_fib_create()
1635 mutex_destroy(&data->fib_lock); in nsim_fib_create()
1666 mutex_destroy(&data->fib_lock); in nsim_fib_destroy()
/linux-6.15/Documentation/networking/
H A Dfib_trie.rst114 fib_lock is used for an RW-lock in the same way that this is done in fib_hash.