Lines Matching refs:fib_p
2057 struct fib **fib_p; in fillup_pools() local
2060 fib_p = fib_pool; in fillup_pools()
2068 *(fib_p) = kmalloc(sizeof(struct fib), GFP_KERNEL); in fillup_pools()
2069 if (!(*(fib_p++))) { in fillup_pools()
2092 struct fib **fib_p; in wakeup_fibctx_threads() local
2109 fib_p = fib_pool; in wakeup_fibctx_threads()
2150 newfib = *fib_p; in wakeup_fibctx_threads()
2151 *(fib_p++) = NULL; in wakeup_fibctx_threads()
2196 struct fib **fib_pool, **fib_p; in aac_process_events() local
2283 fib_p = fib_pool; in aac_process_events()
2286 kfree(*fib_p); in aac_process_events()
2287 ++fib_p; in aac_process_events()