Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm2/radeon/
Dradeon_sa.c65 sa_manager->hole = &sa_manager->olist; in radeon_sa_bo_manager_init()
66 INIT_LIST_HEAD(&sa_manager->olist); in radeon_sa_bo_manager_init()
86 if (!list_empty(&sa_manager->olist)) { in radeon_sa_bo_manager_fini()
87 sa_manager->hole = &sa_manager->olist, in radeon_sa_bo_manager_fini()
89 if (!list_empty(&sa_manager->olist)) { in radeon_sa_bo_manager_fini()
93 list_for_each_entry_safe(sa_bo, tmp, &sa_manager->olist, olist) { in radeon_sa_bo_manager_fini()
151 if (sa_manager->hole == &sa_bo->olist) { in radeon_sa_bo_remove_locked()
152 sa_manager->hole = sa_bo->olist.prev; in radeon_sa_bo_remove_locked()
154 list_del_init(&sa_bo->olist); in radeon_sa_bo_remove_locked()
164 if (sa_manager->hole->next == &sa_manager->olist) in radeon_sa_bo_try_free()
[all …]
Dradeon.h398 struct list_head olist; member
409 struct list_head olist; member
/freebsd-12-stable/usr.bin/join/
Djoin.c95 static OLIST *olist; /* output field list */ variable
463 if (olist) in outoneline()
465 if (olist[cnt].filenum == (unsigned)F->number) in outoneline()
466 outfield(lp, olist[cnt].fieldno, 0); in outoneline()
467 else if (olist[cnt].filenum == 0) in outoneline()
493 if (olist) in outtwoline()
495 if (olist[cnt].filenum == 0) { in outtwoline()
500 } else if (olist[cnt].filenum == 1) in outtwoline()
501 outfield(lp1, olist[cnt].fieldno, 0); in outtwoline()
503 outfield(lp2, olist[cnt].fieldno, 0); in outtwoline()
[all …]
/freebsd-12-stable/contrib/binutils/ld/
Dmri.c130 struct section_name_struct *olist; in mri_draw_tree() local
141 for (olist = order; done == 0 && olist != NULL; olist = olist->next) in mri_draw_tree()
143 if (strcmp (alist->name, olist->name) == 0) in mri_draw_tree()
145 olist->vma = alist->vma; in mri_draw_tree()
/freebsd-12-stable/bin/dd/
Dargs.c413 } olist[] = { variable
426 op = bsearch(&tmp, olist, nitems(olist), sizeof(struct oflag), in f_oflag()
/freebsd-12-stable/sbin/ipf/ipmon/
Dipmon_y.y318 build_action(opt_t *olist, ipmon_doing_t *todo) in build_action() argument
328 while ((o = olist) != NULL) { in build_action()
341 olist = o->o_next; in build_action()
414 olist = o->o_next; in build_action()
/freebsd-12-stable/contrib/gcc/
Domp-low.c2028 lower_send_clauses (tree clauses, tree *ilist, tree *olist, omp_context *ctx) in lower_send_clauses() argument
2098 gimplify_and_add (x, olist); in lower_send_clauses()
2108 lower_send_shared_vars (tree *ilist, tree *olist, omp_context *ctx) in lower_send_shared_vars() argument
2145 gimplify_and_add (x, olist); in lower_send_shared_vars()
3593 tree new_stmt, stmt, body, bind, block, ilist, olist, new_body; in lower_omp_sections() local
3643 olist = NULL_TREE; in lower_omp_sections()
3644 lower_reduction_clauses (OMP_SECTIONS_CLAUSES (stmt), &olist, ctx); in lower_omp_sections()
3660 append_to_statement_list (olist, &new_body); in lower_omp_sections()
4155 tree olist, ilist, par_olist, par_ilist; in lower_omp_parallel() local
4197 olist = NULL_TREE; in lower_omp_parallel()
[all …]