Searched refs:stress_hpt_struct (Results 1 – 1 of 1) sorted by relevance
505 struct stress_hpt_struct { struct522 static struct stress_hpt_struct *stress_hpt_struct; argument1060 tmp = memblock_phys_alloc_range(sizeof(struct stress_hpt_struct) * NR_CPUS, in htab_initialize()1061 __alignof__(struct stress_hpt_struct), in htab_initialize()1063 memset((void *)tmp, 0xff, sizeof(struct stress_hpt_struct) * NR_CPUS); in htab_initialize()1064 stress_hpt_struct = __va(tmp); in htab_initialize()2067 last_group = stress_hpt_struct[cpu].last_group[g]; in hpt_clear_stress()2075 stress_hpt_struct[cpu].last_group[g] = -1; in hpt_clear_stress()2085 last_group = stress_hpt_struct[cpu].last_group[stress_nr_groups() - 1]; in hpt_do_stress()2100 stress_hpt_struct[cpu].last_group[stress_nr_groups() - 1] = -1; in hpt_do_stress()[all …]