Searched refs:gstruct (Results 1 – 1 of 1) sorted by relevance
43 struct gstruct { struct47 static volatile struct gstruct gstruct __attribute__((aligned(512))); variable163 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()166 cvar = gstruct.a[rand() % A_LEN]; in test_workload()170 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()172 cvar = gstruct.a[rand() % A_LEN]; in test_workload()175 gstruct.b[rand() % B_LEN] = 'b'; in test_workload()178 cvar = gstruct.b[rand() % B_LEN]; in test_workload()182 gstruct.b[rand() % B_LEN] = 'b'; in test_workload()184 cvar = gstruct.b[rand() % B_LEN]; in test_workload()[all …]