Searched refs:extra_flags (Results 1 – 16 of 16) sorted by relevance
63 extra_flags = string_join(" ", target_arch_cflags)65 extra_flags += " --target=$target_triple"66 extra_flags += " --sysroot=" + rebase_path(ohos_current_sysroot)73 command += " CFLAGS=\"$cflags $extra_flags\""
72 extra_flags = string_join(" ", target_arch_cflags)74 extra_flags += " --target=$target_triple"75 extra_flags += " --sysroot=" + rebase_path(ohos_current_sysroot)81 command += " CFLAGS=\"$cflags $extra_flags\""
46 #define DECLARE_GENERIC_PCI_DEV(extra_flags) \ argument50 extra_flags, \
73 t->props.extra_flags = x->props.extra_flags; in ipcomp_tunnel_create()
93 !(x->props.extra_flags & XFRM_SA_XFLAG_OSEQ_MAY_WRAP)) { in xfrm_replay_overflow()173 !(x->props.extra_flags & XFRM_SA_XFLAG_OSEQ_MAY_WRAP)) { in xfrm_replay_overflow_bmp()578 !(x->props.extra_flags & XFRM_SA_XFLAG_OSEQ_MAY_WRAP)) { in xfrm_replay_overflow_offload()618 !(x->props.extra_flags & XFRM_SA_XFLAG_OSEQ_MAY_WRAP)) { in xfrm_replay_overflow_offload_bmp()
218 if (x->props.extra_flags & XFRM_SA_XFLAG_DONT_ENCAP_DSCP) in xfrm4_tunnel_encap_add()263 if (x->props.extra_flags & XFRM_SA_XFLAG_DONT_ENCAP_DSCP) in xfrm6_tunnel_encap_add()
606 x->props.extra_flags = nla_get_u32(attrs[XFRMA_SA_EXTRA_FLAGS]); in xfrm_state_construct()903 if (x->props.extra_flags) { in copy_to_user_state_extra()905 x->props.extra_flags); in copy_to_user_state_extra()2926 if (x->props.extra_flags) in xfrm_sa_len()2927 l += nla_total_size(sizeof(x->props.extra_flags)); in xfrm_sa_len()
1549 x->props.extra_flags = orig->props.extra_flags; in xfrm_state_clone()
155 u32 extra_flags; member
634 func_cap->extra_flags = 0; in mlx4_QUERY_FUNC_CAP()642 func_cap->extra_flags |= MLX4_QUERY_FUNC_FLAGS_BF_RES_QP; in mlx4_QUERY_FUNC_CAP()644 func_cap->extra_flags |= MLX4_QUERY_FUNC_FLAGS_A0_RES_QP; in mlx4_QUERY_FUNC_CAP()
1077 if (func_cap->extra_flags & MLX4_QUERY_FUNC_FLAGS_BF_RES_QP && in mlx4_slave_cap()1081 if (func_cap->extra_flags & MLX4_QUERY_FUNC_FLAGS_A0_RES_QP) in mlx4_slave_cap()
821 u64 extra_flags = chunk_to_extended(flags) & in clear_avail_alloc_bits() local826 fs_info->avail_data_alloc_bits &= ~extra_flags; in clear_avail_alloc_bits()828 fs_info->avail_metadata_alloc_bits &= ~extra_flags; in clear_avail_alloc_bits()830 fs_info->avail_system_alloc_bits &= ~extra_flags; in clear_avail_alloc_bits()1632 u64 extra_flags = chunk_to_extended(flags) & in set_avail_alloc_bits() local1637 fs_info->avail_data_alloc_bits |= extra_flags; in set_avail_alloc_bits()1639 fs_info->avail_metadata_alloc_bits |= extra_flags; in set_avail_alloc_bits()1641 fs_info->avail_system_alloc_bits |= extra_flags; in set_avail_alloc_bits()
895 int extra_flags = NFS_MOUNT_LEGACY_INTERFACE; in nfs23_parse_monolithic() local914 extra_flags |= NFS_MOUNT_SECFLAVOUR; in nfs23_parse_monolithic()954 ctx->flags |= extra_flags; in nfs23_parse_monolithic()
382 uint32_t extra_flags) in __create_map() argument388 BPF_F_NO_PREALLOC : 0) | extra_flags); in __create_map()
621 unsigned long extra_flags) in set_work_pwq() argument624 WORK_STRUCT_PENDING | WORK_STRUCT_PWQ | extra_flags); in set_work_pwq()1336 struct list_head *head, unsigned int extra_flags) in insert_work() argument1341 set_work_pwq(work, pwq, extra_flags); in insert_work()
183 u32 extra_flags; member