Searched refs:map_words (Results 1 – 4 of 4) 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 …]
400 net_device->map_words = DIV_ROUND_UP(net_device->send_section_cnt, in netvsc_init_buf()404 kzalloc(net_device->map_words * sizeof(ulong), GFP_KERNEL); in netvsc_init_buf()683 u32 max_words = net_device->map_words; in netvsc_get_next_send_section()
684 int map_words; member
849 for (w=0; w<map_words(map); w++) { in do_erase_oneblock()