Lines Matching refs:fib_pool
2040 struct fib **fib_pool, in fillup_pools() argument
2047 fib_p = fib_pool; in fillup_pools()
2071 struct fib **fib_pool, in wakeup_fibctx_threads() argument
2096 fib_p = fib_pool; in wakeup_fibctx_threads()
2183 struct fib **fib_pool, **fib_p; in aac_process_events() local
2248 fib_pool = kmalloc_array(num, sizeof(struct fib *), GFP_KERNEL); in aac_process_events()
2249 if (!fib_pool) in aac_process_events()
2256 num = fillup_pools(dev, hw_fib_pool, fib_pool, num); in aac_process_events()
2264 wakeup_fibctx_threads(dev, hw_fib_pool, fib_pool, in aac_process_events()
2270 fib_p = fib_pool; in aac_process_events()
2277 kfree(fib_pool); in aac_process_events()