| /kernel/linux/linux-6.6/net/sched/ |
| H A D | act_skbedit.c | 123 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tcf_skbedit_init() local 207 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbedit_init() 211 if (exists && bind) in tcf_skbedit_init() 216 tcf_idr_release(*a, bind); in tcf_skbedit_init() 224 &act_skbedit_ops, bind, true, act_flags); in tcf_skbedit_init() 235 tcf_idr_release(*a, bind); in tcf_skbedit_init() 280 tcf_idr_release(*a, bind); in tcf_skbedit_init() 285 int bind, int ref) in tcf_skbedit_dump() 293 .bindcnt = atomic_read(&d->tcf_bindcnt) - bind, in tcf_skbedit_dump() 369 u32 *index_inc, bool bind, in tcf_skbedit_offload_act_setup() 284 tcf_skbedit_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_skbedit_dump() argument 368 tcf_skbedit_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_skbedit_offload_act_setup() argument [all...] |
| H A D | act_ipt.c | 101 bool bind = flags & TCA_ACT_FLAGS_BIND; in __tcf_ipt_init() local 122 err = tcf_idr_check_alloc(tn, &index, a, bind); in __tcf_ipt_init() 126 if (exists && bind) in __tcf_ipt_init() 131 tcf_idr_release(*a, bind); in __tcf_ipt_init() 140 tcf_idr_release(*a, bind); in __tcf_ipt_init() 147 ret = tcf_idr_create(tn, index, est, a, ops, bind, in __tcf_ipt_init() 155 if (bind)/* dont override defaults */ in __tcf_ipt_init() 159 tcf_idr_release(*a, bind); in __tcf_ipt_init() 212 tcf_idr_release(*a, bind); in __tcf_ipt_init() 329 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ipt_dump() argument [all...] |
| H A D | act_mpls.c | 166 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mpls_init() local 193 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mpls_init() 197 if (exists && bind) in tcf_mpls_init() 201 ret = tcf_idr_create(tn, index, est, a, &act_mpls_ops, bind, in tcf_mpls_init() 210 tcf_idr_release(*a, bind); in tcf_mpls_init() 317 tcf_idr_release(*a, bind); in tcf_mpls_init() 332 int bind, int ref) in tcf_mpls_dump() 340 .bindcnt = atomic_read(&m->tcf_bindcnt) - bind, in tcf_mpls_dump() 386 u32 *index_inc, bool bind, in tcf_mpls_offload_act_setup() 389 if (bind) { in tcf_mpls_offload_act_setup() 331 tcf_mpls_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_mpls_dump() argument 385 tcf_mpls_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_mpls_offload_act_setup() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_image.c | 69 template.bind |= PIPE_BIND_RENDER_TARGET; in lvp_image_create() 72 template.bind |= PIPE_BIND_SAMPLER_VIEW; in lvp_image_create() 77 template.bind |= PIPE_BIND_RENDER_TARGET; in lvp_image_create() 79 template.bind |= PIPE_BIND_DEPTH_STENCIL; in lvp_image_create() 83 template.bind |= PIPE_BIND_DEPTH_STENCIL; in lvp_image_create() 87 template.bind |= PIPE_BIND_SAMPLER_VIEW; in lvp_image_create() 90 template.bind |= PIPE_BIND_SHADER_IMAGE; in lvp_image_create() 300 template.bind |= PIPE_BIND_CONSTANT_BUFFER; in lvp_CreateBuffer() 310 template.bind |= PIPE_BIND_SAMPLER_VIEW; in lvp_CreateBuffer() 312 template.bind | in lvp_CreateBuffer() [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/box/ |
| H A D | drag_drop_event.cpp | 48 longPressRecognizer->SetOnAction(std::bind(&DragDropEvent::LongPressOnAction, this, std::placeholders::_1)); in CreateDragDropRecognizer() 52 panRecognizer->SetOnActionStart(std::bind(&DragDropEvent::PanOnActionStart, this, std::placeholders::_1)); in CreateDragDropRecognizer() 53 panRecognizer->SetOnActionUpdate(std::bind(&DragDropEvent::PanOnActionUpdate, this, std::placeholders::_1)); in CreateDragDropRecognizer() 54 panRecognizer->SetOnActionEnd(std::bind(&DragDropEvent::PanOnActionEnd, this, std::placeholders::_1)); in CreateDragDropRecognizer() 55 panRecognizer->SetOnActionCancel(std::bind(&DragDropEvent::PanOnActionCancel, this)); in CreateDragDropRecognizer()
|
| /third_party/skia/modules/skottie/src/effects/ |
| H A D | RadialWipeEffect.cpp | 142 .bind(kCompletion_Index, fCompletion) in RadialWipeAdapter() 143 .bind(kStartAngle_Index, fStartAngle) in RadialWipeAdapter() 144 .bind(kWipeCenter_Index, fWipeCenter) in RadialWipeAdapter() 145 .bind( kWipe_Index, fWipe ) in RadialWipeAdapter() 146 .bind( kFeather_Index, fFeather ); in RadialWipeAdapter()
|
| H A D | GlowStyles.cpp | 34 this->bind(abuilder, jstyle["c" ], fColor); in GlowAdapter() 35 this->bind(abuilder, jstyle["o" ], fOpacity); in GlowAdapter() 36 this->bind(abuilder, jstyle["s" ], fSize); in GlowAdapter() 37 this->bind(abuilder, jstyle["sr"], fInnerSource); in GlowAdapter() 38 this->bind(abuilder, jstyle["ch"], fChoke); in GlowAdapter()
|
| /kernel/linux/linux-6.6/drivers/vfio/ |
| H A D | device_cdev.c | 60 struct vfio_device_bind_iommufd bind; in vfio_df_ioctl_bind_iommufd() local 68 if (copy_from_user(&bind, arg, minsz)) in vfio_df_ioctl_bind_iommufd() 71 if (bind.argsz < minsz || bind.flags || bind.iommufd < 0) in vfio_df_ioctl_bind_iommufd() 89 df->iommufd = iommufd_ctx_from_fd(bind.iommufd); in vfio_df_ioctl_bind_iommufd()
|
| /third_party/node/lib/ |
| H A D | async_hooks.js | 228 bind(fn, thisArg) { 259 static bind(fn, type, thisArg) { 261 return (new AsyncResource(type || 'bound-anonymous-fn')).bind(fn, thisArg); 282 static bind(fn) { 283 return AsyncResource.bind(fn); 287 return AsyncLocalStorage.bind((cb, ...args) => cb(...args));
|
| /foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/ |
| H A D | service_reverse_test.cpp | 104 .onFileReady = bind(OnFileReadyTest, placeholders::_1, placeholders::_2), in Init() 105 .onBundleStarted = bind(OnBundleStartedTest, placeholders::_1, placeholders::_2), in Init() 106 .onBundleFinished = bind(OnBundleFinishedTest, placeholders::_1, placeholders::_2), in Init() 107 .onAllBundlesFinished = bind(OnAllBundlesFinishedTest, placeholders::_1), in Init() 108 .onResultReport = bind(OnResultReportTest, placeholders::_1, placeholders::_2), in Init() 109 .onBackupServiceDied = bind(OnBackupServiceDiedTest)}); in Init() 121 .onFileReady = bind(OnFileReadyTest, placeholders::_1, placeholders::_2), in Init() 122 .onBundleStarted = bind(OnBundleStartedTest, placeholders::_1, placeholders::_2), in Init() 123 .onBundleFinished = bind(OnBundleFinishedTest, placeholders::_1, placeholders::_2), in Init() 124 .onAllBundlesFinished = bind(OnAllBundlesFinishedTes in Init() [all...] |
| /kernel/linux/linux-5.10/arch/x86/events/intel/ |
| H A D | p4.c | 708 struct p4_event_bind *bind = NULL; in p4_config_get_bind() local 711 bind = &p4_event_bind_map[evnt]; in p4_config_get_bind() 713 return bind; in p4_config_get_bind() 718 struct p4_event_bind *bind; in p4_pmu_event_map() local 723 bind = p4_config_get_bind(config); in p4_pmu_event_map() 724 esel = P4_OPCODE_ESEL(bind->opcode); in p4_pmu_event_map() 824 struct p4_event_bind *bind; in p4_hw_config() local 841 bind = p4_config_get_bind(event->attr.config); in p4_hw_config() 842 if (!bind) { in p4_hw_config() 846 esel = P4_OPCODE_ESEL(bind in p4_hw_config() 935 struct p4_pebs_bind *bind; p4_pmu_enable_pebs() local 956 struct p4_event_bind *bind; p4_pmu_enable_event() local 1193 p4_next_cntr(int thread, unsigned long *used_mask, struct p4_event_bind *bind) p4_next_cntr() argument 1213 struct p4_event_bind *bind; p4_pmu_schedule_events() local [all...] |
| /kernel/linux/linux-6.6/arch/x86/events/intel/ |
| H A D | p4.c | 708 struct p4_event_bind *bind = NULL; in p4_config_get_bind() local 711 bind = &p4_event_bind_map[evnt]; in p4_config_get_bind() 713 return bind; in p4_config_get_bind() 718 struct p4_event_bind *bind; in p4_pmu_event_map() local 723 bind = p4_config_get_bind(config); in p4_pmu_event_map() 724 esel = P4_OPCODE_ESEL(bind->opcode); in p4_pmu_event_map() 824 struct p4_event_bind *bind; in p4_hw_config() local 841 bind = p4_config_get_bind(event->attr.config); in p4_hw_config() 842 if (!bind) { in p4_hw_config() 846 esel = P4_OPCODE_ESEL(bind in p4_hw_config() 935 struct p4_pebs_bind *bind; p4_pmu_enable_pebs() local 956 struct p4_event_bind *bind; __p4_pmu_enable_event() local 1226 p4_next_cntr(int thread, unsigned long *used_mask, struct p4_event_bind *bind) p4_next_cntr() argument 1246 struct p4_event_bind *bind; p4_pmu_schedule_events() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | kernel.cpp | 74 void *st = exec.bind(&q, grid_offset); in launch() 77 // The handles are created during exec_context::bind(), so we need make in launch() 78 // sure to call exec_context::bind() before retrieving them. in launch() 192 kernel::exec_context::bind(intrusive_ptr<command_queue> _q, in bind() function in kernel::exec_context 206 (*(explicit_arg++))->bind(*this, barg); in bind() 214 arg->bind(*this, barg); in bind() 222 arg->bind(*this, barg); in bind() 236 arg->bind(*this, barg); in bind() 250 arg->bind(*this, barg); in bind() 258 arg->bind(*thi in bind() 447 kernel::scalar_argument::bind(exec_context &ctx, bind() function in kernel::scalar_argument 482 kernel::global_argument::bind(exec_context &ctx, bind() function in kernel::global_argument 531 kernel::local_argument::bind(exec_context &ctx, bind() function in kernel::local_argument 561 kernel::constant_argument::bind(exec_context &ctx, bind() function in kernel::constant_argument 603 kernel::image_rd_argument::bind(exec_context &ctx, bind() function in kernel::image_rd_argument 634 kernel::image_wr_argument::bind(exec_context &ctx, bind() function in kernel::image_wr_argument 665 kernel::sampler_argument::bind(exec_context &ctx, bind() function in kernel::sampler_argument [all...] |
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | macro-assembler-ia32.cc | 190 bind(&loop); in PushArray() 193 bind(&entry); in PushArray() 199 bind(&loop); in PushArray() 201 bind(&entry); in PushArray() 414 bind(&ok); in RecordWriteField() 420 bind(&done); in RecordWriteField() 542 bind(&ok); in CallRecordWriteStub() 566 bind(&done); in CallRecordWriteStub() 602 bind(&msb_not_set); in CallRecordWriteStub() 605 bind( in CallRecordWriteStub() [all...] |
| /third_party/node/deps/v8/src/regexp/ia32/ |
| H A D | regexp-macro-assembler-ia32.cc | 102 __ bind(&start_label_); // And then continue from here. in RegExpMacroAssemblerIA32() 155 __ bind(&next); in Backtrack() 165 __ bind(label); in Bind() 205 __ bind(&fallthrough); in CheckGreedyLoop() 261 __ bind(&loop); in CheckNotBackReferenceIgnoreCase() 278 __ bind(&convert_capture); in CheckNotBackReferenceIgnoreCase() 286 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase() 295 __ bind(&fail); in CheckNotBackReferenceIgnoreCase() 301 __ bind(&success); in CheckNotBackReferenceIgnoreCase() 372 __ bind( in CheckNotBackReferenceIgnoreCase() [all...] |
| /third_party/ltp/testcases/kernel/fs/fs_bind/move/ |
| H A D | fs_bind_move07.sh | 20 EXPECT_PASS mount --bind dir share1 22 EXPECT_PASS mount --bind parent2 share2 26 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent2/child2/grandchild
|
| H A D | fs_bind_move04.sh | 19 EXPECT_PASS mount --bind dir share1 24 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent2/child2/grandchild 28 EXPECT_PASS mount --bind "$FS_BIND_DISK2" share1/grandchild/a
|
| H A D | fs_bind_move06.sh | 20 EXPECT_PASS mount --bind dir share1 22 EXPECT_PASS mount --bind parent2 share2 25 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent2/child2/grandchild
|
| /third_party/ltp/testcases/kernel/fs/fs_bind/bind/ |
| H A D | fs_bind22.sh | 12 tst_res TINFO "bind: bind within same tree - root to child" 18 EXPECT_PASS mount --bind parent parent/child2/ 21 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent/child2/child1 27 EXPECT_PASS mount --bind "$FS_BIND_DISK4" parent/child2/child1
|
| /third_party/node/test/parallel/ |
| H A D | test-http-missing-header-separator-cr.js | 46 server.listen(0, common.mustSucceed(serverHandler.bind(null, server, msg))); 64 server.listen(0, common.mustSucceed(serverHandler.bind(null, server, msg))); 82 server.listen(0, common.mustSucceed(serverHandler.bind(null, server, msg)));
|
| H A D | test-http-missing-header-separator-lf.js | 46 server.listen(0, common.mustSucceed(serverHandler.bind(null, server, msg))); 64 server.listen(0, common.mustSucceed(serverHandler.bind(null, server, msg))); 82 server.listen(0, common.mustSucceed(serverHandler.bind(null, server, msg)));
|
| /third_party/skia/modules/skottie/src/animator/ |
| H A D | Animator.h | 50 bool bind(const AnimationBuilder&, const skjson::ObjectValue*, T*); 53 bool bind(const AnimationBuilder& abuilder, const skjson::ObjectValue* jobject, T& v) { in bind() function in skottie::internal::AnimatablePropertyContainer 54 return this->bind<T>(abuilder, jobject, &v); in bind() 57 // A flavor of bind<Vec2Value> which drives an additional/optional orientation target
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_interfaces_data_operation_syncdb_test.cpp | 45 auto g_kvDelegateCallback = bind(&DistributedDBToolsUnitTest::KvStoreDelegateCallback, placeholders::_1, 52 auto g_snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, 59 auto g_valueCallback = bind(&DistributedDBToolsUnitTest::ValueCallback, 67 auto g_entryVectorCallback = bind(&DistributedDBToolsUnitTest::EntryVectorCallback, placeholders::_1, 618 auto snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in TestSnapshotCreateAndRelease() 674 auto snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in HWTEST_F() 725 auto snapshotDelegateCallbackA = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in TestSnapshotEntryPut() 756 auto snapshotDelegateCallbackB = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in TestSnapshotEntryPut() 784 auto snapshotDelegateCallbackC = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in TestSnapshotEntryPut() 822 auto snapshotDelegateCallbackA = bind( in TestSnapshotEntryDelete() [all...] |
| H A D | distributeddb_interfaces_encrypt_database_test.cpp | 77 auto delegateCallback = bind(&DistributedDBToolsUnitTest::KvStoreDelegateCallback, placeholders::_1, in CheckRekeyWithMultiKvStore() 87 auto delegateCallback2 = bind(&DistributedDBToolsUnitTest::KvStoreDelegateCallback, placeholders::_1, in CheckRekeyWithMultiKvStore() 122 auto delegateCallback = bind(&DistributedDBToolsUnitTest::KvStoreDelegateCallback, placeholders::_1, in CheckRekeyWithExistedSnapshot() 132 auto snapshotDelegateCallback = bind(&DistributedDBToolsUnitTest::SnapshotDelegateCallback, in CheckRekeyWithExistedSnapshot() 165 auto delegateCallback = bind(&DistributedDBToolsUnitTest::KvStoreDelegateCallback, placeholders::_1, in CheckRekeyWithExistedObserver() 359 auto delegateCallback = bind(&DistributedDBToolsUnitTest::KvStoreDelegateCallback, placeholders::_1, in HWTEST_F() 386 auto delegateCallback1 = bind(&DistributedDBToolsUnitTest::KvStoreNbDelegateCallback, placeholders::_1, in HWTEST_F() 396 auto delegateCallback2 = bind(&DistributedDBToolsUnitTest::KvStoreNbDelegateCallback, placeholders::_1, in HWTEST_F() 438 auto delegateCallback = bind(&DistributedDBToolsUnitTest::KvStoreNbDelegateCallback, placeholders::_1, in HWTEST_F() 493 auto delegateCallback = bind( in HWTEST_F() [all...] |
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | wl_ext_genl.c | 44 GENL_CUSTOM_COMMAND_BIND, /* bind */ 67 bool bind; member 432 bool bind; in wl_ext_genl_bind() local 460 bind = TRUE; in wl_ext_genl_bind() 462 bind = FALSE; in wl_ext_genl_bind() 468 if (bind == zconf->bind) { in wl_ext_genl_bind() 469 AGENL_TRACE(dev->name, "Already %s\n", bind?"BIND":"UNBIND"); in wl_ext_genl_bind() 473 if (bind) { in wl_ext_genl_bind() 481 zconf->bind in wl_ext_genl_bind() [all...] |