Home
last modified time | relevance | path

Searched refs:atype (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.15/include/linux/
H A Dbpf-cgroup.h78 #define cgroup_bpf_enabled(atype) static_branch_unlikely(&cgroup_bpf_enabled_key[atype]) argument
122 enum cgroup_bpf_attach_type atype);
125 enum cgroup_bpf_attach_type atype);
130 enum cgroup_bpf_attach_type atype,
136 enum cgroup_bpf_attach_type atype);
144 enum cgroup_bpf_attach_type atype);
245 if (cgroup_bpf_enabled(atype)) \
247 atype, NULL, NULL); \
257 atype, t_ctx, NULL); \
275 atype, NULL, &__flags); \
[all …]
/linux-6.15/arch/m68k/include/asm/
H A Dbootstd.h60 #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-6.15/kernel/bpf/
H A Dcgroup.c300 unsigned int atype; in cgroup_bpf_release() local
304 for (atype = 0; atype < ARRAY_SIZE(cgrp->bpf.progs); atype++) { in cgroup_bpf_release()
325 cgrp->bpf.effective[atype], in cgroup_bpf_release()
667 if (atype < 0) in __cgroup_bpf_attach()
810 desc->bpf.effective[atype], in replace_effective_prog()
838 if (atype < 0) in __cgroup_bpf_replace()
964 desc->bpf.effective[atype], in purge_effective_progs()
1000 if (atype < 0) in __cgroup_bpf_detach()
1032 cgrp->bpf.flags[atype] = 0; in __cgroup_bpf_detach()
1087 for (atype = from_atype; atype <= to_atype; atype++) { in __cgroup_bpf_query()
[all …]
/linux-6.15/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.c716 u32 atype = ua->addrtype; in tipc_bind() local
721 if (atype == TIPC_SOCKET_ADDR) in tipc_bind()
1418 int atype, mtu, rc; in __tipc_sendmsg() local
1426 atype = ua->addrtype; in __tipc_sendmsg()
1433 if (atype == TIPC_SERVICE_ADDR) in __tipc_sendmsg()
1435 if (atype == TIPC_SOCKET_ADDR) in __tipc_sendmsg()
1437 if (atype == TIPC_SERVICE_RANGE) in __tipc_sendmsg()
1446 atype = ua->addrtype; in __tipc_sendmsg()
1456 if (atype == TIPC_SERVICE_ADDR) in __tipc_sendmsg()
1457 tsk->conn_addrtype = atype; in __tipc_sendmsg()
[all …]
H A Dudp_media.c609 int atype; in tipc_parse_udp_addr() local
611 atype = ipv6_addr_type(&ip6->sin6_addr); in tipc_parse_udp_addr()
612 if (__ipv6_addr_needs_scope_id(atype) && in tipc_parse_udp_addr()
/linux-6.15/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() 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-6.15/include/linux/surface_aggregator/
H A Dcontroller.h395 #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)); \
497 #define SSAM_DEFINE_SYNC_REQUEST_WR(name, atype, rtype, spec...) \ argument
510 rqst.length = sizeof(atype); \
598 #define SSAM_DEFINE_SYNC_REQUEST_MD_W(name, atype, spec...) \ argument
609 rqst.length = sizeof(atype); \
613 sizeof(atype)); \
706 const atype *arg, rtype *ret) \
[all …]
H A Ddevice.h488 #define SSAM_DEFINE_SYNC_REQUEST_CL_W(name, atype, spec...) \ argument
489 SSAM_DEFINE_SYNC_REQUEST_MD_W(__raw_##name, atype, spec) \
490 static int name(struct ssam_device *sdev, const atype *arg) \
558 #define SSAM_DEFINE_SYNC_REQUEST_CL_WR(name, atype, rtype, spec...) \ argument
559 SSAM_DEFINE_SYNC_REQUEST_MD_WR(__raw_##name, atype, rtype, spec) \
560 static int name(struct ssam_device *sdev, const atype *arg, rtype *ret) \
/linux-6.15/drivers/s390/char/
H A Dsclp_pci.c34 u8 atype; /* adapter type */ member
53 sccb->atype = SCLP_ATYPE_PCI; in do_pci_configure()
152 sccb->evbuf.atype = SCLP_ATYPE_PCI; in sclp_pci_report()
/linux-6.15/fs/ntfs3/
H A Drecord.c364 u32 atype; in mi_find_attr() local
371 atype = le32_to_cpu(attr->type); in mi_find_attr()
372 if (atype > type_in) in mi_find_attr()
375 if (atype < type_in) in mi_find_attr()
/linux-6.15/arch/s390/include/uapi/asm/
H A Dchsc.h113 } atype; member
/linux-6.15/drivers/nvme/target/
H A Dtrace.c43 u8 atype = cdw10[15]; in nvmet_trace_get_lba_status() local
46 slba, mndw, rl, atype); in nvmet_trace_get_lba_status()
/linux-6.15/drivers/net/ipvlan/
H A Dipvlan_core.c61 if (!is_v6 && addr->atype == IPVL_IPV4) { in addr_equal()
66 } else if (is_v6 && addr->atype == IPVL_IPV6) { in addr_equal()
95 hash = (addr->atype == IPVL_IPV6) ? in ipvlan_ht_addr_add()
H A Dipvlan.h85 ipvl_hdr_type atype; member
H A Dipvlan_l3s.c108 if (addr->atype == IPVL_IPV6) in ipvlan_nf_input()
H A Dipvlan_main.c827 addr->atype = IPVL_IPV4; in ipvlan_add_addr()
831 addr->atype = IPVL_IPV6; in ipvlan_add_addr()
/linux-6.15/arch/s390/include/asm/
H A Dsclp.h138 u8 atype; member
/linux-6.15/Documentation/devicetree/bindings/dma/ti/
H A Dk3-udma.yaml143 ti,udma-atype:
148 - ti,udma-atype
/linux-6.15/kernel/trace/
H A Dtrace_probe.h205 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument
206 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
/linux-6.15/drivers/nvme/host/
H A Dtrace.c110 u8 atype = cdw10[15]; in nvme_trace_get_lba_status() local
113 slba, mndw, rl, atype); in nvme_trace_get_lba_status()
/linux-6.15/drivers/dma/ti/
H A Dk3-udma.c212 u32 atype; member
257 u32 atype; member
4134 u32 atype; member
4159 filter_param->atype); in udma_dma_filter_fn()
4170 ucc->atype = filter_param->atype; in udma_dma_filter_fn()
4189 ucc->atype = 0; in udma_dma_filter_fn()
4201 ucc->atype = 0; in udma_dma_filter_fn()
4266 filter_param.atype = 0; in udma_of_xlate()
4278 filter_param.atype = 0; in udma_of_xlate()
4282 filter_param.atype = 0; in udma_of_xlate()
[all …]
/linux-6.15/drivers/s390/cio/
H A Dchsc_sch.c789 u32 atype : 8; in chsc_ioctl_dcal() member
814 sdcal_area->atype = dcal->req.atype; in chsc_ioctl_dcal()
/linux-6.15/arch/s390/mm/
H A Dgmap.c63 unsigned long etype, atype; in gmap_alloc() local
67 atype = _ASCE_TYPE_SEGMENT; in gmap_alloc()
71 atype = _ASCE_TYPE_REGION3; in gmap_alloc()
75 atype = _ASCE_TYPE_REGION2; in gmap_alloc()
79 atype = _ASCE_TYPE_REGION1; in gmap_alloc()
98 gmap->asce = atype | _ASCE_TABLE_LENGTH | in gmap_alloc()
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_sysctl.c1545 enum bpf_attach_type atype = test->attach_type; in run_test_case() local
1563 if (bpf_prog_attach(progfd, cgfd, atype, BPF_F_ALLOW_OVERRIDE) < 0) { in run_test_case()
1589 bpf_prog_detach(cgfd, atype); in run_test_case()

12