Searched refs:fib_pool (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/scsi/aacraid/ |
D | commsup.c | 2029 struct fib **fib_pool, in fillup_pools() argument 2036 fib_p = fib_pool; in fillup_pools() 2060 struct fib **fib_pool, in wakeup_fibctx_threads() argument 2085 fib_p = fib_pool; in wakeup_fibctx_threads() 2172 struct fib **fib_pool, **fib_p; in aac_process_events() local 2237 fib_pool = kmalloc_array(num, sizeof(struct fib *), GFP_KERNEL); in aac_process_events() 2238 if (!fib_pool) in aac_process_events() 2245 num = fillup_pools(dev, hw_fib_pool, fib_pool, num); in aac_process_events() 2253 wakeup_fibctx_threads(dev, hw_fib_pool, fib_pool, in aac_process_events() 2259 fib_p = fib_pool; in aac_process_events() [all …]
|