Home
last modified time | relevance | path

Searched refs:immutable (Results 1 – 25 of 69) sorted by relevance

123

/OK3568_Linux_fs/external/xserver/randr/
H A Drrproviderproperty.c114 prop->immutable = FALSE; in RRCreateProviderProperty()
328 Bool pending, Bool range, Bool immutable, in RRConfigureProviderProperty() argument
341 else if (prop->immutable && !immutable) in RRConfigureProviderProperty()
373 prop->immutable = immutable; in RRConfigureProviderProperty()
458 .immutable = prop->immutable in ProcRRQueryProviderProperty()
567 if (prop->immutable) { in ProcRRDeleteProviderProperty()
630 if (prop->immutable && stuff->delete) in ProcRRGetProviderProperty()
H A Drrproperty.c115 prop->immutable = FALSE; in RRCreateOutputProperty()
353 Bool pending, Bool range, Bool immutable, in RRConfigureOutputProperty() argument
366 else if (prop->immutable && !immutable) in RRConfigureOutputProperty()
398 prop->immutable = immutable; in RRConfigureOutputProperty()
486 .immutable = prop->immutable in ProcRRQueryOutputProperty()
602 if (prop->immutable) { in ProcRRDeleteOutputProperty()
666 if (prop->immutable && stuff->delete) in ProcRRGetOutputProperty()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/ocrdma/
H A Docrdma_main.c86 struct ib_port_immutable *immutable) in ocrdma_port_immutable() argument
93 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in ocrdma_port_immutable()
95 immutable->core_cap_flags |= RDMA_CORE_CAP_PROT_ROCE_UDP_ENCAP; in ocrdma_port_immutable()
101 immutable->pkey_tbl_len = attr.pkey_tbl_len; in ocrdma_port_immutable()
102 immutable->gid_tbl_len = attr.gid_tbl_len; in ocrdma_port_immutable()
103 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in ocrdma_port_immutable()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dimmutable.hpp127 void mutate(Immutable<T>& immutable, Fn&& fn) { in mutate() argument
128 Mutable<T> mut = makeMutable<T>(*immutable); in mutate()
130 immutable = std::move(mut); in mutate()
/OK3568_Linux_fs/kernel/tools/testing/selftests/efivarfs/
H A Dopen-unlink.c13 static int set_immutable(const char *path, int immutable) in set_immutable() argument
32 if (immutable) in set_immutable()
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rdmavt/
H A Dvt.c305 struct ib_port_immutable *immutable) in rvt_get_port_immutable() argument
315 immutable->core_cap_flags = rdi->dparms.core_cap_flags; in rvt_get_port_immutable()
321 immutable->pkey_tbl_len = attr.pkey_tbl_len; in rvt_get_port_immutable()
322 immutable->gid_tbl_len = attr.gid_tbl_len; in rvt_get_port_immutable()
323 immutable->max_mad_size = rdi->dparms.max_mad_size; in rvt_get_port_immutable()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qedr/
H A Dmain.c85 struct ib_port_immutable *immutable) in qedr_roce_port_immutable() argument
94 immutable->pkey_tbl_len = attr.pkey_tbl_len; in qedr_roce_port_immutable()
95 immutable->gid_tbl_len = attr.gid_tbl_len; in qedr_roce_port_immutable()
96 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE | in qedr_roce_port_immutable()
98 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in qedr_roce_port_immutable()
104 struct ib_port_immutable *immutable) in qedr_iw_port_immutable() argument
113 immutable->gid_tbl_len = 1; in qedr_iw_port_immutable()
114 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in qedr_iw_port_immutable()
115 immutable->max_mad_size = 0; in qedr_iw_port_immutable()
H A Dverbs.h101 struct ib_port_immutable *immutable);
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h2167 struct ib_port_immutable immutable; member
2330 struct ib_port_immutable *immutable);
3031 return device->port_data[port_num].immutable.core_cap_flags & in rdma_is_grh_required()
3037 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_ib()
3043 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_roce()
3049 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_roce_udp_encap()
3055 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_roce_eth_encap()
3061 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_iwarp()
3073 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_raw_packet()
3079 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_usnic()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c385 struct ib_port_immutable *immutable) in hns_roce_port_immutable() argument
394 immutable->pkey_tbl_len = attr.pkey_tbl_len; in hns_roce_port_immutable()
395 immutable->gid_tbl_len = attr.gid_tbl_len; in hns_roce_port_immutable()
397 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in hns_roce_port_immutable()
398 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in hns_roce_port_immutable()
400 immutable->core_cap_flags |= RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in hns_roce_port_immutable()
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A DKconfig8 Library providing immutable on-disk data structure support for
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-frozenlist_1.3.0.bb1 …-like structure which implements collections.abc.MutableSequence, and which can be made immutable."
/OK3568_Linux_fs/buildroot/package/python-enum/
H A DConfig.in7 An enumeration object is an immutable sequence object built
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Dgovernor.h53 const unsigned int immutable; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_main.c125 struct ib_port_immutable *immutable) in pvrdma_port_immutable() argument
132 immutable->core_cap_flags |= RDMA_CORE_PORT_IBA_ROCE; in pvrdma_port_immutable()
134 immutable->core_cap_flags |= RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in pvrdma_port_immutable()
140 immutable->pkey_tbl_len = attr.pkey_tbl_len; in pvrdma_port_immutable()
141 immutable->gid_tbl_len = attr.gid_tbl_len; in pvrdma_port_immutable()
142 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in pvrdma_port_immutable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.c286 int zpos, bool immutable) in exynos_plane_attach_zpos_property() argument
288 if (immutable) in exynos_plane_attach_zpos_property()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dlight.hpp.ejs11 #include <mbgl/util/immutable.hpp>
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-bus-firewire48 Read-only and immutable.
126 Read-only attribute, immutable during the target's lifetime.
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/usnic/
H A Dusnic_ib_main.c307 struct ib_port_immutable *immutable) in usnic_port_immutable() argument
312 immutable->core_cap_flags = RDMA_CORE_PORT_USNIC; in usnic_port_immutable()
318 immutable->gid_tbl_len = attr.gid_tbl_len; in usnic_port_immutable()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/boinc/boinc-client/
H A D4563.patch31 + // pointer of type "const struct rsa_st*" to an immutable value.
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c125 struct ib_port_immutable *immutable) in rxe_port_immutable() argument
130 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in rxe_port_immutable()
136 immutable->pkey_tbl_len = attr.pkey_tbl_len; in rxe_port_immutable()
137 immutable->gid_tbl_len = attr.gid_tbl_len; in rxe_port_immutable()
138 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in rxe_port_immutable()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/
H A Dprovider.c423 struct ib_port_immutable *immutable) in c4iw_port_immutable() argument
428 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in c4iw_port_immutable()
434 immutable->gid_tbl_len = attr.gid_tbl_len; in c4iw_port_immutable()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Defivarfs.rst24 as immutable files. This doesn't prevent removal - "chattr -i" will work -
/OK3568_Linux_fs/kernel/mm/
H A Dpercpu-internal.h69 bool immutable; /* no [de]population allowed */ member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1050 struct ib_port_immutable *immutable) in mthca_port_immutable() argument
1055 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_IB; in mthca_port_immutable()
1061 immutable->pkey_tbl_len = attr.pkey_tbl_len; in mthca_port_immutable()
1062 immutable->gid_tbl_len = attr.gid_tbl_len; in mthca_port_immutable()
1063 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in mthca_port_immutable()

123