Home
last modified time | relevance | path

Searched refs:map_words (Results 1 - 5 of 5) sorted by relevance

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

Completed in 12 milliseconds