Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dkfree_skb.c67 struct bpf_object *obj, *obj2 = NULL; in test_kfree_skb() local
81 err = bpf_prog_load_xattr(&attr, &obj2, &kfree_skb_fd); in test_kfree_skb()
85 prog = bpf_object__find_program_by_title(obj2, "tp_btf/kfree_skb"); in test_kfree_skb()
88 fentry = bpf_object__find_program_by_title(obj2, "fentry/eth_type_trans"); in test_kfree_skb()
91 fexit = bpf_object__find_program_by_title(obj2, "fexit/eth_type_trans"); in test_kfree_skb()
95 global_data = bpf_object__find_map_by_name(obj2, "kfree_sk.bss"); in test_kfree_skb()
109 perf_buf_map = bpf_object__find_map_by_name(obj2, "perf_buf_map"); in test_kfree_skb()
149 bpf_object__close(obj2); in test_kfree_skb()
Dxdp_attach.c10 struct bpf_object *obj1, *obj2, *obj3; in test_xdp_attach() local
27 err = bpf_prog_load(file, BPF_PROG_TYPE_XDP, &obj2, &fd2); in test_xdp_attach()
87 bpf_object__close(obj2); in test_xdp_attach()
/Linux-v5.15/drivers/gpu/drm/i915/selftests/
Di915_gem.c206 struct drm_i915_gem_object *obj, *obj2; in igt_gem_ww_ctx() local
214 obj2 = i915_gem_object_create_internal(i915, PAGE_SIZE); in igt_gem_ww_ctx()
215 if (IS_ERR(obj2)) { in igt_gem_ww_ctx()
216 err = PTR_ERR(obj2); in igt_gem_ww_ctx()
227 err = i915_gem_object_lock_interruptible(obj2, &ww); in igt_gem_ww_ctx()
229 err = i915_gem_object_lock(obj2, &ww); in igt_gem_ww_ctx()
237 i915_gem_object_put(obj2); in igt_gem_ww_ctx()
/Linux-v5.15/include/linux/
Dobjagg.h11 int (*hints_obj_cmp)(const void *obj1, const void *obj2);
/Linux-v5.15/lib/
Ddebugobjects.c254 struct debug_obj *obj2; in alloc_object() local
256 obj2 = __alloc_object(&obj_pool); in alloc_object()
257 if (!obj2) in alloc_object()
259 hlist_add_head(&obj2->node, in alloc_object()
/Linux-v5.15/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()