Searched refs:fib_pool (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/scsi/aacraid/ |
| H A D | commsup.c | 1909 struct fib **fib_pool, in fillup_pools() argument 1916 fib_p = fib_pool; in fillup_pools() 1940 struct fib **fib_pool, in wakeup_fibctx_threads() argument 1965 fib_p = fib_pool; in wakeup_fibctx_threads() 2052 struct fib **fib_pool, **fib_p; in aac_process_events() local 2117 fib_pool = kmalloc_array(num, sizeof(struct fib *), GFP_KERNEL); in aac_process_events() 2118 if (!fib_pool) in aac_process_events() 2125 num = fillup_pools(dev, hw_fib_pool, fib_pool, num); in aac_process_events() 2133 wakeup_fibctx_threads(dev, hw_fib_pool, fib_pool, in aac_process_events() 2139 fib_p = fib_pool; in aac_process_events() [all …]
|