Searched refs:fib_p (Results 1 – 1 of 1) sorted by relevance
1749 struct fib ** fib_pool, ** fib_p; in aac_command_thread() local1782 fib_p = fib_pool; in aac_command_thread()1788 if (!(*(fib_p++) = kmalloc(sizeof(struct fib), GFP_KERNEL))) { in aac_command_thread()1812 fib_p = fib_pool; in aac_command_thread()1848 newfib = *fib_p; in aac_command_thread()1849 *(fib_p++) = NULL; in aac_command_thread()1880 fib_p = fib_pool; in aac_command_thread()1883 kfree(*fib_p); in aac_command_thread()1884 ++fib_p; in aac_command_thread()