Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dggc-page.c766 size_t num_objects; in alloc_page() local
774 num_objects = OBJECTS_PER_PAGE (order); in alloc_page()
775 bitmap_size = BITMAP_SIZE (num_objects + 1); in alloc_page()
777 entry_size = num_objects * OBJECT_SIZE (order); in alloc_page()
924 entry->num_free_objects = num_objects; in alloc_page()
936 entry->in_use_p[num_objects / HOST_BITS_PER_LONG] in alloc_page()
937 = (unsigned long) 1 << (num_objects % HOST_BITS_PER_LONG); in alloc_page()
1834 size_t num_objects; in ggc_recalculate_in_use_p() local
1838 num_objects = OBJECTS_IN_PAGE (p) + 1; in ggc_recalculate_in_use_p()
1841 p->num_free_objects = num_objects; in ggc_recalculate_in_use_p()
[all …]
H A Dira-int.h371 int num_objects; member
462 #define ALLOCNO_NUM_OBJECTS(A) ((A)->num_objects)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dggc-page.cc766 size_t num_objects; in alloc_page() local
774 num_objects = OBJECTS_PER_PAGE (order); in alloc_page()
775 bitmap_size = BITMAP_SIZE (num_objects + 1); in alloc_page()
777 entry_size = num_objects * OBJECT_SIZE (order); in alloc_page()
924 entry->num_free_objects = num_objects; in alloc_page()
936 entry->in_use_p[num_objects / HOST_BITS_PER_LONG] in alloc_page()
937 = (unsigned long) 1 << (num_objects % HOST_BITS_PER_LONG); in alloc_page()
1840 size_t num_objects; in ggc_recalculate_in_use_p() local
1844 num_objects = OBJECTS_IN_PAGE (p) + 1; in ggc_recalculate_in_use_p()
1847 p->num_free_objects = num_objects; in ggc_recalculate_in_use_p()
[all …]
H A Dira-int.h378 int num_objects; member
471 #define ALLOCNO_NUM_OBJECTS(A) ((A)->num_objects)
H A DChangeLog-201020303 * ira-int.h (struct ira_allocno): New member: num_objects.
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_shrinker.c276 unsigned long num_objects; in i915_gem_shrinker_count() local
280 num_objects = READ_ONCE(i915->mm.shrink_count); in i915_gem_shrinker_count()
289 if (num_objects) { in i915_gem_shrinker_count()
290 unsigned long avg = 2 * count / num_objects; in i915_gem_shrinker_count()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c2728 unsigned num_objects; in read_cgraph_and_symbols() local
2735 t = fscanf (resolution, "%u", &num_objects); in read_cgraph_and_symbols()
2739 gcc_assert (num_objects == nfiles); in read_cgraph_and_symbols()