Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Dcommsup.c2033 struct fib **fib_p; in fillup_pools() local
2036 fib_p = fib_pool; in fillup_pools()
2044 *(fib_p) = kmalloc(sizeof(struct fib), GFP_KERNEL); in fillup_pools()
2045 if (!(*(fib_p++))) { in fillup_pools()
2068 struct fib **fib_p; in wakeup_fibctx_threads() local
2085 fib_p = fib_pool; in wakeup_fibctx_threads()
2126 newfib = *fib_p; in wakeup_fibctx_threads()
2127 *(fib_p++) = NULL; in wakeup_fibctx_threads()
2172 struct fib **fib_pool, **fib_p; in aac_process_events() local
2259 fib_p in aac_process_events()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Dcommsup.c2034 struct fib **fib_p; in fillup_pools() local
2037 fib_p = fib_pool; in fillup_pools()
2045 *(fib_p) = kmalloc(sizeof(struct fib), GFP_KERNEL); in fillup_pools()
2046 if (!(*(fib_p++))) { in fillup_pools()
2069 struct fib **fib_p; in wakeup_fibctx_threads() local
2086 fib_p = fib_pool; in wakeup_fibctx_threads()
2127 newfib = *fib_p; in wakeup_fibctx_threads()
2128 *(fib_p++) = NULL; in wakeup_fibctx_threads()
2173 struct fib **fib_pool, **fib_p; in aac_process_events() local
2260 fib_p in aac_process_events()
[all...]

Completed in 6 milliseconds