Searched refs:map_words (Results 1 – 3 of 3) sorted by relevance
39 #define map_words(map) (1) macro52 # define map_words(map) (1) macro68 # define map_words(map) (1) macro89 # undef map_words90 # define map_words(map) map_calc_words(map) macro95 # define map_words(map) map_calc_words(map) macro110 # undef map_words111 # define map_words(map) map_calc_words(map) macro115 # define map_words(map) map_calc_words(map) macro130 # undef map_words[all …]
313 size_t map_words; in netvsc_init_buf() local478 map_words = DIV_ROUND_UP(net_device->send_section_cnt, BITS_PER_LONG); in netvsc_init_buf()480 net_device->send_section_map = kcalloc(map_words, sizeof(ulong), GFP_KERNEL); in netvsc_init_buf()
850 for (w=0; w<map_words(map); w++) { in do_erase_oneblock()