Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/include/asm/
Dr4kcache.h206 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
211 for (ws = 0; ws < ws_end; ws += ws_inc) \
233 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
238 for (ws = 0; ws < ws_end; ws += ws_inc) \
322 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
327 for (ws = 0; ws < ws_end; ws += ws_inc) \
/linux-6.12.1/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()
245 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32()
/linux-6.12.1/drivers/md/
Ddm-era-target.c376 static void ws_inc(void *context, const void *value, unsigned int count) in ws_inc() function
419 vt->inc = ws_inc; in setup_writeset_tree_info()