Searched refs:gstruct (Results 1 – 1 of 1) sorted by relevance
44 struct gstruct { struct48 static volatile struct gstruct gstruct __attribute__((aligned(512))); argument164 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()167 cvar = gstruct.a[rand() % A_LEN]; in test_workload()171 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()173 cvar = gstruct.a[rand() % A_LEN]; in test_workload()176 gstruct.b[rand() % B_LEN] = 'b'; in test_workload()179 cvar = gstruct.b[rand() % B_LEN]; in test_workload()183 gstruct.b[rand() % B_LEN] = 'b'; in test_workload()185 cvar = gstruct.b[rand() % B_LEN]; in test_workload()[all …]