Home
last modified time | relevance | path

Searched refs:olist (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_sa.c61 sa_manager->hole = &sa_manager->olist; in amdgpu_sa_bo_manager_init()
62 INIT_LIST_HEAD(&sa_manager->olist); in amdgpu_sa_bo_manager_init()
87 if (!list_empty(&sa_manager->olist)) { in amdgpu_sa_bo_manager_fini()
94 list_for_each_entry_safe(sa_bo, tmp, &sa_manager->olist, olist) { in amdgpu_sa_bo_manager_fini()
106 sa_manager->hole = sa_bo->olist.prev; in amdgpu_sa_bo_remove_locked()
108 list_del_init(&sa_bo->olist); in amdgpu_sa_bo_remove_locked()
122 list_for_each_entry_safe_from(sa_bo, tmp, &sa_manager->olist, olist) { in amdgpu_sa_bo_try_free()
135 if (hole != &sa_manager->olist) { in amdgpu_sa_bo_hole_soffset()
169 sa_manager->hole = &sa_bo->olist; in amdgpu_sa_bo_try_alloc()
294 INIT_LIST_HEAD(&(*sa_bo)->olist); in amdgpu_sa_bo_new()
[all …]
H A Damdgpu.h427 struct list_head olist; member
437 struct list_head olist; member
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_sa.c61 sa_manager->hole = &sa_manager->olist; in radeon_sa_bo_manager_init()
62 INIT_LIST_HEAD(&sa_manager->olist); in radeon_sa_bo_manager_init()
82 if (!list_empty(&sa_manager->olist)) { in radeon_sa_bo_manager_fini()
89 list_for_each_entry_safe(sa_bo, tmp, &sa_manager->olist, olist) { in radeon_sa_bo_manager_fini()
146 sa_manager->hole = sa_bo->olist.prev; in radeon_sa_bo_remove_locked()
148 list_del_init(&sa_bo->olist); in radeon_sa_bo_remove_locked()
162 list_for_each_entry_safe_from(sa_bo, tmp, &sa_manager->olist, olist) { in radeon_sa_bo_try_free()
174 if (hole != &sa_manager->olist) { in radeon_sa_bo_hole_soffset()
208 sa_manager->hole = &sa_bo->olist; in radeon_sa_bo_try_alloc()
330 INIT_LIST_HEAD(&(*sa_bo)->olist); in radeon_sa_bo_new()
[all …]
H A Dradeon.h556 struct list_head olist; member
568 struct list_head olist; member
/dragonfly/usr.bin/join/
H A Djoin.c451 if (olist) in outoneline()
454 outfield(lp, olist[cnt].fieldno, 0); in outoneline()
455 else if (olist[cnt].filenum == 0) in outoneline()
475 if (olist) in outtwoline()
477 if (olist[cnt].filenum == 0) { in outtwoline()
482 } else if (olist[cnt].filenum == 1) in outtwoline()
483 outfield(lp1, olist[cnt].fieldno, 0); in outtwoline()
485 outfield(lp2, olist[cnt].fieldno, 0); in outtwoline()
552 if ((olist = realloc(olist, in fieldarg()
556 olist[olistcnt].filenum = filenum; in fieldarg()
[all …]
/dragonfly/contrib/binutils-2.34/ld/
H A Dmri.c134 struct section_name_struct *olist; in mri_draw_tree() local
145 for (olist = order; done == 0 && olist != NULL; olist = olist->next) in mri_draw_tree()
147 if (strcmp (alist->name, olist->name) == 0) in mri_draw_tree()
149 olist->vma = alist->vma; in mri_draw_tree()
/dragonfly/contrib/binutils-2.27/ld/
H A Dmri.c132 struct section_name_struct *olist; in mri_draw_tree() local
143 for (olist = order; done == 0 && olist != NULL; olist = olist->next) in mri_draw_tree()
145 if (strcmp (alist->name, olist->name) == 0) in mri_draw_tree()
147 olist->vma = alist->vma; in mri_draw_tree()
/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-low.c5595 gimplify_assign (var, ref, olist); in lower_send_clauses()
5660 gimplify_assign (var, x, olist); in lower_send_shared_vars()
5958 olist = NULL; in lower_omp_sections()
5982 gimple_seq_add_seq (&new_body, olist); in lower_omp_sections()
7494 olist = NULL; in lower_omp_taskreg()
7545 gimple_bind_add_seq (bind, olist); in lower_omp_taskreg()
7854 olist = NULL; in lower_omp_target()
8004 gimplify_assign (var, x, &olist); in lower_omp_target()
8232 gimple_seq_add_stmt (&olist, in lower_omp_target()
8606 gimple_bind_add_seq (bind, olist); in lower_omp_target()
[all …]
H A Dgenmatch.c4514 hash_set <user_id *> olist; in parse_simplify() local
4515 oper_lists_set = &olist; in parse_simplify()
/dragonfly/contrib/gcc-4.7/gcc/
H A Domp-low.c2873 gimplify_assign (var, ref, olist); in lower_send_clauses()
2924 gimplify_assign (var, x, olist); in lower_send_shared_vars()
5822 gimple_seq ilist, dlist, olist, new_body, body; in lower_omp_sections() local
5870 olist = NULL; in lower_omp_sections()
5893 gimple_seq_add_seq (&new_body, olist); in lower_omp_sections()
6712 gimple_seq par_body, olist, ilist, par_olist, par_ilist, new_body; in lower_omp_taskreg() local
6760 olist = NULL; in lower_omp_taskreg()
6762 lower_send_clauses (clauses, &ilist, &olist, ctx); in lower_omp_taskreg()
6763 lower_send_shared_vars (&ilist, &olist, ctx); in lower_omp_taskreg()
6788 if (ilist || olist) in lower_omp_taskreg()
[all …]