Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c498 struct stress_hpt_struct { struct
515 static struct stress_hpt_struct *stress_hpt_struct; variable
1054 __alignof__(struct stress_hpt_struct), in htab_initialize()
1056 memset((void *)tmp, 0xff, sizeof(struct stress_hpt_struct) * NR_CPUS); in htab_initialize()
1057 stress_hpt_struct = __va(tmp); in htab_initialize()
2057 last_group = stress_hpt_struct[cpu].last_group[g]; in hpt_clear_stress()
2065 stress_hpt_struct[cpu].last_group[g] = -1; in hpt_clear_stress()
2090 stress_hpt_struct[cpu].last_group[stress_nr_groups() - 1] = -1; in hpt_do_stress()
2106 memmove(&stress_hpt_struct[cpu].last_group[1], in hpt_do_stress()
2107 &stress_hpt_struct[cpu].last_group[0], in hpt_do_stress()
[all …]