Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c771 struct stress_hpt_struct { struct
788 static struct stress_hpt_struct *stress_hpt_struct; variable
1339 tmp = memblock_phys_alloc_range(sizeof(struct stress_hpt_struct) * NR_CPUS, in htab_initialize()
1340 __alignof__(struct stress_hpt_struct), in htab_initialize()
1342 memset((void *)tmp, 0xff, sizeof(struct stress_hpt_struct) * NR_CPUS); in htab_initialize()
1343 stress_hpt_struct = __va(tmp); in htab_initialize()
2334 last_group = stress_hpt_struct[cpu].last_group[g]; in hpt_clear_stress()
2342 stress_hpt_struct[cpu].last_group[g] = -1; in hpt_clear_stress()
2352 last_group = stress_hpt_struct[cpu].last_group[stress_nr_groups() - 1]; in hpt_do_stress()
2367 stress_hpt_struct[cpu].last_group[stress_nr_groups() - 1] = -1; in hpt_do_stress()
[all …]