HomeSort by: relevance | last modified time | path
    Searched defs:refcount_set (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
refcount.h 43 refcount_set(struct refcount *rc, int n) function
  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 428 If REFCOUNT_SET != NULL, use it to track already seen refcounts, and only
434 gomp_increment_refcount (splay_tree_key k, htab_t *refcount_set)
446 if (refcount_set)
448 if (htab_find (*refcount_set, refcount_ptr))
450 uintptr_t **slot = htab_find_slot (refcount_set, refcount_ptr, INSERT);
459 is true, set reference count to zero. If REFCOUNT_SET != NULL, use it to
477 gomp_decrement_refcount (splay_tree_key k, htab_t *refcount_set, bool delete_p,
499 if (refcount_set)
501 if (htab_find (*refcount_set, refcount_ptr))
507 uintptr_t **slot = htab_find_slot (refcount_set, refcount_ptr, INSERT)
2728 htab_t refcount_set = NULL; local
3122 htab_t refcount_set = htab_create (mapnum); local
3221 htab_t refcount_set = htab_create (ttask->mapnum); local
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/
target.c 471 If REFCOUNT_SET != NULL, use it to track already seen refcounts, and only
477 gomp_increment_refcount (splay_tree_key k, htab_t *refcount_set)
491 if (refcount_set)
493 if (htab_find (*refcount_set, refcount_ptr))
495 uintptr_t **slot = htab_find_slot (refcount_set, refcount_ptr, INSERT);
504 is true, set reference count to zero. If REFCOUNT_SET != NULL, use it to
522 gomp_decrement_refcount (splay_tree_key k, htab_t *refcount_set, bool delete_p,
546 if (refcount_set)
548 if (htab_find (*refcount_set, refcount_ptr))
554 uintptr_t **slot = htab_find_slot (refcount_set, refcount_ptr, INSERT)
3249 htab_t refcount_set = NULL; local
4212 htab_t refcount_set = htab_create (mapnum); local
4315 htab_t refcount_set = htab_create (ttask->mapnum); local
    [all...]

Completed in 17 milliseconds