Searched refs:hw_fib_p (Results 1 – 1 of 1) sorted by relevance
1904 struct hw_fib **hw_fib_p; in fillup_pools() local1907 hw_fib_p = hw_fib_pool; in fillup_pools()1909 while (hw_fib_p < &hw_fib_pool[num]) { in fillup_pools()1910 *(hw_fib_p) = kmalloc_obj(struct hw_fib); in fillup_pools()1911 if (!(*(hw_fib_p++))) { in fillup_pools()1912 --hw_fib_p; in fillup_pools()1918 kfree(*(--hw_fib_p)); in fillup_pools()1926 num = hw_fib_p - hw_fib_pool; in fillup_pools()1939 struct hw_fib **hw_fib_p; in wakeup_fibctx_threads() local1956 hw_fib_p = hw_fib_pool; in wakeup_fibctx_threads()[all …]