/linux/include/linux/ |
A D | bpf-cgroup.h | 92 #define cgroup_bpf_enabled(atype) static_branch_unlikely(&cgroup_bpf_enabled_key[atype]) argument 162 enum cgroup_bpf_attach_type atype); 165 enum cgroup_bpf_attach_type atype); 169 enum cgroup_bpf_attach_type atype, 175 enum cgroup_bpf_attach_type atype); 183 enum cgroup_bpf_attach_type atype); 248 if (cgroup_bpf_enabled(atype)) { \ 270 if (cgroup_bpf_enabled(atype)) \ 281 if (cgroup_bpf_enabled(atype)) { \ 300 if (cgroup_bpf_enabled(atype)) { \ [all …]
|
/linux/kernel/bpf/ |
A D | cgroup.c | 116 unsigned int atype; in cgroup_bpf_release() local 120 for (atype = 0; atype < ARRAY_SIZE(cgrp->bpf.progs); atype++) { in cgroup_bpf_release() 134 cgrp->bpf.effective[atype], in cgroup_bpf_release() 207 u32 flags = p->bpf.flags[atype]; in hierarchy_allows_attach() 459 if (atype < 0) in __cgroup_bpf_attach() 566 head = &cg->bpf.progs[atype]; in replace_effective_prog() 578 desc->bpf.effective[atype], in replace_effective_prog() 605 if (atype < 0) in __cgroup_bpf_replace() 706 if (atype < 0) in __cgroup_bpf_detach() 734 cgrp->bpf.flags[atype] = 0; in __cgroup_bpf_detach() [all …]
|
/linux/arch/m68k/include/asm/ |
A D | bootstd.h | 60 #define _bsc1(type,name,atype,a) \ argument 61 type name(atype a) \ 72 #define _bsc2(type,name,atype,a,btype,b) \ argument 73 type name(atype a, btype b) \ 85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 86 type name(atype a, btype b, ctype c) \ 100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 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) \ argument 117 type name(atype a, btype b, ctype c, dtype d, etype e) \
|
/linux/net/tipc/ |
A D | addr.h | 64 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()
|
A D | socket.c | 717 u32 atype = ua->addrtype; in tipc_bind() local 722 if (atype == TIPC_SOCKET_ADDR) in tipc_bind() 1421 int atype, mtu, rc; in __tipc_sendmsg() local 1429 atype = ua->addrtype; in __tipc_sendmsg() 1436 if (atype == TIPC_SERVICE_ADDR) in __tipc_sendmsg() 1438 if (atype == TIPC_SOCKET_ADDR) in __tipc_sendmsg() 1440 if (atype == TIPC_SERVICE_RANGE) in __tipc_sendmsg() 1449 atype = ua->addrtype; in __tipc_sendmsg() 1459 if (atype == TIPC_SERVICE_ADDR) in __tipc_sendmsg() 1460 tsk->conn_addrtype = atype; in __tipc_sendmsg() [all …]
|
A D | udp_media.c | 606 int atype; in tipc_parse_udp_addr() local 608 atype = ipv6_addr_type(&ip6->sin6_addr); in tipc_parse_udp_addr() 609 if (__ipv6_addr_needs_scope_id(atype) && in tipc_parse_udp_addr()
|
/linux/net/atm/ |
A D | addr.c | 48 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() argument 80 if (atype == ATM_ADDR_LECS) in atm_add_addr() 104 enum atm_addr_type_t atype) in atm_del_addr() argument 115 if (atype == ATM_ADDR_LECS) in atm_del_addr() 134 size_t size, enum atm_addr_type_t atype) in atm_get_addr() argument 143 if (atype == ATM_ADDR_LECS) in atm_get_addr()
|
/linux/include/linux/surface_aggregator/ |
A D | controller.h | 395 #define SSAM_DEFINE_SYNC_REQUEST_W(name, atype, spec...) \ argument 396 static int name(struct ssam_controller *ctrl, const atype *arg) \ 406 rqst.length = sizeof(atype); \ 410 sizeof(atype)); \ 537 #define SSAM_DEFINE_SYNC_REQUEST_MD_W(name, atype, spec...) \ argument 538 static int name(struct ssam_controller *ctrl, u8 tid, u8 iid, const atype *arg) \ 548 rqst.length = sizeof(atype); \ 552 sizeof(atype)); \
|
A D | device.h | 382 #define SSAM_DEFINE_SYNC_REQUEST_CL_W(name, atype, spec...) \ argument 383 SSAM_DEFINE_SYNC_REQUEST_MD_W(__raw_##name, atype, spec) \ 384 static int name(struct ssam_device *sdev, const atype *arg) \
|
/linux/drivers/s390/char/ |
A D | sclp_pci.c | 39 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()
|
/linux/net/bpf/ |
A D | bpf_dummy_struct_ops.c | 147 int size, enum bpf_access_type atype, in bpf_dummy_ops_btf_struct_access() argument 165 err = btf_struct_access(log, btf, t, off, size, atype, next_btf_id); in bpf_dummy_ops_btf_struct_access() 169 return atype == BPF_READ ? err : NOT_INIT; in bpf_dummy_ops_btf_struct_access()
|
/linux/net/ipv4/ |
A D | bpf_tcp_ca.c | 97 int size, enum bpf_access_type atype, in bpf_tcp_ca_btf_struct_access() argument 102 if (atype == BPF_READ) in bpf_tcp_ca_btf_struct_access() 103 return btf_struct_access(log, btf, t, off, size, atype, next_btf_id); in bpf_tcp_ca_btf_struct_access()
|
/linux/fs/ntfs3/ |
A D | record.c | 293 u32 atype; in mi_find_attr() local 300 atype = le32_to_cpu(attr->type); in mi_find_attr() 301 if (atype > type_in) in mi_find_attr() 304 if (atype < type_in) in mi_find_attr()
|
/linux/drivers/nvme/target/ |
A D | trace.c | 43 u8 atype = cdw10[15]; in nvmet_trace_get_lba_status() local 46 slba, mndw, rl, atype); in nvmet_trace_get_lba_status()
|
/linux/drivers/nvme/host/ |
A D | trace.c | 110 u8 atype = cdw10[15]; in nvme_trace_get_lba_status() local 113 slba, mndw, rl, atype); in nvme_trace_get_lba_status()
|
/linux/arch/s390/include/uapi/asm/ |
A D | chsc.h | 113 } atype; member
|
/linux/kernel/trace/ |
A D | trace_probe.h | 195 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument 196 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
|
/linux/drivers/net/ipvlan/ |
A D | ipvlan_core.c | 58 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()
|
A D | ipvlan.h | 85 ipvl_hdr_type atype; member
|
A D | ipvlan_main.c | 814 addr->atype = IPVL_IPV4; in ipvlan_add_addr() 818 addr->atype = IPVL_IPV6; in ipvlan_add_addr()
|
/linux/Documentation/devicetree/bindings/dma/ti/ |
A D | k3-udma.yaml | 139 ti,udma-atype: 144 - ti,udma-atype
|
/linux/drivers/dma/ti/ |
A D | k3-udma.c | 211 u32 atype; member 256 u32 atype; member 4068 u32 atype; member 4093 filter_param->atype); in udma_dma_filter_fn() 4104 ucc->atype = filter_param->atype; in udma_dma_filter_fn() 4123 ucc->atype = 0; in udma_dma_filter_fn() 4135 ucc->atype = 0; in udma_dma_filter_fn() 4201 filter_param.atype = 0; in udma_of_xlate() 4213 filter_param.atype = 0; in udma_of_xlate() 4217 filter_param.atype = 0; in udma_of_xlate() [all …]
|
/linux/drivers/s390/cio/ |
A D | chsc_sch.c | 793 u32 atype : 8; in chsc_ioctl_dcal() member 818 sdcal_area->atype = dcal->req.atype; in chsc_ioctl_dcal()
|
/linux/arch/s390/mm/ |
A D | gmap.c | 39 unsigned long etype, atype; in gmap_alloc() local 43 atype = _ASCE_TYPE_SEGMENT; in gmap_alloc() 47 atype = _ASCE_TYPE_REGION3; in gmap_alloc() 51 atype = _ASCE_TYPE_REGION2; in gmap_alloc() 55 atype = _ASCE_TYPE_REGION1; in gmap_alloc() 78 gmap->asce = atype | _ASCE_TABLE_LENGTH | in gmap_alloc()
|
/linux/tools/testing/selftests/bpf/ |
A D | test_sysctl.c | 1551 enum bpf_attach_type atype = test->attach_type; in run_test_case() local 1569 if (bpf_prog_attach(progfd, cgfd, atype, BPF_F_ALLOW_OVERRIDE) == -1) { in run_test_case() 1595 bpf_prog_detach(cgfd, atype); in run_test_case()
|