Home
last modified time | relevance | path

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

1234

/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()
/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...]
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_attr.c107 const ASN1_TYPE *atype; in PKCS12_get_friendlyname() local
109 if ((atype = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName)) == NULL) in PKCS12_get_friendlyname()
111 if (atype->type != V_ASN1_BMPSTRING) in PKCS12_get_friendlyname()
113 return OPENSSL_uni2utf8(atype->value.bmpstring->data, in PKCS12_get_friendlyname()
114 atype->value.bmpstring->length); in PKCS12_get_friendlyname()
/third_party/openssl/crypto/pkcs12/
H A Dp12_attr.c107 const ASN1_TYPE *atype; in PKCS12_get_friendlyname() local
109 if ((atype = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName)) == NULL) in PKCS12_get_friendlyname()
111 if (atype->type != V_ASN1_BMPSTRING) in PKCS12_get_friendlyname()
113 return OPENSSL_uni2utf8(atype->value.bmpstring->data, in PKCS12_get_friendlyname()
114 atype->value.bmpstring->length); in PKCS12_get_friendlyname()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscmp.c395 static void print_attribute_type(ATTR_TYPES atype) in print_attribute_type() argument
397 printf("attribute 0x%x", le32_to_cpu(atype)); in print_attribute_type()
419 ATTR_TYPES atype, in get_attr_name()
426 if (atype == AT_END) in get_attr_name()
433 print_attribute_type(atype); in get_attr_name()
452 ATTR_TYPES atype = ctx->attr->type; in get_attr_name_ctx() local
454 return get_attr_name(mft_no, atype, GET_ATTR_NAME(ctx->attr)); in get_attr_name_ctx()
457 static void print_attribute(ATTR_TYPES atype, char *name) in print_attribute() argument
459 print_attribute_type(atype); in print_attribute()
720 static void vprint_attribute(ATTR_TYPES atype, cha argument
418 get_attr_name(u64 mft_no, ATTR_TYPES atype, const ntfschar *uname, const int uname_len) get_attr_name() argument
790 set_prev(char **prev_name, ATTR_TYPES *prev_atype, char *name, ATTR_TYPES atype) set_prev() argument
803 set_cmp_attr(ntfs_attr_search_ctx *ctx, ATTR_TYPES *atype, char **name) set_cmp_attr() argument
811 next_attr(ntfs_attr_search_ctx *ctx, ATTR_TYPES *atype, char **name, int *err) next_attr() argument
[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()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_dh.c23 int atype; in dh_cms_set_peerkey() local
33 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in dh_cms_set_peerkey()
37 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL) in dh_cms_set_peerkey()
H A Dcms_ec.c76 int atype; in ecdh_cms_set_peerkey() local
83 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in ecdh_cms_set_peerkey()
88 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) { in ecdh_cms_set_peerkey()
101 pkpeer = pkey_type2param(atype, aval, in ecdh_cms_set_peerkey()
/third_party/openssl/crypto/cms/
H A Dcms_dh.c23 int atype; in dh_cms_set_peerkey() local
33 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in dh_cms_set_peerkey()
37 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL) in dh_cms_set_peerkey()
H A Dcms_ec.c76 int atype; in ecdh_cms_set_peerkey() local
83 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in ecdh_cms_set_peerkey()
88 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) { in ecdh_cms_set_peerkey()
101 pkpeer = pkey_type2param(atype, aval, in ecdh_cms_set_peerkey()
/third_party/openssl/crypto/x509/
H A Dx509_att.c268 int atype = 0; in X509_ATTRIBUTE_set1_data() local
278 atype = stmp->type; in X509_ATTRIBUTE_set1_data()
284 atype = attrtype; in X509_ATTRIBUTE_set1_data()
301 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
/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
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_att.c337 int atype = 0; in X509_ATTRIBUTE_set1_data() local
347 atype = stmp->type; in X509_ATTRIBUTE_set1_data()
353 atype = attrtype; in X509_ATTRIBUTE_set1_data()
370 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
/third_party/ffmpeg/libavfilter/
H A Dvf_estdif.c249 #define INTERPOLATE(type, atype, amax, ss) \
272 const atype mcost = s->mcost * s->redge * 4.f; \
273 atype sd[S], sD[S], di = 0; \
274 atype dmin = amax; \
278 atype sum = 0; \
296 atype sum = 0; \
/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()

Completed in 15 milliseconds

1234