Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dwork.c88 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()
Dlibgomp.h283 struct gomp_work_share *next_alloc; member
347 struct gomp_work_share *next_alloc; member
398 [offsetof (struct gomp_work_share_1st_cacheline, next_alloc)
399 == offsetof (struct gomp_work_share, next_alloc) ? 1 : -1];
Dteam.c202 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()
DChangeLog15320 next_ll fields. Reshuffle fields. Add next_alloc,
15398 (free_team): Free gomp_work_share blocks chained through next_alloc,
/netbsd/src/external/bsd/ntp/dist/libntp/
Dauthkeys.c309 symkey_alloc * next_alloc; in free_auth_mem() local
319 for (alloc = authallocs; alloc != NULL; alloc = next_alloc) { in free_auth_mem()
320 next_alloc = alloc->link; in free_auth_mem()