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

12

/linux-master/Documentation/sphinx/
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)
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...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
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 */
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
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
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,
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
/linux-master/ipc/
H A DMakefile10 obj-$(CONFIG_IPC_NS) += namespace.o
/linux-master/kernel/cgroup/
H A DMakefile2 obj-y := cgroup.o rstat.o namespace.o cgroup-v1.o freezer.o
/linux-master/tools/testing/selftests/net/
H A Dioam6.sh204 ip -netns $ioam_tmp_node ioam namespace add 0
207 ip -netns $ioam_tmp_node ioam namespace show | grep -q "namespace 0"
312 ip -netns $ioam_node_alpha ioam namespace add 123 data ${ALPHA[6]} wide ${ALPHA[7]}
314 ip -netns $ioam_node_alpha ioam namespace set 123 schema ${ALPHA[8]}
324 ip -netns $ioam_node_beta ioam namespace add 123 data ${BETA[6]} wide ${BETA[7]}
326 ip -netns $ioam_node_beta ioam namespace set 123 schema ${BETA[8]}
333 ip -netns $ioam_node_gamma ioam namespace add 123 data ${GAMMA[6]} wide ${GAMMA[7]}
429 ip -netns $ioam_node_alpha ioam namespace del 123
438 ip -netns $ioam_node_alpha ioam namespace ad
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.h81 enum mlx5_flow_namespace_type namespace,
88 u8 namespace, u8 num_actions,
/linux-master/scripts/mod/
H A Dmodpost.c211 char *namespace; member in struct:symbol
292 char namespace[]; member in struct:namespace_list
295 static bool contains_namespace(struct list_head *head, const char *namespace) argument
300 * The default namespace is null string "", which is always implicitly
303 if (!namespace[0])
307 if (!strcmp(list->namespace, namespace))
314 static void add_namespace(struct list_head *head, const char *namespace) argument
318 if (!contains_namespace(head, namespace)) {
320 strlen(namespace)
361 sym_add_exported(const char *name, struct module *mod, bool gpl_only, const char *namespace) argument
1621 char *namespace; local
2088 char *symname, *namespace, *modname, *d, *export; local
[all...]
/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/kernel/time/
H A DMakefile26 obj-$(CONFIG_TIME_NS) += namespace.o
/linux-master/fs/nfs/
H A DMakefile11 write.o namespace.o mount_clnt.o nfstrace.o \
H A Dsysfs.c147 .namespace = nfs_netns_client_namespace,
166 .namespace = nfs_netns_namespace,
308 .namespace = nfs_netns_server_namespace,
/linux-master/fs/smb/client/
H A DMakefile15 namespace.o reparse.o
/linux-master/scripts/gdb/linux/
H A Dproc.py112 # Mount namespace viewer
141 """Report the VFS mounts of the current process namespace.
145 values of that process namespace"""
168 namespace = task['nsproxy']['mnt_ns']
169 if not namespace:
170 raise gdb.GdbError("No namespace for current process")
175 for mnt in lists.list_for_each_entry(namespace['list'],
/linux-master/scripts/
H A Dexport_report.pl97 my (undef, $symbol, $module, $gpl, $namespace) = split('\t');
/linux-master/scripts/gcc-plugins/
H A Dgcc-generate-gimple-pass.h76 namespace {
H A Dgcc-generate-simple_ipa-pass.h76 namespace {
H A Dgcc-generate-rtl-pass.h76 namespace {
/linux-master/net/wireless/
H A Dsysfs.c170 .namespace = wiphy_namespace,
/linux-master/include/linux/device/
H A Dclass.h38 * @namespace: Namespace of the device belongs to this class.
41 * device's namespace.
65 const void *(*namespace)(const struct device *dev);

Completed in 356 milliseconds

12