Searched refs:num_objs (Results 1 – 3 of 3) sorted by relevance
2443 size_t num_objs; in ggc_pch_read() local2450 num_objs = bytes / OBJECT_SIZE (i); in ggc_pch_read()2453 + BITMAP_SIZE (num_objs + 1))); in ggc_pch_read()2462 j + HOST_BITS_PER_LONG <= num_objs + 1; in ggc_pch_read()2465 for (; j < num_objs + 1; j++) in ggc_pch_read()
2594 size_t num_objs; in ggc_pch_read() local2601 num_objs = bytes / OBJECT_SIZE (i); in ggc_pch_read()2604 + BITMAP_SIZE (num_objs + 1))); in ggc_pch_read()2613 j + HOST_BITS_PER_LONG <= num_objs + 1; in ggc_pch_read()2616 for (; j < num_objs + 1; j++) in ggc_pch_read()
1012 int index, num_objs, i; in drm_atomic_get_private_obj_state() local1021 num_objs = state->num_private_objs + 1; in drm_atomic_get_private_obj_state()1022 size = sizeof(*state->private_objs) * num_objs; in drm_atomic_get_private_obj_state()1040 state->num_private_objs = num_objs; in drm_atomic_get_private_obj_state()