Home
last modified time | relevance | path

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

/linux/include/linux/mtd/
A 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
81 # define map_words(map) map_calc_words(map) macro
96 # undef map_words
97 # define map_words(map) map_calc_words(map) macro
116 # undef map_words
117 # define map_words(map) map_calc_words(map) macro
135 #define map_words(map) (0) macro
[all …]
/linux/drivers/net/hyperv/
A Dnetvsc.c339 size_t map_words; in netvsc_init_buf() local
531 map_words = DIV_ROUND_UP(net_device->send_section_cnt, BITS_PER_LONG); in netvsc_init_buf()
533 net_device->send_section_map = kcalloc(map_words, sizeof(ulong), GFP_KERNEL); in netvsc_init_buf()
/linux/drivers/mtd/chips/
A Dcfi_cmdset_0020.c850 for (w=0; w<map_words(map); w++) { in do_erase_oneblock()

Completed in 10 milliseconds