Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/
Dr4kcache.h535 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
540 for (ws = 0; ws < ws_end; ws += ws_inc) \
561 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
566 for (ws = 0; ws < ws_end; ws += ws_inc) \
684 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
689 for (ws = 0; ws < ws_end; ws += ws_inc) \
/Linux-v5.4/arch/mips/mm/
Dc-r4k.c265 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit; in tx49_blast_icache32() local
272 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32()
277 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32()
296 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit; in tx49_blast_icache32_page_indexed() local
303 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32_page_indexed()
308 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32_page_indexed()
/Linux-v5.4/drivers/md/
Ddm-era-target.c365 static void ws_inc(void *context, const void *value) in ws_inc() function
403 vt->inc = ws_inc; in setup_writeset_tree_info()