Searched refs:map_words (Results 1 – 3 of 3) sorted by relevance
25 #define map_words(map) (1) macro38 # define map_words(map) (1) macro54 # define map_words(map) (1) macro75 # undef map_words76 # define map_words(map) map_calc_words(map) macro81 # define map_words(map) map_calc_words(map) macro96 # undef map_words97 # define map_words(map) map_calc_words(map) macro101 # define map_words(map) map_calc_words(map) macro116 # undef map_words[all …]
341 size_t map_words; in netvsc_init_buf() local532 map_words = DIV_ROUND_UP(net_device->send_section_cnt, BITS_PER_LONG); in netvsc_init_buf()534 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()