Searched refs:namespace (Results 1 - 25 of 49) sorted by path

12

/linux-master/ipc/
H A DMakefile10 obj-$(CONFIG_IPC_NS) += namespace.o
/linux-master/Documentation/sphinx/
H A Dcdomain.py52 namespace = None variable
56 # - Store the namespace if ".. c:namespace::" tag is found
58 RE_namespace = re.compile(r'^\s*..\s*c:namespace::\s*(\S+)\s*$')
61 global namespace
63 namespace = match.group(1)
128 # Handle easy Sphinx 3.1+ simple new tags: :c:expr and .. c:namespace::
154 global namespace
188 if namespace:
189 fullname = namespace
[all...]
H A Dload_config.py9 def loadConfig(namespace):
12 u"""Load an additional configuration file into *namespace*.
21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ):
35 latex_documents = namespace['latex_documents']
44 namespace['latex_documents'] = new_latex_docs
49 config = namespace.copy()
55 namespace.update(config)
57 config = namespace.copy()
59 namespace.update(config)
/linux-master/arch/x86/boot/compressed/
H A Defi.h6 #error Please do not include kernel proper namespace headers
/linux-master/drivers/base/
H A Dcore.c2593 ns = dev->class->namespace(dev);
2609 .namespace = device_namespace,
3286 * in a "glue" directory to prevent namespace collisions.
/linux-master/drivers/gpu/drm/ci/xfails/
H A Dupdate-xfails.py106 namespace = path_components[0]
110 print("Collating from:", namespace, project, pipeline_id)
112 Collate(namespace=namespace, project=project)
/linux-master/drivers/infiniband/core/
H A Ddevice.c133 * from a specified net namespace or not.
137 * When the rdma device is in shared mode, it ignores the net namespace.
138 * When the rdma device is exclusive to a net namespace, rdma device net
139 * namespace is checked against the specified one.
540 .namespace = net_namespace,
1626 * is not held, the namespace can be changed, or it can be unregistered.
1640 * change the namespace.
1647 * is guaranteed free in the new namespace. Publish the new namespace
1654 "%s: Couldn't rename device after namespace chang
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dfs.c1723 enum mlx5_flow_namespace_type *namespace)
1727 *namespace = MLX5_FLOW_NAMESPACE_BYPASS;
1730 *namespace = MLX5_FLOW_NAMESPACE_EGRESS;
1733 *namespace = MLX5_FLOW_NAMESPACE_FDB_BYPASS;
1736 *namespace = MLX5_FLOW_NAMESPACE_RDMA_RX;
1739 *namespace = MLX5_FLOW_NAMESPACE_RDMA_TX;
2485 enum mlx5_flow_namespace_type namespace; local
2489 ret = mlx5_ib_ft_type_to_namespace(ft_type, &namespace);
2498 mlx5_modify_header_alloc(dev->mdev, namespace, num_actions, in);
2617 enum mlx5_flow_namespace_type namespace; local
1722 mlx5_ib_ft_type_to_namespace(enum mlx5_ib_uapi_flow_table_type table_type, enum mlx5_flow_namespace_type *namespace) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c74 enum mlx5_flow_namespace_type namespace,
118 mh->modify_hdr = mlx5_modify_header_alloc(mdev, namespace,
160 mlx5e_mod_hdr_alloc(struct mlx5_core_dev *mdev, int namespace, argument
170 max_hw_actions = mlx5e_mod_hdr_max_actions(mdev, namespace);
72 mlx5e_mod_hdr_attach(struct mlx5_core_dev *mdev, struct mod_hdr_tbl *tbl, enum mlx5_flow_namespace_type namespace, struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts) argument
H A Dmod_hdr.h31 char *mlx5e_mod_hdr_alloc(struct mlx5_core_dev *mdev, int namespace,
39 enum mlx5_flow_namespace_type namespace,
49 static inline int mlx5e_mod_hdr_max_actions(struct mlx5_core_dev *mdev, int namespace) argument
51 if (namespace == MLX5_FLOW_NAMESPACE_FDB) /* FDB offloading */
53 else /* namespace is MLX5_FLOW_NAMESPACE_KERNEL - NIC offloading */
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpedit.c47 const struct flow_action_entry *act, int namespace,
62 if (!mlx5e_mod_hdr_max_actions(priv->mdev, namespace)) {
46 mlx5e_tc_act_pedit_parse_action(struct mlx5e_priv *priv, const struct flow_action_entry *act, int namespace, struct pedit_headers_action *hdrs, struct netlink_ext_ack *extack) argument
H A Dpedit.h26 const struct flow_action_entry *act, int namespace,
H A Dvlan.h24 mlx5e_tc_act_vlan_add_rewrite_action(struct mlx5e_priv *priv, int namespace,
H A Dvlan_mangle.c12 mlx5e_tc_act_vlan_add_rewrite_action(struct mlx5e_priv *priv, int namespace, argument
46 err = mlx5e_tc_act_pedit_parse_action(priv, &pedit_act, namespace, parse_attr->hdrs,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3193 int namespace,
3279 action = mlx5e_mod_hdr_alloc(priv->mdev, namespace, mod_acts);
3340 static int alloc_tc_pedit_action(struct mlx5e_priv *priv, int namespace, argument
3347 err = offload_pedit_fields(priv, namespace, parse_attr, action_flags, extack);
3192 offload_pedit_fields(struct mlx5e_priv *priv, int namespace, struct mlx5e_tc_flow_parse_attr *parse_attr, u32 *action_flags, struct netlink_ext_ack *extack) argument
H A Dfs_cmd.c117 enum mlx5_flow_namespace_type namespace,
129 u8 namespace, u8 num_actions,
873 enum mlx5_flow_namespace_type namespace,
885 if (namespace == MLX5_FLOW_NAMESPACE_FDB ||
886 namespace == MLX5_FLOW_NAMESPACE_FDB_BYPASS)
947 u8 namespace, u8 num_actions,
958 switch (namespace) {
115 mlx5_cmd_stub_packet_reformat_alloc(struct mlx5_flow_root_namespace *ns, struct mlx5_pkt_reformat_params *params, enum mlx5_flow_namespace_type namespace, struct mlx5_pkt_reformat *pkt_reformat) argument
128 mlx5_cmd_stub_modify_header_alloc(struct mlx5_flow_root_namespace *ns, u8 namespace, u8 num_actions, void *modify_actions, struct mlx5_modify_hdr *modify_hdr) argument
871 mlx5_cmd_packet_reformat_alloc(struct mlx5_flow_root_namespace *ns, struct mlx5_pkt_reformat_params *params, enum mlx5_flow_namespace_type namespace, struct mlx5_pkt_reformat *pkt_reformat) argument
946 mlx5_cmd_modify_header_alloc(struct mlx5_flow_root_namespace *ns, u8 namespace, u8 num_actions, void *modify_actions, struct mlx5_modify_hdr *modify_hdr) argument
H A Dfs_cmd.h81 enum mlx5_flow_namespace_type namespace,
88 u8 namespace, u8 num_actions,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c637 enum mlx5_flow_namespace_type namespace,
692 u8 namespace, u8 num_actions,
808 mlx5_core_err(ns->dev, "Failed to create dr flow namespace\n");
635 mlx5_cmd_dr_packet_reformat_alloc(struct mlx5_flow_root_namespace *ns, struct mlx5_pkt_reformat_params *params, enum mlx5_flow_namespace_type namespace, struct mlx5_pkt_reformat *pkt_reformat) argument
691 mlx5_cmd_dr_modify_header_alloc(struct mlx5_flow_root_namespace *ns, u8 namespace, u8 num_actions, void *modify_actions, struct mlx5_modify_hdr *modify_hdr) argument
/linux-master/drivers/net/ipvlan/
H A Dipvtap.c42 .namespace = ipvtap_net_namespace,
/linux-master/drivers/net/
H A Dmacvtap.c47 .namespace = macvtap_net_namespace,
/linux-master/drivers/nvdimm/
H A Dbtt_devs.c121 static DEVICE_ATTR_RW(namespace);
241 * the checksum, and with the parent namespace by verifying the
H A Dpfn_devs.c196 static DEVICE_ATTR_RW(namespace);
360 * space associated with the namespace. If the memmap is set to DRAM, then
382 * re-enable the namespace with correct size so that we can access
443 * @nd_pfn: fsdax namespace runtime state / properties
584 * namespace has changed since the pfn superblock was
615 dev_err(&nd_pfn->dev, "bad offset with small namespace\n");
664 * from the previous section base to the namespace base address.
774 * When @start is misaligned fail namespace creation. See
/linux-master/fs/
H A DMakefile13 attr.o bad_inode.o file.o filesystems.o namespace.o \
/linux-master/fs/ceph/
H A Dsuper.c249 * Check if the mds namespace in ceph_mount_options matches
250 * the passed in namespace string. First time match (when
255 const char *namespace, size_t len)
259 strncmp(fsopt->mds_namespace, namespace, len)));
316 dout("file system (mds namespace) '%s'\n", fsopt->mds_namespace);
254 namespace_equals(struct ceph_mount_options *fsopt, const char *namespace, size_t len) argument
/linux-master/fs/nfs/
H A DMakefile11 write.o namespace.o mount_clnt.o nfstrace.o \

Completed in 315 milliseconds

12