Searched refs:refcount_set (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | target.c | 434 gomp_increment_refcount (splay_tree_key k, htab_t *refcount_set) in gomp_increment_refcount() argument 446 if (refcount_set) in gomp_increment_refcount() 448 if (htab_find (*refcount_set, refcount_ptr)) in gomp_increment_refcount() 450 uintptr_t **slot = htab_find_slot (refcount_set, refcount_ptr, INSERT); in gomp_increment_refcount() 477 gomp_decrement_refcount (splay_tree_key k, htab_t *refcount_set, bool delete_p, in gomp_decrement_refcount() argument 499 if (refcount_set) in gomp_decrement_refcount() 501 if (htab_find (*refcount_set, refcount_ptr)) in gomp_decrement_refcount() 507 uintptr_t **slot = htab_find_slot (refcount_set, refcount_ptr, INSERT); in gomp_decrement_refcount() 544 htab_t *refcount_set) in gomp_map_vars_existing() argument 610 gomp_increment_refcount (oldn, refcount_set); in gomp_map_vars_existing() [all …]
|
H A D | ChangeLog | 2079 (gomp_map_vars_existing): Add refcount_set parameter, adjust to use 2081 (gomp_map_fields_existing): Add refcount_set parameter, adjust calls 2083 (gomp_map_vars_internal): Add refcount_set parameter, add local openmp_p 2088 (gomp_map_vars): Adjust to static, add refcount_set parameter, manage 2089 local refcount_set if caller passed in NULL, adjust call to 2099 (gomp_unmap_vars_internal): Add refcount_set parameter, adjust to use 2101 (gomp_unmap_vars): Adjust to static, add refcount_set parameter, manage 2102 local refcount_set if caller passed in NULL, adjust call to 2107 (GOMP_target): Manage refcount_set and adjust calls to gomp_map_vars and 2114 (gomp_exit_data): Add refcount_set parameter, adjust to use [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | intel_wakeref.c | 165 refcount_set(&wf->count, 0); in intel_wakeref_auto_init() 188 refcount_set(&wf->count, 1); in intel_wakeref_auto()
|
/netbsd-src/sys/external/bsd/drm2/include/linux/ |
H A D | refcount.h | 43 refcount_set(struct refcount *rc, int n) in refcount_set() function
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
H A D | lib_sw_fence.c | 122 refcount_set(&h->ref.refcount, 2); in heap_fence_create()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
H A D | nouveau_nvkm_core_memory.c | 98 refcount_set(&tags->refcount, 1); in nvkm_memory_tags_get()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/ |
H A D | nouveau_nvkm_subdev_instmem_nv50.c | 302 refcount_set(&iobj->maps, 1); in nv50_instobj_acquire() 421 refcount_set(&iobj->maps, 0); in nv50_instobj_new()
|