Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/mm/book3s64/
H A Dhash_utils.c768 struct stress_hpt_struct { struct
785 static struct stress_hpt_struct *stress_hpt_struct; argument
1324 __alignof__(struct stress_hpt_struct), in htab_initialize()
1326 memset((void *)tmp, 0xff, sizeof(struct stress_hpt_struct) * NR_CPUS); in htab_initialize()
1327 stress_hpt_struct = __va(tmp); in htab_initialize()
2315 last_group = stress_hpt_struct[cpu].last_group[g]; in hpt_clear_stress()
2323 stress_hpt_struct[cpu].last_group[g] = -1; in hpt_clear_stress()
2348 stress_hpt_struct[cpu].last_group[stress_nr_groups() - 1] = -1; in hpt_do_stress()
2364 memmove(&stress_hpt_struct[cpu].last_group[1], in hpt_do_stress()
2365 &stress_hpt_struct[cpu].last_group[0], in hpt_do_stress()
[all …]