Home
last modified time | relevance | path

Searched refs:bind (Results 201 - 225 of 3608) sorted by relevance

12345678910>>...145

/kernel/linux/linux-6.6/net/sched/
H A Dact_csum.c49 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_csum_init() local
70 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_csum_init()
73 &act_csum_ops, bind, flags); in tcf_csum_init()
80 if (bind)/* dont override defaults */ in tcf_csum_init()
83 tcf_idr_release(*a, bind); in tcf_csum_init()
119 tcf_idr_release(*a, bind); in tcf_csum_init()
631 static int tcf_csum_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_csum_dump() argument
640 .bindcnt = atomic_read(&p->tcf_bindcnt) - bind, in tcf_csum_dump()
682 u32 *index_inc, bool bind, in tcf_csum_offload_act_setup()
685 if (bind) { in tcf_csum_offload_act_setup()
681 tcf_csum_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_csum_offload_act_setup() argument
[all...]
H A Dact_police.c46 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_police_init() local
75 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_police_init()
79 if (exists && bind) in tcf_police_init()
84 &act_police_ops, bind, true, flags); in tcf_police_init()
92 tcf_idr_release(*a, bind); in tcf_police_init()
229 tcf_idr_release(*a, bind); in tcf_police_init()
341 int bind, int ref) in tcf_police_dump()
349 .bindcnt = atomic_read(&police->tcf_bindcnt) - bind, in tcf_police_dump()
439 u32 *index_inc, bool bind, in tcf_police_offload_act_setup()
442 if (bind) { in tcf_police_offload_act_setup()
340 tcf_police_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_police_dump() argument
438 tcf_police_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_police_offload_act_setup() argument
[all...]
H A Dact_gate.c306 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_gate_init() local
354 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gate_init()
358 if (err && bind) in tcf_gate_init()
363 &act_gate_ops, bind, flags); in tcf_gate_init()
371 tcf_idr_release(*a, bind); in tcf_gate_init()
458 tcf_idr_release(*a, bind); in tcf_gate_init()
504 int bind, int ref) in tcf_gate_dump()
511 .bindcnt = atomic_read(&gact->tcf_bindcnt) - bind, in tcf_gate_dump()
608 u32 *index_inc, bool bind, in tcf_gate_offload_act_setup()
613 if (bind) { in tcf_gate_offload_act_setup()
503 tcf_gate_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_gate_dump() argument
607 tcf_gate_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_gate_offload_act_setup() argument
[all...]
H A Dact_bpf.c139 int bind, int ref) in tcf_bpf_dump()
146 .bindcnt = atomic_read(&prog->tcf_bindcnt) - bind, in tcf_bpf_dump()
285 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_bpf_init() local
308 ret = tcf_idr_check_alloc(tn, &index, act, bind); in tcf_bpf_init()
311 &act_bpf_ops, bind, true, flags); in tcf_bpf_init()
320 if (bind) in tcf_bpf_init()
324 tcf_idr_release(*act, bind); in tcf_bpf_init()
382 tcf_idr_release(*act, bind); in tcf_bpf_init()
138 tcf_bpf_dump(struct sk_buff *skb, struct tc_action *act, int bind, int ref) tcf_bpf_dump() argument
H A Dact_nat.c40 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_nat_init() local
61 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_nat_init()
64 bind, flags); in tcf_nat_init()
71 if (bind) in tcf_nat_init()
74 tcf_idr_release(*a, bind); in tcf_nat_init()
110 tcf_idr_release(*a, bind); in tcf_nat_init()
268 int bind, int ref) in tcf_nat_dump()
275 .bindcnt = atomic_read(&p->tcf_bindcnt) - bind, in tcf_nat_dump()
267 tcf_nat_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_nat_dump() argument
H A Dact_ctinfo.c162 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_ctinfo_init() local
213 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ctinfo_init()
216 &act_ctinfo_ops, bind, flags); in tcf_ctinfo_init()
223 if (bind) /* don't override defaults */ in tcf_ctinfo_init()
226 tcf_idr_release(*a, bind); in tcf_ctinfo_init()
278 tcf_idr_release(*a, bind); in tcf_ctinfo_init()
283 int bind, int ref) in tcf_ctinfo_dump()
289 .bindcnt = atomic_read(&ci->tcf_bindcnt) - bind, in tcf_ctinfo_dump()
282 tcf_ctinfo_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_ctinfo_dump() argument
H A Dact_pedit.c162 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_pedit_init() local
194 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_pedit_init()
197 &act_pedit_ops, bind, flags); in tcf_pedit_init()
204 if (bind) in tcf_pedit_init()
306 tcf_idr_release(*a, bind); in tcf_pedit_init()
500 int bind, int ref) in tcf_pedit_dump()
526 opt->bindcnt = atomic_read(&p->tcf_bindcnt) - bind; in tcf_pedit_dump()
556 u32 *index_inc, bool bind, in tcf_pedit_offload_act_setup()
559 if (bind) { in tcf_pedit_offload_act_setup()
499 tcf_pedit_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_pedit_dump() argument
555 tcf_pedit_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_pedit_offload_act_setup() argument
/kernel/linux/linux-5.10/net/sched/
H A Dact_police.c49 int ovr, int bind, bool rtnl_held, in tcf_police_init()
81 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_police_init()
85 if (exists && bind) in tcf_police_init()
90 &act_police_ops, bind, true, flags); in tcf_police_init()
98 tcf_idr_release(*a, bind); in tcf_police_init()
212 tcf_idr_release(*a, bind); in tcf_police_init()
314 int bind, int ref) in tcf_police_dump()
322 .bindcnt = atomic_read(&police->tcf_bindcnt) - bind, in tcf_police_dump()
47 tcf_police_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_police_init() argument
313 tcf_police_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_police_dump() argument
H A Dact_mpls.c161 int ovr, int bind, bool rtnl_held, in tcf_mpls_init()
248 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mpls_init()
252 if (exists && bind) in tcf_mpls_init()
257 &act_mpls_ops, bind, true, flags); in tcf_mpls_init()
265 tcf_idr_release(*a, bind); in tcf_mpls_init()
308 tcf_idr_release(*a, bind); in tcf_mpls_init()
323 int bind, int ref) in tcf_mpls_dump()
331 .bindcnt = atomic_read(&m->tcf_bindcnt) - bind, in tcf_mpls_dump()
159 tcf_mpls_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_mpls_init() argument
322 tcf_mpls_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_mpls_dump() argument
H A Dact_nat.c37 struct tc_action **a, int ovr, int bind, in tcf_nat_init()
61 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_nat_init()
64 &act_nat_ops, bind, false, flags); in tcf_nat_init()
71 if (bind) in tcf_nat_init()
74 tcf_idr_release(*a, bind); in tcf_nat_init()
98 tcf_idr_release(*a, bind); in tcf_nat_init()
258 int bind, int ref) in tcf_nat_dump()
265 .bindcnt = atomic_read(&p->tcf_bindcnt) - bind, in tcf_nat_dump()
36 tcf_nat_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_nat_init() argument
257 tcf_nat_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_nat_dump() argument
H A Dact_bpf.c138 int bind, int ref) in tcf_bpf_dump()
145 .bindcnt = atomic_read(&prog->tcf_bindcnt) - bind, in tcf_bpf_dump()
280 int replace, int bind, bool rtnl_held, in tcf_bpf_init()
307 ret = tcf_idr_check_alloc(tn, &index, act, bind); in tcf_bpf_init()
310 &act_bpf_ops, bind, true, flags); in tcf_bpf_init()
319 if (bind) in tcf_bpf_init()
323 tcf_idr_release(*act, bind); in tcf_bpf_init()
381 tcf_idr_release(*act, bind); in tcf_bpf_init()
137 tcf_bpf_dump(struct sk_buff *skb, struct tc_action *act, int bind, int ref) tcf_bpf_dump() argument
278 tcf_bpf_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **act, int replace, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_bpf_init() argument
H A Dact_ctinfo.c157 int ovr, int bind, bool rtnl_held, in tcf_ctinfo_init()
212 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ctinfo_init()
215 &act_ctinfo_ops, bind, flags); in tcf_ctinfo_init()
222 if (bind) /* don't override defaults */ in tcf_ctinfo_init()
225 tcf_idr_release(*a, bind); in tcf_ctinfo_init()
277 tcf_idr_release(*a, bind); in tcf_ctinfo_init()
282 int bind, int ref) in tcf_ctinfo_dump()
288 .bindcnt = atomic_read(&ci->tcf_bindcnt) - bind, in tcf_ctinfo_dump()
155 tcf_ctinfo_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_ctinfo_init() argument
281 tcf_ctinfo_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_ctinfo_dump() argument
/test/testfwk/arkxtest/uitest/record/
H A Dpointer_tracker.cpp188 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsClick, this, placeholders::_1)))); in InitJudgeChain()
190 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsLongClick, this, placeholders::_1)))); in InitJudgeChain()
192 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsDrag, this, placeholders::_1)))); in InitJudgeChain()
194 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsBack, this, placeholders::_1)))); in InitJudgeChain()
196 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsSwip, this, placeholders::_1)))); in InitJudgeChain()
198 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsRecent, this, placeholders::_1)))); in InitJudgeChain()
200 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsFling, this, placeholders::_1)))); in InitJudgeChain()
202 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsHome, this, placeholders::_1)))); in InitJudgeChain()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c79 return !!(template->bind & bind_mask); in svga_buffer_needs_hw_storage()
499 bind_flags = template->bind & ~PIPE_BIND_CUSTOM; in svga_buffer_create()
521 * the vertex/index bind flags as well so that the buffer will be in svga_buffer_create()
527 * bind flag since streamout buffer is an output buffer and in svga_buffer_create()
530 if (!(template->bind & PIPE_BIND_CONSTANT_BUFFER) && in svga_buffer_create()
531 !(template->bind & PIPE_BIND_CUSTOM)) { in svga_buffer_create()
582 unsigned bind) in svga_user_buffer_create()
595 sbuf->b.bind = bind; in svga_user_buffer_create()
601 sbuf->bind_flags = bind; in svga_user_buffer_create()
579 svga_user_buffer_create(struct pipe_screen *screen, void *ptr, unsigned bytes, unsigned bind) svga_user_buffer_create() argument
[all...]
/third_party/node/deps/v8/third_party/ittapi/include/fortran/win32/
H A Dittnotify.f90121 subroutine itt_proc_none() bind(C)
125 subroutine itt_proc_sup_push(mask) bind(C)
130 subroutine itt_proc_sup_range(action, mask, addr, size) bind(C)
138 subroutine itt_proc_address(addr) bind(C)
143 subroutine itt_proc_create(addr, objname, attribute) bind(C)
150 subroutine itt_proc_name(name) bind(C)
155 subroutine itt_proc_rename(addr, objname) bind(C)
161 subroutine itt_proc_heapmask(heapmask) bind(C)
/third_party/node/deps/v8/third_party/ittapi/include/fortran/posix/
H A Dittnotify.f90121 subroutine itt_proc_none() bind(C)
125 subroutine itt_proc_sup_push(mask) bind(C)
130 subroutine itt_proc_sup_range(action, mask, addr, size) bind(C)
138 subroutine itt_proc_address(addr) bind(C)
143 subroutine itt_proc_create(addr, objname, attribute) bind(C)
150 subroutine itt_proc_name(name) bind(C)
155 subroutine itt_proc_rename(addr, objname) bind(C)
161 subroutine itt_proc_heapmask(heapmask) bind(C)
/third_party/python/Lib/tkinter/
H A Dfiledialog.py73 self.selection.bind('<Return>', self.ok_event)
77 self.filter.bind('<Return>', self.filter_command)
89 self.files.bind('<ButtonRelease-1>', self.files_select_event)
90 self.files.bind('<Double-ButtonRelease-1>', self.files_double_event)
101 self.dirs.bind('<ButtonRelease-1>', self.dirs_select_event)
102 self.dirs.bind('<Double-ButtonRelease-1>', self.dirs_double_event)
119 self.top.bind('<Alt-w>', self.cancel_command)
120 self.top.bind('<Alt-W>', self.cancel_command)
/third_party/node/test/parallel/
H A Dtest-cluster-disconnect-unshared-tcp.js30 const unbound = cluster.fork().on('online', bind);
32 function bind() {
H A Dtest-cluster-child-index-dgram.js10 // Test an edge case when using `cluster` and `dgram.Socket.bind()`
21 socket.bind(kPort, common.mustCall(() => {
27 socket2.bind(kPort, common.mustCall(() => {
H A Dtest-cluster-dgram-reuse.js27 socket1.bind(0, () => {
28 socket2.bind(socket1.address().port, () => {
H A Dtest-dgram-cluster-bind-error.js13 // When the socket attempts to bind, it requests a handle from the cluster.
22 assert.match(err.toString(), /^Error: bind UNKNOWN 0\.0\.0\.0$/);
30 socket.bind(common.mustNotCall('Socket should not bind.'));
/third_party/ltp/testcases/kernel/fs/fs_bind/move/
H A Dfs_bind_move22.sh16 EXPECT_PASS mount --bind parent1 parent2
27 EXPECT_PASS mount --bind tmp1 tmp2
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_suballoc.h44 unsigned bind; /* Bitmask of PIPE_BIND_* flags. */ member
56 unsigned size, unsigned bind,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c666 unsigned bind) in llvmpipe_is_format_supported()
687 if (bind & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_SHADER_IMAGE)) { in llvmpipe_is_format_supported()
711 if (bind & PIPE_BIND_SHADER_IMAGE) { in llvmpipe_is_format_supported()
760 if ((bind & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW)) && in llvmpipe_is_format_supported()
761 ((bind & PIPE_BIND_DISPLAY_TARGET) == 0)) { in llvmpipe_is_format_supported()
785 if (!(bind & PIPE_BIND_VERTEX_BUFFER) && in llvmpipe_is_format_supported()
789 if (bind & PIPE_BIND_DISPLAY_TARGET) { in llvmpipe_is_format_supported()
790 if(!winsys->is_displaytarget_format_supported(winsys, bind, format)) in llvmpipe_is_format_supported()
794 if (bind & PIPE_BIND_DEPTH_STENCIL) { in llvmpipe_is_format_supported()
661 llvmpipe_is_format_supported( struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) llvmpipe_is_format_supported() argument
/third_party/python/Lib/idlelib/
H A Dsidebar.py143 self.main_widget.bind('<FocusIn>', self.redirect_focusin_event)
149 self.main_widget.bind('<MouseWheel>', self.redirect_mousewheel_event)
158 self.main_widget.bind(event_name, handler)
207 self.main_widget.bind('<Button-1>', b1_mousedown_handler)
217 self.main_widget.bind('<ButtonRelease-1>', b1_mouseup_handler)
225 self.main_widget.bind('<B1-Motion>', b1_drag_handler)
255 self.main_widget.bind('<B1-Leave>', b1_leave_handler)
263 self.main_widget.bind('<B1-Enter>', b1_enter_handler)
436 self.main_widget.bind(

Completed in 24 milliseconds

12345678910>>...145