Searched refs:fib_pool (Results 1 – 1 of 1) sorted by relevance
1778 struct fib ** fib_pool, ** fib_p; in aac_command_thread() local1806 fib_pool = NULL; in aac_command_thread()1809 && ((fib_pool = kmalloc(sizeof(struct fib *) * num, GFP_KERNEL)))) { in aac_command_thread()1811 fib_p = fib_pool; in aac_command_thread()1823 kfree(fib_pool); in aac_command_thread()1824 fib_pool = NULL; in aac_command_thread()1841 fib_p = fib_pool; in aac_command_thread()1909 fib_p = fib_pool; in aac_command_thread()1917 kfree(fib_pool); in aac_command_thread()