Searched refs:fib_pool (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/scsi/aacraid/ |
| H A D | commsup.c | 1901 struct fib **fib_pool, in fillup_pools() argument 1908 fib_p = fib_pool; in fillup_pools() 1932 struct fib **fib_pool, in wakeup_fibctx_threads() argument 1957 fib_p = fib_pool; in wakeup_fibctx_threads() 2044 struct fib **fib_pool, **fib_p; in aac_process_events() local 2108 fib_pool = kmalloc_objs(struct fib *, num); in aac_process_events() 2109 if (!fib_pool) in aac_process_events() 2116 num = fillup_pools(dev, hw_fib_pool, fib_pool, num); in aac_process_events() 2124 wakeup_fibctx_threads(dev, hw_fib_pool, fib_pool, in aac_process_events() 2130 fib_p = fib_pool; in aac_process_events() [all …]
|