Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aacraid/
Dcommsup.c2043 struct hw_fib **hw_fib_p; in fillup_pools() local
2046 hw_fib_p = hw_fib_pool; in fillup_pools()
2048 while (hw_fib_p < &hw_fib_pool[num]) { in fillup_pools()
2049 *(hw_fib_p) = kmalloc(sizeof(struct hw_fib), GFP_KERNEL); in fillup_pools()
2050 if (!(*(hw_fib_p++))) { in fillup_pools()
2051 --hw_fib_p; in fillup_pools()
2057 kfree(*(--hw_fib_p)); in fillup_pools()
2065 num = hw_fib_p - hw_fib_pool; in fillup_pools()
2078 struct hw_fib **hw_fib_p; in wakeup_fibctx_threads() local
2095 hw_fib_p = hw_fib_pool; in wakeup_fibctx_threads()
[all …]