Home
last modified time | relevance | path

Searched refs:fib_p (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/scsi/aacraid/
Dcommsup.c2044 struct fib **fib_p; in fillup_pools() local
2047 fib_p = fib_pool; in fillup_pools()
2055 *(fib_p) = kmalloc(sizeof(struct fib), GFP_KERNEL); in fillup_pools()
2056 if (!(*(fib_p++))) { in fillup_pools()
2079 struct fib **fib_p; in wakeup_fibctx_threads() local
2096 fib_p = fib_pool; in wakeup_fibctx_threads()
2137 newfib = *fib_p; in wakeup_fibctx_threads()
2138 *(fib_p++) = NULL; in wakeup_fibctx_threads()
2183 struct fib **fib_pool, **fib_p; in aac_process_events() local
2270 fib_p = fib_pool; in aac_process_events()
[all …]