Searched refs:fib_pool (Results 1 – 1 of 1) sorted by relevance
1749 struct fib ** fib_pool, ** fib_p; in aac_command_thread() local1777 fib_pool = NULL; in aac_command_thread()1780 && ((fib_pool = kmalloc(sizeof(struct fib *) * num, GFP_KERNEL)))) { in aac_command_thread()1782 fib_p = fib_pool; in aac_command_thread()1794 kfree(fib_pool); in aac_command_thread()1795 fib_pool = NULL; in aac_command_thread()1812 fib_p = fib_pool; in aac_command_thread()1880 fib_p = fib_pool; in aac_command_thread()1888 kfree(fib_pool); in aac_command_thread()