Searched refs:hw_fib_p (Results 1 – 1 of 1) sorted by relevance
2037 struct hw_fib **hw_fib_p; in fillup_pools() local2040 hw_fib_p = hw_fib_pool; in fillup_pools()2042 while (hw_fib_p < &hw_fib_pool[num]) { in fillup_pools()2043 *(hw_fib_p) = kmalloc(sizeof(struct hw_fib), GFP_KERNEL); in fillup_pools()2044 if (!(*(hw_fib_p++))) { in fillup_pools()2045 --hw_fib_p; in fillup_pools()2051 kfree(*(--hw_fib_p)); in fillup_pools()2059 num = hw_fib_p - hw_fib_pool; in fillup_pools()2072 struct hw_fib **hw_fib_p; in wakeup_fibctx_threads() local2089 hw_fib_p = hw_fib_pool; in wakeup_fibctx_threads()[all …]