Searched refs:obj1 (Results 1 – 4 of 4) sorted by relevance
/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 18 err = bpf_prog_test_load(file, BPF_PROG_TYPE_XDP, &obj1, &fd1); in serial_test_xdp_attach() 86 bpf_object__close(obj1); in serial_test_xdp_attach()
|
/linux-6.3-rc2/tools/testing/radix-tree/ |
A D | regression4.c | 15 static int obj0, obj1; variable 49 radix_tree_insert(&mt_tree, 1, &obj1); in writer_fn()
|
/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/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 1220 const struct mlxsw_sp_acl_erp_key *key1 = obj1; in mlxsw_sp_acl_erp_hints_obj_cmp()
|
Completed in 14 milliseconds