Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dr4kcache.h563 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
570 for (ws = 0; ws < ws_end; ws += ws_inc) \
597 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
604 for (ws = 0; ws < ws_end; ws += ws_inc) \
/linux-4.1.27/arch/mips/mm/
Dc-r4k.c232 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit; in tx49_blast_icache32() local
239 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32()
244 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32()
263 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit; in tx49_blast_icache32_page_indexed() local
270 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32_page_indexed()
275 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32_page_indexed()
/linux-4.1.27/drivers/md/
Ddm-era-target.c363 static void ws_inc(void *context, const void *value) in ws_inc() function
401 vt->inc = ws_inc; in setup_writeset_tree_info()