Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/mtd/
Dmap.h25 #define map_words(map) (1) macro
38 # define map_words(map) (1) macro
54 # define map_words(map) (1) macro
75 # undef map_words
76 # define map_words(map) map_calc_words(map) macro
81 # define map_words(map) map_calc_words(map) macro
96 # undef map_words
97 # define map_words(map) map_calc_words(map) macro
101 # define map_words(map) map_calc_words(map) macro
116 # undef map_words
[all …]
/Linux-v5.15/drivers/net/hyperv/
Dnetvsc.c341 size_t map_words; in netvsc_init_buf() local
532 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()
/Linux-v5.15/drivers/mtd/chips/
Dcfi_cmdset_0020.c850 for (w=0; w<map_words(map); w++) { in do_erase_oneblock()