Home
last modified time | relevance | path

Searched refs:atype (Results 1 - 25 of 57) sorted by relevance

123

/kernel/linux/linux-6.6/include/linux/
H A Dbpf-cgroup.h73 #define cgroup_bpf_enabled(atype) static_branch_unlikely(&cgroup_bpf_enabled_key[atype])
116 enum cgroup_bpf_attach_type atype);
119 enum cgroup_bpf_attach_type atype);
124 enum cgroup_bpf_attach_type atype,
130 enum cgroup_bpf_attach_type atype);
133 short access, enum cgroup_bpf_attach_type atype);
138 enum cgroup_bpf_attach_type atype);
213 #define BPF_CGROUP_RUN_SK_PROG(sk, atype) \
216 if (cgroup_bpf_enabled(atype)) { \
[all...]
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dbootstd.h60 #define _bsc1(type,name,atype,a) \
61 type name(atype a) \
72 #define _bsc2(type,name,atype,a,btype,b) \
73 type name(atype a, btype b) \
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \
86 type name(atype a, btype b, ctype c) \
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
101 type name(atype a, btype b, ctype c, dtype d) \
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
117 type name(atype
[all...]
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dbootstd.h60 #define _bsc1(type,name,atype,a) \
61 type name(atype a) \
72 #define _bsc2(type,name,atype,a,btype,b) \
73 type name(atype a, btype b) \
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \
86 type name(atype a, btype b, ctype c) \
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
101 type name(atype a, btype b, ctype c, dtype d) \
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
117 type name(atype
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcgroup.c32 enum cgroup_bpf_attach_type atype, in bpf_prog_run_array_cg()
46 array = rcu_dereference(cgrp->effective[atype]); in bpf_prog_run_array_cg()
283 unsigned int atype; in cgroup_bpf_release() local
287 for (atype = 0; atype < ARRAY_SIZE(cgrp->bpf.progs); atype++) { in cgroup_bpf_release()
288 struct hlist_head *progs = &cgrp->bpf.progs[atype]; in cgroup_bpf_release()
305 static_branch_dec(&cgroup_bpf_enabled_key[atype]); in cgroup_bpf_release()
308 cgrp->bpf.effective[atype], in cgroup_bpf_release()
373 enum cgroup_bpf_attach_type atype) in hierarchy_allows_attach()
31 bpf_prog_run_array_cg(const struct cgroup_bpf *cgrp, enum cgroup_bpf_attach_type atype, const void *ctx, bpf_prog_run_fn run_prog, int retval, u32 *ret_flags) bpf_prog_run_array_cg() argument
372 hierarchy_allows_attach(struct cgroup *cgrp, enum cgroup_bpf_attach_type atype) hierarchy_allows_attach() argument
401 compute_effective_progs(struct cgroup *cgrp, enum cgroup_bpf_attach_type atype, struct bpf_prog_array **array) compute_effective_progs() argument
445 activate_effective_progs(struct cgroup *cgrp, enum cgroup_bpf_attach_type atype, struct bpf_prog_array *old_array) activate_effective_progs() argument
504 update_effective_progs(struct cgroup *cgrp, enum cgroup_bpf_attach_type atype) update_effective_progs() argument
617 enum cgroup_bpf_attach_type atype; __cgroup_bpf_attach() local
741 replace_effective_prog(struct cgroup *cgrp, enum cgroup_bpf_attach_type atype, struct bpf_cgroup_link *link) replace_effective_prog() argument
797 enum cgroup_bpf_attach_type atype; __cgroup_bpf_replace() local
893 purge_effective_progs(struct cgroup *cgrp, struct bpf_prog *prog, struct bpf_cgroup_link *link, enum cgroup_bpf_attach_type atype) purge_effective_progs() argument
953 enum cgroup_bpf_attach_type atype; __cgroup_bpf_detach() local
1028 enum cgroup_bpf_attach_type atype; __cgroup_bpf_query() local
1357 __cgroup_bpf_run_filter_skb(struct sock *sk, struct sk_buff *skb, enum cgroup_bpf_attach_type atype) __cgroup_bpf_run_filter_skb() argument
1438 __cgroup_bpf_run_filter_sk(struct sock *sk, enum cgroup_bpf_attach_type atype) __cgroup_bpf_run_filter_sk() argument
1466 __cgroup_bpf_run_filter_sock_addr(struct sock *sk, struct sockaddr *uaddr, int *uaddrlen, enum cgroup_bpf_attach_type atype, void *t_ctx, u32 *flags) __cgroup_bpf_run_filter_sock_addr() argument
1523 __cgroup_bpf_run_filter_sock_ops(struct sock *sk, struct bpf_sock_ops_kern *sock_ops, enum cgroup_bpf_attach_type atype) __cgroup_bpf_run_filter_sock_ops() argument
1534 __cgroup_bpf_check_dev_permission(short dev_type, u32 major, u32 minor, short access, enum cgroup_bpf_attach_type atype) __cgroup_bpf_check_dev_permission() argument
1695 __cgroup_bpf_run_filter_sysctl(struct ctl_table_header *head, struct ctl_table *table, int write, char **buf, size_t *pcount, loff_t *ppos, enum cgroup_bpf_attach_type atype) __cgroup_bpf_run_filter_sysctl() argument
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Daddr.h64 static inline void tipc_uaddr(struct tipc_uaddr *ua, u32 atype, u32 scope, in tipc_uaddr() argument
68 ua->addrtype = atype; in tipc_uaddr()
77 u32 atype; in tipc_uaddr_valid() local
81 atype = ua->addrtype; in tipc_uaddr_valid()
84 if (atype == TIPC_SERVICE_ADDR || atype == TIPC_SOCKET_ADDR) in tipc_uaddr_valid()
86 if (atype == TIPC_SERVICE_RANGE) in tipc_uaddr_valid()
H A Dsocket.c719 u32 atype = ua->addrtype; in tipc_bind() local
724 if (atype == TIPC_SOCKET_ADDR) in tipc_bind()
1423 int atype, mtu, rc; in __tipc_sendmsg() local
1431 atype = ua->addrtype; in __tipc_sendmsg()
1438 if (atype == TIPC_SERVICE_ADDR) in __tipc_sendmsg()
1440 if (atype == TIPC_SOCKET_ADDR) in __tipc_sendmsg()
1442 if (atype == TIPC_SERVICE_RANGE) in __tipc_sendmsg()
1451 atype = ua->addrtype; in __tipc_sendmsg()
1461 if (atype == TIPC_SERVICE_ADDR) in __tipc_sendmsg()
1462 tsk->conn_addrtype = atype; in __tipc_sendmsg()
[all...]
/kernel/linux/linux-5.10/net/atm/
H A Daddr.c48 void atm_reset_addr(struct atm_dev *dev, enum atm_addr_type_t atype) in atm_reset_addr() argument
55 if (atype == ATM_ADDR_LECS) in atm_reset_addr()
69 enum atm_addr_type_t atype) in atm_add_addr()
80 if (atype == ATM_ADDR_LECS) in atm_add_addr()
104 enum atm_addr_type_t atype) in atm_del_addr()
115 if (atype == ATM_ADDR_LECS) in atm_del_addr()
134 size_t size, enum atm_addr_type_t atype) in atm_get_addr()
143 if (atype == ATM_ADDR_LECS) in atm_get_addr()
68 atm_add_addr(struct atm_dev *dev, const struct sockaddr_atmsvc *addr, enum atm_addr_type_t atype) atm_add_addr() argument
103 atm_del_addr(struct atm_dev *dev, const struct sockaddr_atmsvc *addr, enum atm_addr_type_t atype) atm_del_addr() argument
133 atm_get_addr(struct atm_dev *dev, struct sockaddr_atmsvc __user * buf, size_t size, enum atm_addr_type_t atype) atm_get_addr() argument
/kernel/linux/linux-6.6/net/atm/
H A Daddr.c48 void atm_reset_addr(struct atm_dev *dev, enum atm_addr_type_t atype) in atm_reset_addr() argument
55 if (atype == ATM_ADDR_LECS) in atm_reset_addr()
69 enum atm_addr_type_t atype) in atm_add_addr()
80 if (atype == ATM_ADDR_LECS) in atm_add_addr()
104 enum atm_addr_type_t atype) in atm_del_addr()
115 if (atype == ATM_ADDR_LECS) in atm_del_addr()
134 size_t size, enum atm_addr_type_t atype) in atm_get_addr()
143 if (atype == ATM_ADDR_LECS) in atm_get_addr()
68 atm_add_addr(struct atm_dev *dev, const struct sockaddr_atmsvc *addr, enum atm_addr_type_t atype) atm_add_addr() argument
103 atm_del_addr(struct atm_dev *dev, const struct sockaddr_atmsvc *addr, enum atm_addr_type_t atype) atm_del_addr() argument
133 atm_get_addr(struct atm_dev *dev, struct sockaddr_atmsvc __user * buf, size_t size, enum atm_addr_type_t atype) atm_get_addr() argument
/kernel/linux/linux-6.6/include/linux/surface_aggregator/
H A Dcontroller.h376 * @atype: Type of the request's argument.
380 * @spec, with the request taking an argument of type @atype and having no
387 * ssam_controller *ctrl, const atype *arg)``, returning the status of the
395 #define SSAM_DEFINE_SYNC_REQUEST_W(name, atype, spec...) \
396 static int name(struct ssam_controller *ctrl, const atype *arg) \
406 rqst.length = sizeof(atype); \
410 sizeof(atype)); \
476 * @atype: Type of the request's argument.
481 * with the request taking an argument of type @atype and having a return value
488 * ssam_controller *ctrl, const atype *ar
[all...]
H A Ddevice.h467 * @atype: Type of the request's argument.
471 * @spec, with the request taking an argument of type @atype and having no
480 * *sdev, const atype *arg)``, returning the status of the request, which is
489 #define SSAM_DEFINE_SYNC_REQUEST_CL_W(name, atype, spec...) \
490 SSAM_DEFINE_SYNC_REQUEST_MD_W(__raw_##name, atype, spec) \
491 static int name(struct ssam_device *sdev, const atype *arg) \
535 * @atype: Type of the request's argument.
540 * with the request taking an argument of type @atype and having a return value
549 * *sdev, const atype *arg, rtype *ret)``, returning the status of the request,
559 #define SSAM_DEFINE_SYNC_REQUEST_CL_WR(name, atype, rtyp
[all...]
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp_pci.c39 u8 atype; member
52 u8 atype; /* adapter type */ member
71 sccb->atype = SCLP_ATYPE_PCI; in do_pci_configure()
169 sccb->evbuf.atype = SCLP_ATYPE_PCI; in sclp_pci_report()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_pci.c39 u8 atype; member
52 u8 atype; /* adapter type */ member
71 sccb->atype = SCLP_ATYPE_PCI; in do_pci_configure()
169 sccb->evbuf.atype = SCLP_ATYPE_PCI; in sclp_pci_report()
/kernel/linux/linux-5.10/net/ipv4/
H A Dbpf_tcp_ca.c99 int size, enum bpf_access_type atype, in bpf_tcp_ca_btf_struct_access()
104 if (atype == BPF_READ) in bpf_tcp_ca_btf_struct_access()
105 return btf_struct_access(log, t, off, size, atype, next_btf_id); in bpf_tcp_ca_btf_struct_access()
97 bpf_tcp_ca_btf_struct_access(struct bpf_verifier_log *log, const struct btf_type *t, int off, int size, enum bpf_access_type atype, u32 *next_btf_id) bpf_tcp_ca_btf_struct_access() argument
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dtrace.c43 u8 atype = cdw10[15]; in nvmet_trace_get_lba_status() local
45 trace_seq_printf(p, "slba=0x%llx, mndw=0x%x, rl=0x%x, atype=%u", in nvmet_trace_get_lba_status()
46 slba, mndw, rl, atype); in nvmet_trace_get_lba_status()
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dtrace.c96 u8 atype = cdw10[15]; in nvme_trace_get_lba_status() local
98 trace_seq_printf(p, "slba=0x%llx, mndw=0x%x, rl=0x%x, atype=%u", in nvme_trace_get_lba_status()
99 slba, mndw, rl, atype); in nvme_trace_get_lba_status()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dtrace.c43 u8 atype = cdw10[15]; in nvmet_trace_get_lba_status() local
45 trace_seq_printf(p, "slba=0x%llx, mndw=0x%x, rl=0x%x, atype=%u", in nvmet_trace_get_lba_status()
46 slba, mndw, rl, atype); in nvmet_trace_get_lba_status()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Drecord.c350 u32 atype; in mi_find_attr() local
357 atype = le32_to_cpu(attr->type); in mi_find_attr()
358 if (atype > type_in) in mi_find_attr()
361 if (atype < type_in) in mi_find_attr()
/kernel/linux/linux-5.10/drivers/dma/ti/
H A Dk3-udma.c157 u32 atype; member
201 u32 atype; member
1543 req_tx.tx_atype = ud->atype; in udma_tisci_m2m_channel_config()
1557 req_rx.rx_atype = ud->atype; in udma_tisci_m2m_channel_config()
1593 req_tx.tx_atype = uc->config.atype; in udma_tisci_tx_channel_config()
1630 req_rx.rx_atype = uc->config.atype; in udma_tisci_rx_channel_config()
3001 u32 atype; member
3020 if (filter_param->atype > 2) { in udma_dma_filter_fn()
3021 dev_err(ud->dev, "Invalid channel atype: %u\n", in udma_dma_filter_fn()
3022 filter_param->atype); in udma_dma_filter_fn()
[all...]
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H A Dchsc.h113 } atype; member
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H A Dchsc.h113 } atype; member
/kernel/linux/linux-5.10/drivers/net/ipvlan/
H A Dipvlan_core.c58 if (!is_v6 && addr->atype == IPVL_IPV4) { in addr_equal()
63 } else if (is_v6 && addr->atype == IPVL_IPV6) { in addr_equal()
92 hash = (addr->atype == IPVL_IPV6) ? in ipvlan_ht_addr_add()
/kernel/linux/linux-6.6/drivers/net/ipvlan/
H A Dipvlan_core.c58 if (!is_v6 && addr->atype == IPVL_IPV4) { in addr_equal()
63 } else if (is_v6 && addr->atype == IPVL_IPV6) { in addr_equal()
92 hash = (addr->atype == IPVL_IPV6) ? in ipvlan_ht_addr_add()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_probe.h192 /* If ptype is an alias of atype, use this macro (show atype in format) */
193 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \
194 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dtrace.c110 u8 atype = cdw10[15]; in nvme_trace_get_lba_status() local
112 trace_seq_printf(p, "slba=0x%llx, mndw=0x%x, rl=0x%x, atype=%u", in nvme_trace_get_lba_status()
113 slba, mndw, rl, atype); in nvme_trace_get_lba_status()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_probe.h202 /* If ptype is an alias of atype, use this macro (show atype in format) */
203 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \
204 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)

Completed in 33 milliseconds

123