Searched refs:_bank (Results 1 – 2 of 2) sorted by relevance
630 #define KLCONFIG_MEMBNK_SIZE(_info, _bank) \ argument631 ((_info)->membnk_bnksz[(_bank)])635 #define KLCONFIG_MEMBNK_PREMIUM(_info, _bank) \ argument636 ((_info)->membnk_attr & (MEMBNK_PREMIUM << (_bank)))
465 static __cpuinit long local_allocate_threshold_blocks(void *_bank) in local_allocate_threshold_blocks() argument467 unsigned int *bank = _bank; in local_allocate_threshold_blocks()