Home
last modified time | relevance | path

Searched refs:atype (Results 51 - 75 of 80) sorted by relevance

1234

/kernel/linux/linux-6.6/drivers/net/ipvlan/
H A Dipvlan_l3s.c106 if (addr->atype == IPVL_IPV6) in ipvlan_nf_input()
H A Dipvlan_main.c815 addr->atype = IPVL_IPV4; in ipvlan_add_addr()
819 addr->atype = IPVL_IPV6; in ipvlan_add_addr()
/kernel/linux/linux-6.6/drivers/dma/ti/
H A Dk3-udma.c212 u32 atype; member
257 u32 atype; member
1893 req_tx.tx_atype = ud->atype; in udma_tisci_m2m_channel_config()
1911 req_rx.rx_atype = ud->atype; in udma_tisci_m2m_channel_config()
1984 req_tx.tx_atype = uc->config.atype; in udma_tisci_tx_channel_config()
2057 req_rx.rx_atype = uc->config.atype; in udma_tisci_rx_channel_config()
4095 u32 atype; member
4118 if (filter_param->atype > 2) { in udma_dma_filter_fn()
4119 dev_err(ud->dev, "Invalid channel atype: %u\n", in udma_dma_filter_fn()
4120 filter_param->atype); in udma_dma_filter_fn()
[all...]
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dgmap.c51 unsigned long etype, atype; in gmap_alloc() local
55 atype = _ASCE_TYPE_SEGMENT; in gmap_alloc()
59 atype = _ASCE_TYPE_REGION3; in gmap_alloc()
63 atype = _ASCE_TYPE_REGION2; in gmap_alloc()
67 atype = _ASCE_TYPE_REGION1; in gmap_alloc()
90 gmap->asce = atype | _ASCE_TABLE_LENGTH | in gmap_alloc()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_sysctl.c1551 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/ipvlan/
H A Dipvlan_main.c813 addr->atype = IPVL_IPV4; in ipvlan_add_addr()
817 addr->atype = IPVL_IPV6; in ipvlan_add_addr()
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_ctl.c966 unsigned int atype, i; in ip_vs_new_dest() local
974 atype = ipv6_addr_type(&udest->addr.in6); in ip_vs_new_dest()
975 if ((!(atype & IPV6_ADDR_UNICAST) || in ip_vs_new_dest()
976 atype & IPV6_ADDR_LINKLOCAL) && in ip_vs_new_dest()
986 atype = inet_addr_type(svc->ipvs->net, udest->addr.ip); in ip_vs_new_dest()
987 if (atype != RTN_LOCAL && atype != RTN_UNICAST) in ip_vs_new_dest()
/third_party/python/Parser/
H A Dasdl_c.py391 argstr = ", ".join(["%s %s" % (atype, aname)
392 for atype, aname, opt in args])
411 argstr = ", ".join(["%s %s" % (atype, aname)
412 for atype, aname, opt in args + attrs])
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dnettest.c1432 enum addr_type atype) in convert_addr()
1447 switch (atype) { in convert_addr()
1431 convert_addr(struct sock_args *args, const char *_str, enum addr_type atype) convert_addr() argument
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dchsc.c1121 u8 atype; in chsc_get_cssid_iid() member
1139 sdcal_area->atype = 4; in chsc_get_cssid_iid()
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dchsc.c1165 u8 atype; in chsc_get_cssid_iid() member
1183 sdcal_area->atype = 4; in chsc_get_cssid_iid()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c310 enum bpf_attach_type atype; in test_destroy_orphan_child() member
320 xbpf_prog_attach(t->progfd, mapfd, t->atype, 0) != 0) in test_destroy_orphan_child()
326 xbpf_prog_detach2(t->progfd, mapfd, t->atype); in test_destroy_orphan_child()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_ctl.c1061 unsigned int atype; in ip_vs_new_dest() local
1066 atype = ipv6_addr_type(&udest->addr.in6); in ip_vs_new_dest()
1067 if ((!(atype & IPV6_ADDR_UNICAST) || in ip_vs_new_dest()
1068 atype & IPV6_ADDR_LINKLOCAL) && in ip_vs_new_dest()
1078 atype = inet_addr_type(svc->ipvs->net, udest->addr.ip); in ip_vs_new_dest()
1079 if (atype != RTN_LOCAL && atype != RTN_UNICAST) in ip_vs_new_dest()
/third_party/python/Modules/
H A Dsocketmodule.c2089 unsigned int atype, v1, v2, v3; in getsockaddrarg() local
2103 &atype, &v1, &v2, &v3, &scope)) in getsockaddrarg()
2113 addr->addrtype = atype; in getsockaddrarg()
2115 if (atype == TIPC_ADDR_NAMESEQ) { in getsockaddrarg()
2119 } else if (atype == TIPC_ADDR_NAME) { in getsockaddrarg()
2122 } else if (atype == TIPC_ADDR_ID) { in getsockaddrarg()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c1257 #define WIPE_TIMESTAMPS(atype, attr, timestamp) \
1259 atype *ats; \
1260 ats = (atype *)((char *)(attr) + le16_to_cpu((attr)->value_offset)); \
H A Dntfsresize.c713 ATTR_TYPES atype; in collect_resize_constraints() local
721 atype = resize->ctx->attr->type; in collect_resize_constraints()
731 if (atype == AT_DATA && NInoAttrList(resize->ni)) in collect_resize_constraints()
755 if (atype == AT_DATA) in collect_resize_constraints()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_bmap.c3471 xfs_alloctype_t atype = 0; /* type for allocation routines */ in xfs_bmap_btalloc() local
3599 atype = args.type; in xfs_bmap_btalloc()
3615 atype = args.type; in xfs_bmap_btalloc()
3654 args.type = atype; in xfs_bmap_btalloc()
3668 args.type = atype; in xfs_bmap_btalloc()
/kernel/linux/linux-5.10/include/linux/
H A Dbpf.h523 enum bpf_access_type atype,
1549 enum bpf_access_type atype,
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dnettest.c762 enum addr_type atype) in convert_addr()
777 switch (atype) { in convert_addr()
761 convert_addr(struct sock_args *args, const char *_str, enum addr_type atype) convert_addr() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp569 const char* atype = useSame ? sameType : "gl_MatrixUseA"; in initPrograms() local
574 matAType << "coopmat<" << componentTypeInfo[m_data.inputType].typeName << ", gl_ScopeSubgroup, " << dims[0].rows << ", " << dims[0].cols << ", " << atype << ">"; in initPrograms()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dverifier.c3778 enum bpf_access_type atype, in check_ptr_to_btf_access()
3805 atype, &btf_id); in check_ptr_to_btf_access()
3807 if (atype != BPF_READ) { in check_ptr_to_btf_access()
3812 ret = btf_struct_access(&env->log, t, off, size, atype, in check_ptr_to_btf_access()
3819 if (atype == BPF_READ && value_regno >= 0) in check_ptr_to_btf_access()
3828 enum bpf_access_type atype, in check_ptr_to_map_access()
3865 if (atype != BPF_READ) { in check_ptr_to_map_access()
3870 ret = btf_struct_access(&env->log, t, off, size, atype, &btf_id); in check_ptr_to_map_access()
3775 check_ptr_to_btf_access(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int regno, int off, int size, enum bpf_access_type atype, int value_regno) check_ptr_to_btf_access() argument
3825 check_ptr_to_map_access(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int regno, int off, int size, enum bpf_access_type atype, int value_regno) check_ptr_to_map_access() argument
/kernel/linux/linux-6.6/include/linux/
H A Dbpf.h2409 int off, int size, enum bpf_access_type atype,
2666 int off, int size, enum bpf_access_type atype, in btf_struct_access()
2664 btf_struct_access(struct bpf_verifier_log *log, const struct bpf_reg_state *reg, int off, int size, enum bpf_access_type atype, u32 *next_btf_id, enum bpf_type_flag *flag, const char **field_name) btf_struct_access() argument
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbtf.c5912 enum bpf_attach_type atype = prog->expected_attach_type; in prog_args_trusted() local
5916 return atype == BPF_TRACE_RAW_TP || atype == BPF_TRACE_ITER; in prog_args_trusted()
6387 int off, int size, enum bpf_access_type atype __maybe_unused, in btf_struct_access()
H A Dverifier.c6370 enum bpf_access_type atype, in check_ptr_to_btf_access()
6423 if (env->ops->btf_struct_access && !type_is_alloc(reg->type) && atype == BPF_WRITE) { in check_ptr_to_btf_access()
6434 if (atype != BPF_READ && !type_is_ptr_alloc_obj(reg->type)) { in check_ptr_to_btf_access()
6445 ret = btf_struct_access(&env->log, reg, off, size, atype, &btf_id, &flag, &field_name); in check_ptr_to_btf_access()
6509 if (atype == BPF_READ && value_regno >= 0) in check_ptr_to_btf_access()
6518 enum bpf_access_type atype, in check_ptr_to_map_access()
6557 if (atype != BPF_READ) { in check_ptr_to_map_access()
6565 ret = btf_struct_access(&env->log, &map_reg, off, size, atype, &btf_id, &flag, NULL); in check_ptr_to_map_access()
7238 enum bpf_access_type atype = meta && meta->raw_mode ? BPF_WRITE : BPF_READ; in check_helper_mem_access() local
7246 atype, in check_helper_mem_access()
6367 check_ptr_to_btf_access(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int regno, int off, int size, enum bpf_access_type atype, int value_regno) check_ptr_to_btf_access() argument
6515 check_ptr_to_map_access(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int regno, int off, int size, enum bpf_access_type atype, int value_regno) check_ptr_to_map_access() argument
[all...]

Completed in 113 milliseconds

1234