Searched refs:hw_fib_pool (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | commsup.c | 2028 static int fillup_pools(struct aac_dev *dev, struct hw_fib **hw_fib_pool, in fillup_pools() argument 2035 hw_fib_p = hw_fib_pool; in fillup_pools() 2037 while (hw_fib_p < &hw_fib_pool[num]) { in fillup_pools() 2054 num = hw_fib_p - hw_fib_pool; in fillup_pools() 2059 struct hw_fib **hw_fib_pool, in wakeup_fibctx_threads() 2084 hw_fib_p = hw_fib_pool; in wakeup_fibctx_threads() 2118 if (hw_fib_p >= &hw_fib_pool[num]) { in wakeup_fibctx_threads() 2171 struct hw_fib **hw_fib_pool, **hw_fib_p; in aac_process_events() local 2232 hw_fib_pool = kmalloc_array(num, sizeof(struct hw_fib *), in aac_process_events() 2234 if (!hw_fib_pool) in aac_process_events() 2058 wakeup_fibctx_threads(struct aac_dev *dev, struct hw_fib **hw_fib_pool, struct fib **fib_pool, struct fib *fib, struct hw_fib *hw_fib, unsigned int num) wakeup_fibctx_threads() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | commsup.c | 2029 static int fillup_pools(struct aac_dev *dev, struct hw_fib **hw_fib_pool, in fillup_pools() argument 2036 hw_fib_p = hw_fib_pool; in fillup_pools() 2038 while (hw_fib_p < &hw_fib_pool[num]) { in fillup_pools() 2055 num = hw_fib_p - hw_fib_pool; in fillup_pools() 2060 struct hw_fib **hw_fib_pool, in wakeup_fibctx_threads() 2085 hw_fib_p = hw_fib_pool; in wakeup_fibctx_threads() 2119 if (hw_fib_p >= &hw_fib_pool[num]) { in wakeup_fibctx_threads() 2172 struct hw_fib **hw_fib_pool, **hw_fib_p; in aac_process_events() local 2233 hw_fib_pool = kmalloc_array(num, sizeof(struct hw_fib *), in aac_process_events() 2235 if (!hw_fib_pool) in aac_process_events() 2059 wakeup_fibctx_threads(struct aac_dev *dev, struct hw_fib **hw_fib_pool, struct fib **fib_pool, struct fib *fib, struct hw_fib *hw_fib, unsigned int num) wakeup_fibctx_threads() argument [all...] |
Completed in 7 milliseconds