Searched refs:obj2 (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/selftests/ |
A D | i915_gem.c | 209 struct drm_i915_gem_object *obj, *obj2; in igt_gem_ww_ctx() local 217 obj2 = i915_gem_object_create_internal(i915, PAGE_SIZE); in igt_gem_ww_ctx() 218 if (IS_ERR(obj2)) { in igt_gem_ww_ctx() 219 err = PTR_ERR(obj2); in igt_gem_ww_ctx() 230 err = i915_gem_object_lock_interruptible(obj2, &ww); in igt_gem_ww_ctx() 232 err = i915_gem_object_lock(obj2, &ww); in igt_gem_ww_ctx() 240 i915_gem_object_put(obj2); in igt_gem_ww_ctx()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | xdp_attach.c | 10 struct bpf_object *obj1, *obj2, *obj3; in serial_test_xdp_attach() local 26 err = bpf_prog_test_load(file, BPF_PROG_TYPE_XDP, &obj2, &fd2); in serial_test_xdp_attach() 84 bpf_object__close(obj2); in serial_test_xdp_attach()
|
/linux-6.3-rc2/include/linux/ |
A D | objagg.h | 11 int (*hints_obj_cmp)(const void *obj1, const void *obj2);
|
/linux-6.3-rc2/lib/ |
A D | debugobjects.c | 251 struct debug_obj *obj2; in alloc_object() local 253 obj2 = __alloc_object(&obj_pool); in alloc_object() 254 if (!obj2) in alloc_object() 256 hlist_add_head(&obj2->node, in alloc_object()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_acl_erp.c | 1218 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()
|
Completed in 16 milliseconds