Home
last modified time | relevance | path

Searched refs:map_words (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/mtd/
Dmap.h39 #define map_words(map) (1) macro
52 # define map_words(map) (1) macro
68 # define map_words(map) (1) macro
89 # undef map_words
90 # define map_words(map) map_calc_words(map) macro
95 # define map_words(map) map_calc_words(map) macro
110 # undef map_words
111 # define map_words(map) map_calc_words(map) macro
115 # define map_words(map) map_calc_words(map) macro
130 # undef map_words
[all …]
/Linux-v4.19/drivers/net/hyperv/
Dnetvsc.c313 size_t map_words; in netvsc_init_buf() local
478 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()
/Linux-v4.19/drivers/mtd/chips/
Dcfi_cmdset_0020.c850 for (w=0; w<map_words(map); w++) { in do_erase_oneblock()