Searched refs:obj2 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_gem.c | 212 struct drm_i915_gem_object *obj, *obj2; in igt_gem_ww_ctx() local 220 obj2 = i915_gem_object_create_internal(i915, PAGE_SIZE); in igt_gem_ww_ctx() 221 if (IS_ERR(obj2)) { in igt_gem_ww_ctx() 222 err = PTR_ERR(obj2); in igt_gem_ww_ctx() 233 err = i915_gem_object_lock_interruptible(obj2, &ww); in igt_gem_ww_ctx() 235 err = i915_gem_object_lock(obj2, &ww); in igt_gem_ww_ctx() 243 i915_gem_object_put(obj2); in igt_gem_ww_ctx()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_attach.c | 11 struct bpf_object *obj1, *obj2, *obj3; in test_xdp_attach() local 26 err = bpf_prog_test_load(file, BPF_PROG_TYPE_XDP, &obj2, &fd2); in test_xdp_attach() 84 bpf_object__close(obj2); in test_xdp_attach()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 233 | 101 obj2=tls-creds-x509,dir=${tls_dir}/client3,endpoint=client,id=tls0 105 $QEMU_IMG info --image-opts --object $obj2 \
|
/openbmc/linux/lib/ |
H A D | debugobjects.c | 248 struct debug_obj *obj2; in alloc_object() local 250 obj2 = __alloc_object(&obj_pool); in alloc_object() 251 if (!obj2) in alloc_object() 253 hlist_add_head(&obj2->node, in alloc_object()
|