objs               36 drivers/bus/fsl-mc/dprc-driver.c 	struct fsl_mc_child_objs *objs;
objs               40 drivers/bus/fsl-mc/dprc-driver.c 	objs = data;
objs               42 drivers/bus/fsl-mc/dprc-driver.c 	for (i = 0; i < objs->child_count; i++) {
objs               43 drivers/bus/fsl-mc/dprc-driver.c 		struct fsl_mc_obj_desc *obj_desc = &objs->child_array[i];
objs               50 drivers/bus/fsl-mc/dprc-driver.c 	if (i == objs->child_count)
objs               83 drivers/bus/fsl-mc/dprc-driver.c 		struct fsl_mc_child_objs objs;
objs               85 drivers/bus/fsl-mc/dprc-driver.c 		objs.child_count = num_child_objects_in_mc;
objs               86 drivers/bus/fsl-mc/dprc-driver.c 		objs.child_array = obj_desc_array;
objs               87 drivers/bus/fsl-mc/dprc-driver.c 		device_for_each_child(&mc_bus_dev->dev, &objs,
objs              337 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c 	obj = &con->objs[head->block];
objs              365 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c 		obj = &con->objs[head->block];
objs              373 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c 			obj = &con->objs[i];
objs             1440 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c 	con->objs = (struct ras_manager *)(con + 1);
objs              326 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h 	struct ras_manager *objs;
objs              307 drivers/gpu/drm/arm/malidp_drv.c 	struct drm_gem_object *objs = NULL;
objs              343 drivers/gpu/drm/arm/malidp_drv.c 	objs = drm_gem_object_lookup(file, mode_cmd->handles[0]);
objs              344 drivers/gpu/drm/arm/malidp_drv.c 	if (!objs) {
objs              349 drivers/gpu/drm/arm/malidp_drv.c 	if (objs->size < afbc_size) {
objs              351 drivers/gpu/drm/arm/malidp_drv.c 			      objs->size, afbc_size);
objs              352 drivers/gpu/drm/arm/malidp_drv.c 		drm_gem_object_put_unlocked(objs);
objs              356 drivers/gpu/drm/arm/malidp_drv.c 	drm_gem_object_put_unlocked(objs);
objs              657 drivers/gpu/drm/drm_gem.c 			  struct drm_gem_object **objs)
objs              672 drivers/gpu/drm/drm_gem.c 		objs[i] = obj;
objs              703 drivers/gpu/drm/drm_gem.c 	struct drm_gem_object **objs;
objs              708 drivers/gpu/drm/drm_gem.c 	objs = kvmalloc_array(count, sizeof(struct drm_gem_object *),
objs              710 drivers/gpu/drm/drm_gem.c 	if (!objs)
objs              725 drivers/gpu/drm/drm_gem.c 	ret = objects_lookup(filp, handles, count, objs);
objs              726 drivers/gpu/drm/drm_gem.c 	*objs_out = objs;
objs             1282 drivers/gpu/drm/drm_gem.c drm_gem_lock_reservations(struct drm_gem_object **objs, int count,
objs             1292 drivers/gpu/drm/drm_gem.c 		struct drm_gem_object *obj = objs[contended];
objs             1306 drivers/gpu/drm/drm_gem.c 		ret = dma_resv_lock_interruptible(objs[i]->resv,
objs             1312 drivers/gpu/drm/drm_gem.c 				dma_resv_unlock(objs[j]->resv);
objs             1315 drivers/gpu/drm/drm_gem.c 				dma_resv_unlock(objs[contended]->resv);
objs             1334 drivers/gpu/drm/drm_gem.c drm_gem_unlock_reservations(struct drm_gem_object **objs, int count,
objs             1340 drivers/gpu/drm/drm_gem.c 		dma_resv_unlock(objs[i]->resv);
objs              148 drivers/gpu/drm/drm_gem_framebuffer_helper.c 	struct drm_gem_object *objs[4];
objs              161 drivers/gpu/drm/drm_gem_framebuffer_helper.c 		objs[i] = drm_gem_object_lookup(file, mode_cmd->handles[i]);
objs              162 drivers/gpu/drm/drm_gem_framebuffer_helper.c 		if (!objs[i]) {
objs              172 drivers/gpu/drm/drm_gem_framebuffer_helper.c 		if (objs[i]->size < min_size) {
objs              173 drivers/gpu/drm/drm_gem_framebuffer_helper.c 			drm_gem_object_put_unlocked(objs[i]);
objs              179 drivers/gpu/drm/drm_gem_framebuffer_helper.c 	fb = drm_gem_fb_alloc(dev, mode_cmd, objs, i, funcs);
objs              189 drivers/gpu/drm/drm_gem_framebuffer_helper.c 		drm_gem_object_put_unlocked(objs[i]);
objs              317 drivers/gpu/drm/i915/gem/i915_gem_object_blt.c 	struct drm_gem_object *objs[] = { &src->base, &dst->base };
objs              356 drivers/gpu/drm/i915/gem/i915_gem_object_blt.c 	err = drm_gem_lock_reservations(objs, ARRAY_SIZE(objs), &acquire);
objs              384 drivers/gpu/drm/i915/gem/i915_gem_object_blt.c 	drm_gem_unlock_reservations(objs, ARRAY_SIZE(objs), &acquire);
objs               45 drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c 	struct list_head objs;
objs               91 drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c 	list_add_tail(&obj->node, &a6xx_state->objs);
objs              876 drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c 	INIT_LIST_HEAD(&a6xx_state->objs);
objs              913 drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c 	list_for_each_entry_safe(obj, tmp, &a6xx_state->objs, node)
objs               63 drivers/gpu/drm/rockchip/rockchip_drm_fb.c 	struct drm_gem_object *objs[ROCKCHIP_MAX_FB_BUFFER];
objs               91 drivers/gpu/drm/rockchip/rockchip_drm_fb.c 		objs[i] = obj;
objs               94 drivers/gpu/drm/rockchip/rockchip_drm_fb.c 	fb = rockchip_fb_alloc(dev, mode_cmd, objs, i);
objs              104 drivers/gpu/drm/rockchip/rockchip_drm_fb.c 		drm_gem_object_put_unlocked(objs[i]);
objs               73 drivers/i2c/busses/i2c-designware-platdrv.c 		const union acpi_object *objs = obj->package.elements;
objs               75 drivers/i2c/busses/i2c-designware-platdrv.c 		*hcnt = (u16)objs[0].integer.value;
objs               76 drivers/i2c/busses/i2c-designware-platdrv.c 		*lcnt = (u16)objs[1].integer.value;
objs               77 drivers/i2c/busses/i2c-designware-platdrv.c 		*sda_hold = (u32)objs[2].integer.value;
objs               48 drivers/input/rmi4/rmi_2d_sensor.h 	struct rmi_2d_sensor_abs_object *objs;
objs              593 drivers/input/rmi4/rmi_f11.c 			rmi_f11_abs_pos_process(f11, sensor, &sensor->objs[i],
objs              614 drivers/input/rmi4/rmi_f11.c 			rmi_2d_sensor_abs_report(sensor, &sensor->objs[i], i);
objs             1182 drivers/input/rmi4/rmi_f11.c 	sensor->objs = devm_kcalloc(&fn->dev,
objs             1186 drivers/input/rmi4/rmi_f11.c 	if (!sensor->tracking_pos || !sensor->tracking_slots || !sensor->objs)
objs              154 drivers/input/rmi4/rmi_f12.c 		struct rmi_2d_sensor_abs_object *obj = &sensor->objs[i];
objs              195 drivers/input/rmi4/rmi_f12.c 		rmi_2d_sensor_abs_report(sensor, &sensor->objs[i], i);
objs              529 drivers/input/rmi4/rmi_f12.c 	sensor->objs = devm_kcalloc(&fn->dev,
objs              533 drivers/input/rmi4/rmi_f12.c 	if (!sensor->tracking_pos || !sensor->tracking_slots || !sensor->objs)
objs              545 drivers/staging/android/ion/ion.c 	int objs;
objs              551 drivers/staging/android/ion/ion.c 		objs = heap->shrinker.count_objects(&heap->shrinker, &sc);
objs              552 drivers/staging/android/ion/ion.c 		sc.nr_to_scan = objs;
objs              563 drivers/staging/android/ion/ion.c 	int objs;
objs              568 drivers/staging/android/ion/ion.c 	objs = heap->shrinker.count_objects(&heap->shrinker, &sc);
objs              569 drivers/staging/android/ion/ion.c 	*val = objs;
objs              395 include/drm/drm_gem.h int drm_gem_lock_reservations(struct drm_gem_object **objs, int count,
objs              397 include/drm/drm_gem.h void drm_gem_unlock_reservations(struct drm_gem_object **objs, int count,
objs              149 include/linux/livepatch.h 	struct klp_object *objs;
objs              163 include/linux/livepatch.h 	for (obj = patch->objs; obj->funcs || obj->name; obj++)
objs              818 kernel/livepatch/core.c 	if (!patch->objs)
objs              343 lib/debugobjects.c 	struct debug_obj *objs[ODEBUG_BATCH_SIZE];
objs              369 lib/debugobjects.c 		objs[lookahead_count] = __alloc_object(&percpu_pool->free_objs);
objs              370 lib/debugobjects.c 		if (!objs[lookahead_count])
objs              388 lib/debugobjects.c 				hlist_add_head(&objs[--lookahead_count]->node,
objs              414 lib/debugobjects.c 				hlist_add_head(&objs[--lookahead_count]->node,
objs               29 lib/livepatch/test_klp_atomic_replace.c static struct klp_object objs[] = {
objs               38 lib/livepatch/test_klp_atomic_replace.c 	.objs = objs,
objs               71 lib/livepatch/test_klp_callbacks_demo.c static struct klp_object objs[] = {
objs              104 lib/livepatch/test_klp_callbacks_demo.c 	.objs = objs,
objs               59 lib/livepatch/test_klp_callbacks_demo2.c static struct klp_object objs[] = {
objs               74 lib/livepatch/test_klp_callbacks_demo2.c 	.objs = objs,
objs               25 lib/livepatch/test_klp_livepatch.c static struct klp_object objs[] = {
objs               34 lib/livepatch/test_klp_livepatch.c 	.objs = objs,
objs               76 lib/test_rhashtable.c 	struct test_obj *objs;
objs              614 lib/test_rhashtable.c 		if (obj && (tdata->objs[i].value.id == TEST_INSERT_FAIL)) {
objs              617 lib/test_rhashtable.c 		} else if (!obj && (tdata->objs[i].value.id != TEST_INSERT_FAIL)) {
objs              644 lib/test_rhashtable.c 		tdata->objs[i].value.id = i;
objs              645 lib/test_rhashtable.c 		tdata->objs[i].value.tid = tdata->id;
objs              646 lib/test_rhashtable.c 		err = insert_retry(&ht, &tdata->objs[i], test_rht_params);
objs              668 lib/test_rhashtable.c 			if (tdata->objs[i].value.id == TEST_INSERT_FAIL)
objs              670 lib/test_rhashtable.c 			err = rhashtable_remove_fast(&ht, &tdata->objs[i].node,
objs              677 lib/test_rhashtable.c 			tdata->objs[i].value.id = TEST_INSERT_FAIL;
objs              702 lib/test_rhashtable.c 	struct test_obj *objs;
objs              713 lib/test_rhashtable.c 	objs = vzalloc(array_size(sizeof(struct test_obj),
objs              715 lib/test_rhashtable.c 	if (!objs)
objs              725 lib/test_rhashtable.c 		memset(objs, 0, test_rht_params.max_size * sizeof(struct test_obj));
objs              734 lib/test_rhashtable.c 		time = test_rhashtable(&ht, objs, entries);
objs              737 lib/test_rhashtable.c 			vfree(objs);
objs              746 lib/test_rhashtable.c 			test_rht_params.max_size, test_rhashtable_max(objs, entries) == 0 ?
objs              748 lib/test_rhashtable.c 	vfree(objs);
objs              764 lib/test_rhashtable.c 	objs  = vzalloc(array3_size(sizeof(struct test_obj), tcount, entries));
objs              765 lib/test_rhashtable.c 	if (!objs) {
objs              777 lib/test_rhashtable.c 		vfree(objs);
objs              783 lib/test_rhashtable.c 		tdata[i].objs = objs + i * entries;
objs              809 lib/test_rhashtable.c 	vfree(objs);
objs              172 mm/zsmalloc.c  	unsigned long objs[NR_ZS_STAT_TYPE];
objs              554 mm/zsmalloc.c  	class->stats.objs[type] += cnt;
objs              561 mm/zsmalloc.c  	class->stats.objs[type] -= cnt;
objs              568 mm/zsmalloc.c  	return class->stats.objs[type];
objs              148 samples/livepatch/livepatch-callbacks-demo.c static struct klp_object objs[] = {
objs              181 samples/livepatch/livepatch-callbacks-demo.c 	.objs = objs,
objs               46 samples/livepatch/livepatch-sample.c static struct klp_object objs[] = {
objs               55 samples/livepatch/livepatch-sample.c 	.objs = objs,
objs              134 samples/livepatch/livepatch-shadow-fix1.c static struct klp_object objs[] = {
objs              143 samples/livepatch/livepatch-shadow-fix1.c 	.objs = objs,
objs              106 samples/livepatch/livepatch-shadow-fix2.c static struct klp_object objs[] = {
objs              115 samples/livepatch/livepatch-shadow-fix2.c 	.objs = objs,
objs               24 tools/testing/radix-tree/linux.c 	void *objs;
objs               38 tools/testing/radix-tree/linux.c 		node = cachep->objs;
objs               39 tools/testing/radix-tree/linux.c 		cachep->objs = node->parent;
objs               68 tools/testing/radix-tree/linux.c 		node->parent = cachep->objs;
objs               69 tools/testing/radix-tree/linux.c 		cachep->objs = node;
objs              109 tools/testing/radix-tree/linux.c 	ret->objs = NULL;
objs               14 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c 	struct bpf_object *objs[nr_iters];
objs               40 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c 		objs[i] = NULL;
objs               47 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c 				    &objs[i], &prog_fds[i]);
objs               55 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c 		map_fds[i] = bpf_find_map(__func__, objs[i], "test_map_id");
objs              252 tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c 		bpf_object__close(objs[i]);