Home
last modified time | relevance | path

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

/drivers/scsi/aacraid/
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()
A Dcommsup.c245 spin_lock_irqsave(&dev->fib_lock, flags); in aac_fib_alloc()
248 spin_unlock_irqrestore(&dev->fib_lock, flags); in aac_fib_alloc()
252 spin_unlock_irqrestore(&dev->fib_lock, flags); in aac_fib_alloc()
284 spin_lock_irqsave(&fibptr->dev->fib_lock, flags); in aac_fib_free()
295 spin_unlock_irqrestore(&fibptr->dev->fib_lock, flags); in aac_fib_free()
1631 spin_unlock_irqrestore(&aac->fib_lock, flagv); in aac_reset_adapter()
1635 spin_unlock_irqrestore(&aac->fib_lock, flagv); in aac_reset_adapter()
1889 spin_lock_irqsave(&dev->fib_lock, flagv); in get_fib_count()
1895 spin_unlock_irqrestore(&dev->fib_lock, flagv); in get_fib_count()
1947 spin_lock_irqsave(&dev->fib_lock, flagv); in wakeup_fibctx_threads()
[all …]
A Dcomminit.c382 spin_lock_init(&dev->fib_lock); in aac_comm_init()
A Dlinit.c1672 spin_lock_init(&aac->fib_lock); in aac_probe_one()
A Daacraid.h1551 spinlock_t fib_lock; member
/drivers/net/netdevsim/
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()

Completed in 34 milliseconds