Home
last modified time | relevance | path

Searched refs:obj2 (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/i915/selftests/
Di915_gem.c212 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()
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dxdp_attach.c11 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()
/Linux-v6.6/include/linux/
Dobjagg.h11 int (*hints_obj_cmp)(const void *obj1, const void *obj2);
/Linux-v6.6/lib/
Ddebugobjects.c247 struct debug_obj *obj2; in alloc_object() local
249 obj2 = __alloc_object(&obj_pool); in alloc_object()
250 if (!obj2) in alloc_object()
252 hlist_add_head(&obj2->node, in alloc_object()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_erp.c1218 static int mlxsw_sp_acl_erp_hints_obj_cmp(const void *obj1, const void *obj2) in mlxsw_sp_acl_erp_hints_obj_cmp() argument
1221 const struct mlxsw_sp_acl_erp_key *key2 = obj2; in mlxsw_sp_acl_erp_hints_obj_cmp()