| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | kfree_skb.c | 67 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() 111 perf_buf_map = bpf_object__find_map_by_name(obj2, "perf_buf_map"); in test_kfree_skb() 154 bpf_object__close(obj2); in test_kfree_skb()
|
| H A D | xdp_attach.c | 10 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_gem.c | 205 struct drm_i915_gem_object *obj, *obj2; in igt_gem_ww_ctx() local 213 obj2 = i915_gem_object_create_internal(i915, PAGE_SIZE); in igt_gem_ww_ctx() 214 if (IS_ERR(obj2)) { in igt_gem_ww_ctx() 215 err = PTR_ERR(obj2); in igt_gem_ww_ctx() 226 err = i915_gem_object_lock_interruptible(obj2, &ww); in igt_gem_ww_ctx() 228 err = i915_gem_object_lock(obj2, &ww); in igt_gem_ww_ctx() 236 i915_gem_object_put(obj2); in igt_gem_ww_ctx()
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/ |
| H A D | sample_python_attrs.py | 13 obj2 = Obj(3, 4) variable 14 assert(obj2.x == 3) 15 assert(obj2.y == 4)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoareamonitor/ |
| H A D | tst_qgeoareamonitor.cpp | 630 …QGeoAreaMonitorSource *obj2 = QGeoAreaMonitorSource::createSource(QStringLiteral("positionpoll"), … in tst_swapOfPositionSource() local 631 QVERIFY(obj2 != 0); in tst_swapOfPositionSource() 632 QCOMPARE(obj2->sourceName(), QStringLiteral("positionpoll")); in tst_swapOfPositionSource() 633 obj2->setObjectName("secondObject"); in tst_swapOfPositionSource() 634 QSignalSpy enteredSpy2(obj2, SIGNAL(areaEntered(QGeoAreaMonitorInfo,QGeoPositionInfo))); in tst_swapOfPositionSource() 635 QSignalSpy exitedSpy2(obj2, SIGNAL(areaExited(QGeoAreaMonitorInfo,QGeoPositionInfo))); in tst_swapOfPositionSource() 646 QCOMPARE(obj->positionInfoSource(), obj2->positionInfoSource()); in tst_swapOfPositionSource() 647 QCOMPARE(obj2->positionInfoSource(), source); in tst_swapOfPositionSource() 655 QCOMPARE(obj2->activeMonitors().count(), 1); in tst_swapOfPositionSource() 686 obj2->setPositionInfoSource(source2); in tst_swapOfPositionSource() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | utils.js | 83 function compareObj(testCase, obj1, obj2) { argument 84 for (var propertyName in obj2) { 86 if (propertyName === "dateTime" && isNaN(obj2["dateTime"].getTime())) 89 testCase.compare(obj1[propertyName], obj2[propertyName])
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | regression_6000.c | 1018 uint32_t obj2 = 0; in xtest_tee_test_6009_single() local 1046 sizeof(data_01), &obj2, storage_id))) in xtest_tee_test_6009_single() 1055 if (!ADBG_EXPECT_TEEC_SUCCESS(c, fs_close(&sess, obj2))) in xtest_tee_test_6009_single() 1107 TEE_DATA_FLAG_ACCESS_WRITE_META, &obj2, storage_id))) in xtest_tee_test_6009_single() 1110 if (!ADBG_EXPECT_TEEC_SUCCESS(c, fs_unlink(&sess, obj2))) in xtest_tee_test_6009_single() 1475 uint32_t obj2 = 0; in xtest_tee_test_6015_single() local 1498 TEE_DATA_FLAG_ACCESS_READ, &obj2, storage_id))) in xtest_tee_test_6015_single() 1770 uint32_t obj2 = 0; in xtest_tee_test_6019_single() local 1801 sizeof(data_01), &obj2, storage_id))) in xtest_tee_test_6019_single() 1804 if (!ADBG_EXPECT_TEEC_SUCCESS(c, fs_close(&sess2, obj2))) in xtest_tee_test_6019_single() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | objagg.h | 11 int (*hints_obj_cmp)(const void *obj1, const void *obj2);
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | debugobjects.c | 254 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()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpsuck.c | 402 AMFObject obj2; in ServeInvoke() local 404 AMFProp_GetObject(AMF_GetProp(&obj, NULL, 3), &obj2); in ServeInvoke() 405 AMFProp_GetString(AMF_GetProp(&obj2, &av_code, -1), &code); in ServeInvoke() 406 AMFProp_GetString(AMF_GetProp(&obj2, &av_level, -1), &level); in ServeInvoke()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.c | 3077 AMFObject obj2; in HandleInvoke() local 3079 AMFProp_GetObject(AMF_GetProp(&obj, NULL, 3), &obj2); in HandleInvoke() 3080 AMFProp_GetString(AMF_GetProp(&obj2, &av_code, -1), &code); in HandleInvoke() 3081 AMFProp_GetString(AMF_GetProp(&obj2, &av_level, -1), &level); in HandleInvoke() 3082 AMFProp_GetString(AMF_GetProp(&obj2, &av_description, -1), &description); in HandleInvoke() 3109 AMFObject obj2; in HandleInvoke() local 3111 AMFProp_GetObject(AMF_GetProp(&obj, NULL, 3), &obj2); in HandleInvoke() 3112 AMFProp_GetString(AMF_GetProp(&obj2, &av_code, -1), &code); in HandleInvoke() 3113 AMFProp_GetString(AMF_GetProp(&obj2, &av_level, -1), &level); in HandleInvoke()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H 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()
|