Searched refs:refcount_set (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Drefcount.h43 refcount_set(struct refcount *rc, int n) function
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c434 gomp_increment_refcount (splay_tree_key k, htab_t *refcount_set) argument
446 if (refcount_set)
448 if (htab_find (*refcount_set, refcount_ptr))
450 uintptr_t **slot = htab_find_slot (refcount_set, refcount_ptr, INSERT);
477 gomp_decrement_refcount (splay_tree_key k, htab_t *refcount_set, bool delete_p, argument
499 if (refcount_set)
501 if (htab_find (*refcount_set, refcount_ptr))
507 uintptr_t **slot = htab_find_slot (refcount_set, refcount_ptr, INSERT);
512 /* If no refcount_set being used, assume all keys are being decremented
544 htab_t *refcount_set)
539 gomp_map_vars_existing(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, splay_tree_key oldn, splay_tree_key newn, struct target_var_desc *tgt_var, unsigned char kind, bool always_to_flag, bool implicit, struct gomp_coalesce_buf *cbuf, htab_t *refcount_set) argument
686 gomp_map_fields_existing(struct target_mem_desc *tgt, struct goacc_asyncqueue *aq, splay_tree_key n, size_t first, size_t i, void **hostaddrs, size_t *sizes, void *kinds, struct gomp_coalesce_buf *cbuf, htab_t *refcount_set) argument
918 gomp_map_vars_internal(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, size_t mapnum, void **hostaddrs, void **devaddrs, size_t *sizes, void *kinds, bool short_mapkind, htab_t *refcount_set, enum gomp_map_vars_kind pragma_kind) argument
1735 gomp_map_vars(struct gomp_device_descr *devicep, size_t mapnum, void **hostaddrs, void **devaddrs, size_t *sizes, void *kinds, bool short_mapkind, htab_t *refcount_set, enum gomp_map_vars_kind pragma_kind) argument
1888 gomp_unmap_vars_internal(struct target_mem_desc *tgt, bool do_copyfrom, htab_t *refcount_set, struct goacc_asyncqueue *aq) argument
1964 gomp_unmap_vars(struct target_mem_desc *tgt, bool do_copyfrom, htab_t *refcount_set) argument
2728 htab_t refcount_set = NULL; local
2933 gomp_exit_data(struct gomp_device_descr *devicep, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds, htab_t *refcount_set) argument
3122 htab_t refcount_set = htab_create (mapnum); local
3221 htab_t refcount_set = htab_create (ttask->mapnum); local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_wakeref.c165 refcount_set(&wf->count, 0);
188 refcount_set(&wf->count, 1);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Dlib_sw_fence.c122 refcount_set(&h->ref.refcount, 2);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_memory.c98 refcount_set(&tags->refcount, 1);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/
H A Dnouveau_nvkm_subdev_instmem_nv50.c302 refcount_set(&iobj->maps, 1);
421 refcount_set(&iobj->maps, 0);

Completed in 199 milliseconds