Searched refs:next_alloc (Results 1 – 5 of 5) sorted by relevance
88 ws->next_alloc = team->work_shares[0].next_alloc; in alloc_work_share()89 team->work_shares[0].next_alloc = ws; in alloc_work_share()
283 struct gomp_work_share *next_alloc; member347 struct gomp_work_share *next_alloc; member398 [offsetof (struct gomp_work_share_1st_cacheline, next_alloc)399 == offsetof (struct gomp_work_share, next_alloc) ? 1 : -1];
202 team->work_shares[0].next_alloc = NULL; in gomp_new_team()990 if (__builtin_expect (team->work_shares[0].next_alloc != NULL, 0)) in gomp_team_end()992 struct gomp_work_share *ws = team->work_shares[0].next_alloc; in gomp_team_end()995 struct gomp_work_share *next_ws = ws->next_alloc; in gomp_team_end()
15320 next_ll fields. Reshuffle fields. Add next_alloc,15398 (free_team): Free gomp_work_share blocks chained through next_alloc,
309 symkey_alloc * next_alloc; in free_auth_mem() local319 for (alloc = authallocs; alloc != NULL; alloc = next_alloc) { in free_auth_mem()320 next_alloc = alloc->link; in free_auth_mem()