Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 25 of 64) sorted by relevance

123

/Linux-v5.4/arch/x86/events/intel/
Dp4.c708 struct p4_event_bind *bind = NULL; in p4_config_get_bind() local
718 struct p4_event_bind *bind; in p4_pmu_event_map() local
823 struct p4_event_bind *bind; in p4_hw_config() local
934 struct p4_pebs_bind *bind; in p4_pmu_enable_pebs() local
955 struct p4_event_bind *bind; in p4_pmu_enable_event() local
1193 struct p4_event_bind *bind) in p4_next_cntr()
1212 struct p4_event_bind *bind; in p4_pmu_schedule_events() local
/Linux-v5.4/include/linux/
Dcomponent.h23 int (*bind)(struct device *comp, struct device *master, member
74 int (*bind)(struct device *master); member
/Linux-v5.4/net/sched/
Dact_api.c125 static int __tcf_action_put(struct tc_action *p, bool bind) in __tcf_action_put()
145 int __tcf_idr_release(struct tc_action *p, bool bind, bool strict) in __tcf_idr_release()
402 int bind, bool cpustats) in tcf_idr_create()
485 struct tc_action **a, int bind) in tcf_idr_check_alloc()
699 int tcf_action_destroy(struct tc_action *actions[], int bind) in tcf_action_destroy()
718 static int tcf_action_destroy_1(struct tc_action *a, int bind) in tcf_action_destroy_1()
748 tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_old()
754 tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_1()
792 int bind, int ref) in tcf_action_dump()
844 char *name, int ovr, int bind, in tcf_action_init_1()
[all …]
Dact_ipt.c97 const struct tc_action_ops *ops, int ovr, int bind, in __tcf_ipt_init()
207 int bind, bool rtnl_held, struct tcf_proto *tp, in tcf_ipt_init()
216 int bind, bool unlocked, struct tcf_proto *tp, in tcf_xt_init()
275 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ipt_dump()
Dact_connmark.c96 int ovr, int bind, bool rtnl_held, in tcf_connmark_init()
170 int bind, int ref) in tcf_connmark_dump()
Dact_nat.c37 struct tc_action **a, int ovr, int bind, in tcf_nat_init()
263 int bind, int ref) in tcf_nat_dump()
Dact_simple.c88 int ovr, int bind, bool rtnl_held, in tcf_simp_init()
171 int bind, int ref) in tcf_simp_dump()
Dact_skbedit.c88 int ovr, int bind, bool rtnl_held, in tcf_skbedit_init()
229 int bind, int ref) in tcf_skbedit_dump()
Dact_skbmod.c81 int ovr, int bind, bool rtnl_held, in tcf_skbmod_init()
215 int bind, int ref) in tcf_skbmod_dump()
Dact_sample.c38 int bind, bool rtnl_held, struct tcf_proto *tp, in tcf_sample_init()
200 int bind, int ref) in tcf_sample_dump()
Dact_gact.c55 int ovr, int bind, bool rtnl_held, in tcf_gact_init()
193 int bind, int ref) in tcf_gact_dump()
Dact_mpls.c133 int ovr, int bind, bool rtnl_held, in tcf_mpls_init()
295 int bind, int ref) in tcf_mpls_dump()
Dact_police.c49 int ovr, int bind, bool rtnl_held, in tcf_police_init()
305 int bind, int ref) in tcf_police_dump()
Dact_vlan.c104 int ovr, int bind, bool rtnl_held, in tcf_vlan_init()
253 int bind, int ref) in tcf_vlan_dump()
Dact_ctinfo.c155 int ovr, int bind, bool rtnl_held, in tcf_ctinfo_init()
283 int bind, int ref) in tcf_ctinfo_dump()
Dact_pedit.c139 int ovr, int bind, bool rtnl_held, in tcf_pedit_init()
412 int bind, int ref) in tcf_pedit_dump()
Dact_bpf.c135 int bind, int ref) in tcf_bpf_dump()
277 int replace, int bind, bool rtnl_held, in tcf_bpf_init()
Dact_mirred.c94 int ovr, int bind, bool rtnl_held, in tcf_mirred_init()
328 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_mirred_dump()
Dact_tunnel_key.c214 int ovr, int bind, bool rtnl_held, in tunnel_key_init()
513 int bind, int ref) in tunnel_key_dump()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c763 bool bind) in mlxsw_sp_span_entry_bound_port_find()
779 bool bind) in mlxsw_sp_span_inspected_port_bind()
795 bool bind) in mlxsw_sp_span_inspected_port_add()
864 bool bind) in mlxsw_sp_span_inspected_port_del()
905 enum mlxsw_sp_span_type type, bool bind, in mlxsw_sp_span_mirror_add()
944 enum mlxsw_sp_span_type type, bool bind) in mlxsw_sp_span_mirror_del()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/dma/
Dpriv.h8 int (*bind)(struct nvkm_dmaobj *, struct nvkm_gpuobj *, int align, member
/Linux-v5.4/drivers/xen/
Devtchn.c466 struct ioctl_evtchn_bind_virq bind; in evtchn_ioctl() local
491 struct ioctl_evtchn_bind_interdomain bind; in evtchn_ioctl() local
519 struct ioctl_evtchn_bind_unbound_port bind; in evtchn_ioctl() local
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dsched.c70 enum sched_bind_type type, bool bind) in t4_sched_bind_unbind_op()
248 enum sched_bind_type type, bool bind) in t4_sched_class_bind_unbind_op()
/Linux-v5.4/include/xen/interface/io/
Dpvcalls.h63 } bind; member
102 } bind; member
/Linux-v5.4/include/drm/ttm/
Dttm_tt.h63 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem); member

123