Home
last modified time | relevance | path

Searched defs:refcount_set (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c434 gomp_increment_refcount (splay_tree_key k, htab_t *refcount_set) in gomp_increment_refcount()
477 gomp_decrement_refcount (splay_tree_key k, htab_t *refcount_set, bool delete_p, in gomp_decrement_refcount()
544 htab_t *refcount_set) in gomp_map_vars_existing()
690 struct gomp_coalesce_buf *cbuf, htab_t *refcount_set) in gomp_map_fields_existing()
922 htab_t *refcount_set, in gomp_map_vars_internal()
1737 bool short_mapkind, htab_t *refcount_set, in gomp_map_vars()
1889 htab_t *refcount_set, struct goacc_asyncqueue *aq) in gomp_unmap_vars_internal()
1965 htab_t *refcount_set) in gomp_unmap_vars()
2577 htab_t refcount_set = htab_create (mapnum); in GOMP_target() local
2728 htab_t refcount_set = NULL; in GOMP_target_ext() local
[all …]
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Drefcount.h43 refcount_set(struct refcount *rc, int n) in refcount_set() function