Home
last modified time | relevance | path

Searched refs:bind (Results 101 - 125 of 2434) sorted by relevance

12345678910>>...98

/third_party/ltp/testcases/kernel/fs/fs_bind/rbind/
H A Dfs_bind_rbind38.sh22 EXPECT_PASS mount --bind "$FS_BIND_DISK1" share1
29 EXPECT_PASS mount --bind "$FS_BIND_DISK2" share1/a
32 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent1/child1/b
35 EXPECT_PASS mount --bind "$FS_BIND_DISK4" parent2/child1/c
/third_party/typescript/tests/baselines/reference/
H A DsuperElementAccess.js18 var l2 = super["m1"].bind(this); // Should be allowed, can access properties as well as invoke
22 super["m2"].bind(this); // Should error, instance property, not a public instance member function
77 var l2 = _super.prototype["m1"].bind(this); // Should be allowed, can access properties as well as invoke
79 _super.prototype["m2"].bind(this); // Should error, instance property, not a public instance member function
/third_party/skia/modules/skottie/src/effects/
H A DCornerPinEffect.cpp42 .bind( kUpperLeft_Index, fUL) in CornerPinAdapter()
43 .bind(kUpperRight_Index, fUR) in CornerPinAdapter()
44 .bind( kLowerLeft_Index, fLL) in CornerPinAdapter()
45 .bind(kLowerRight_Index, fLR); in CornerPinAdapter()
H A DTritoneEffect.cpp48 .bind( kHiColor_Index, fHiColor)
49 .bind( kMiColor_Index, fMiColor)
50 .bind( kLoColor_Index, fLoColor)
51 .bind(kBlendAmount_Index, fWeight );
H A DMotionTileEffect.cpp196 .bind( kTileCenter_Index, fTileCenter ) in MotionTileAdapter()
197 .bind( kTileWidth_Index, fTileW ) in MotionTileAdapter()
198 .bind( kTileHeight_Index, fTileH ) in MotionTileAdapter()
199 .bind( kOutputWidth_Index, fOutputW ) in MotionTileAdapter()
200 .bind( kOutputHeight_Index, fOutputH ) in MotionTileAdapter()
201 .bind( kMirrorEdges_Index, fMirrorEdges ) in MotionTileAdapter()
202 .bind( kPhase_Index, fPhase ) in MotionTileAdapter()
203 .bind(kHorizontalPhaseShift_Index, fHorizontalPhase); in MotionTileAdapter()
/third_party/ltp/testcases/kernel/fs/fs_bind/bind/
H A Dfs_bind07-2.sh12 tst_res TINFO "bind: create slave then mount master - slave still propagates"
17 EXPECT_PASS mount --bind share2 parent2
19 EXPECT_PASS mount --bind "$FS_BIND_DISK1" share2
22 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent2/a
H A Dfs_bind14.sh12 tst_res TINFO "bind: uncloneable child to private parent"
20 EXPECT_PASS mount --bind parent1 share1
21 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1/x
23 EXPECT_FAIL mount --bind parent1/child1 parent2/child2
H A Dfs_bind23.sh12 tst_res TINFO "bind: shared child to shared parent"
18 EXPECT_PASS mount --bind mnt/1 mnt/2
19 EXPECT_PASS mount --bind "$FS_BIND_DISK1" mnt/1/abc
25 EXPECT_PASS mount --bind tmp1 tmp2
H A Dfs_bind24.sh12 tst_res TINFO "bind: shared child to shared parent"
18 EXPECT_PASS mount --bind dir1/1/2 dir2
22 EXPECT_PASS mount --bind dir1/1/2/3 dir3
25 EXPECT_PASS mount --bind dir4 dir2/fs_bind_check
H A Dfs_bind16.sh12 tst_res TINFO "bind: uncloneable child to uncloneable parent"
20 EXPECT_PASS mount --bind parent1 share1
21 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1/x
24 EXPECT_FAIL mount --bind parent1/child1 parent2/child2
/third_party/ltp/testcases/kernel/fs/fs_bind/cloneNS/
H A Dfs_bind_cloneNS04.sh15 EXPECT_PASS mount --bind "$FS_BIND_DISK1" dir1
18 EXPECT_PASS mount --bind "$FS_BIND_DISK2" dir1/a
21 fs_bind_exec_ns mount --bind "$PWD/$FS_BIND_DISK3" "$PWD/dir1/b"
/kernel/linux/linux-5.10/drivers/xen/
H A Devtchn.c62 struct mutex bind_mutex; /* serialize bind/unbind operations */
376 * serialized bind operations.) in evtchn_bind_to_user()
404 /* bind failed, should close the port now */ in evtchn_bind_to_user()
461 /* Prevent bind from racing with unbind */ in evtchn_ioctl()
466 struct ioctl_evtchn_bind_virq bind; in evtchn_ioctl() local
474 if (copy_from_user(&bind, uarg, sizeof(bind))) in evtchn_ioctl()
477 bind_virq.virq = bind.virq; in evtchn_ioctl()
491 struct ioctl_evtchn_bind_interdomain bind; in evtchn_ioctl() local
495 if (copy_from_user(&bind, uar in evtchn_ioctl()
519 struct ioctl_evtchn_bind_unbound_port bind; evtchn_ioctl() local
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dact_sample.c38 int bind, bool rtnl_held, struct tcf_proto *tp, in tcf_sample_init()
63 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_sample_init()
67 if (exists && bind) in tcf_sample_init()
72 &act_sample_ops, bind, true, flags); in tcf_sample_init()
79 tcf_idr_release(*a, bind); in tcf_sample_init()
131 tcf_idr_release(*a, bind); in tcf_sample_init()
205 int bind, int ref) in tcf_sample_dump()
212 .bindcnt = atomic_read(&s->tcf_bindcnt) - bind, in tcf_sample_dump()
36 tcf_sample_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_sample_init() argument
204 tcf_sample_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_sample_dump() argument
H A Dact_simple.c88 int ovr, int bind, bool rtnl_held, in tcf_simp_init()
114 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_simp_init()
118 if (exists && bind) in tcf_simp_init()
123 tcf_idr_release(*a, bind); in tcf_simp_init()
131 &act_simp_ops, bind, false, flags); in tcf_simp_init()
165 tcf_idr_release(*a, bind); in tcf_simp_init()
170 int bind, int ref) in tcf_simp_dump()
177 .bindcnt = atomic_read(&d->tcf_bindcnt) - bind, in tcf_simp_dump()
86 tcf_simp_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_simp_init() argument
169 tcf_simp_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_simp_dump() argument
H A Dact_gact.c55 int ovr, int bind, bool rtnl_held, in tcf_gact_init()
100 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gact_init()
103 &act_gact_ops, bind, flags); in tcf_gact_init()
110 if (bind)/* dont override defaults */ in tcf_gact_init()
113 tcf_idr_release(*a, bind); in tcf_gact_init()
145 tcf_idr_release(*a, bind); in tcf_gact_init()
185 int bind, int ref) in tcf_gact_dump()
192 .bindcnt = atomic_read(&gact->tcf_bindcnt) - bind, in tcf_gact_dump()
53 tcf_gact_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_gact_init() argument
184 tcf_gact_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_gact_dump() argument
H A Dact_connmark.c99 int ovr, int bind, bool rtnl_held, in tcf_connmark_init()
124 ret = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_connmark_init()
127 &act_connmark_ops, bind, false, flags); in tcf_connmark_init()
145 if (bind) in tcf_connmark_init()
148 tcf_idr_release(*a, bind); in tcf_connmark_init()
167 tcf_idr_release(*a, bind); in tcf_connmark_init()
172 int bind, int ref) in tcf_connmark_dump()
179 .bindcnt = atomic_read(&ci->tcf_bindcnt) - bind, in tcf_connmark_dump()
97 tcf_connmark_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_connmark_init() argument
171 tcf_connmark_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_connmark_dump() argument
/kernel/linux/linux-6.6/net/sched/
H A Dact_simple.c94 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_simp_init() local
116 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_simp_init()
120 if (exists && bind) in tcf_simp_init()
125 tcf_idr_release(*a, bind); in tcf_simp_init()
133 &act_simp_ops, bind, false, flags); in tcf_simp_init()
167 tcf_idr_release(*a, bind); in tcf_simp_init()
172 int bind, int ref) in tcf_simp_dump()
179 .bindcnt = atomic_read(&d->tcf_bindcnt) - bind, in tcf_simp_dump()
171 tcf_simp_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_simp_dump() argument
H A Dact_mirred.c98 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mirred_init() local
122 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mirred_init()
126 if (exists && bind) in tcf_mirred_init()
137 tcf_idr_release(*a, bind); in tcf_mirred_init()
151 &act_mirred_ops, bind, flags); in tcf_mirred_init()
158 tcf_idr_release(*a, bind); in tcf_mirred_init()
205 tcf_idr_release(*a, bind); in tcf_mirred_init()
356 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_mirred_dump() argument
364 .bindcnt = atomic_read(&m->tcf_bindcnt) - bind, in tcf_mirred_dump()
462 u32 *index_inc, bool bind, in tcf_mirred_offload_act_setup()
461 tcf_mirred_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_mirred_offload_act_setup() argument
[all...]
H A Dact_skbedit.c123 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 Dact_ipt.c101 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...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_image.c69 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...]
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dp4.c708 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 Dp4.c708 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/jerryscript/tests/jerry/es2015/
H A Dfunction-prototype-bind.js18 var c = new C("x", "y", "return this.foo + x + y;").bind({foo : 1}, 2);
26 var boundFunc = Function.prototype.bind.call(f, null);
62 var boundF = Function.prototype.bind.call(C, null);
/third_party/node/benchmark/dgram/
H A Dbind-params.js22 dgram.createSocket('udp4').bind(port, address)
31 .bind(port)
40 .bind()

Completed in 11 milliseconds

12345678910>>...98