Lines Matching refs:hw_fib_p
2033 struct hw_fib **hw_fib_p; in fillup_pools() local
2036 hw_fib_p = hw_fib_pool; in fillup_pools()
2038 while (hw_fib_p < &hw_fib_pool[num]) { in fillup_pools()
2039 *(hw_fib_p) = kmalloc(sizeof(struct hw_fib), GFP_KERNEL); in fillup_pools()
2040 if (!(*(hw_fib_p++))) { in fillup_pools()
2041 --hw_fib_p; in fillup_pools()
2047 kfree(*(--hw_fib_p)); in fillup_pools()
2055 num = hw_fib_p - hw_fib_pool; in fillup_pools()
2068 struct hw_fib **hw_fib_p; in wakeup_fibctx_threads() local
2085 hw_fib_p = hw_fib_pool; in wakeup_fibctx_threads()
2119 if (hw_fib_p >= &hw_fib_pool[num]) { in wakeup_fibctx_threads()
2125 hw_newfib = *hw_fib_p; in wakeup_fibctx_threads()
2126 *(hw_fib_p++) = NULL; in wakeup_fibctx_threads()
2172 struct hw_fib **hw_fib_pool, **hw_fib_p; in aac_process_events() local
2259 hw_fib_p = hw_fib_pool; in aac_process_events()
2261 while (hw_fib_p < &hw_fib_pool[num]) { in aac_process_events()
2262 kfree(*hw_fib_p); in aac_process_events()
2265 ++hw_fib_p; in aac_process_events()