Searched refs:num_objects (Results 1 – 7 of 7) sorted by relevance
766 size_t num_objects; in alloc_page() local774 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() local1838 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 …]
371 int num_objects; member462 #define ALLOCNO_NUM_OBJECTS(A) ((A)->num_objects)
766 size_t num_objects; in alloc_page() local774 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() local1844 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 …]
378 int num_objects; member471 #define ALLOCNO_NUM_OBJECTS(A) ((A)->num_objects)
20303 * ira-int.h (struct ira_allocno): New member: num_objects.
276 unsigned long num_objects; in i915_gem_shrinker_count() local280 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()
2728 unsigned num_objects; in read_cgraph_and_symbols() local2735 t = fscanf (resolution, "%u", &num_objects); in read_cgraph_and_symbols()2739 gcc_assert (num_objects == nfiles); in read_cgraph_and_symbols()