| /linux/tools/testing/selftests/drivers/dma-buf/ | 
| H A D | udmabuf.c | 80 		ksft_print_msg("%s: [FAIL, udmabuf-create]\n", TEST_PREFIX); in create_udmabuf_list() 135 	struct udmabuf_create create; in main()   local
 170 	memset(&create, 0, sizeof(create)); in main()
 173 	create.memfd  = memfd; in main()
 174 	create.offset = getpagesize()/2; in main()
 175 	create.size   = getpagesize(); in main()
 176 	buf = ioctl(devfd, UDMABUF_CREATE, &create); in main()
 183 	create.memfd  = memfd; in main()
 184 	create in main()
 [all...]
 | 
| /linux/tools/perf/scripts/python/ | 
| H A D | export-to-sqlite.py | 103 	printerr("        calls              'calls' => create calls and call_paths table");104 	printerr("        callchains         'callchains' => create call_paths table");
 165 do_query(query, 'CREATE TABLE selected_events ('
 168 do_query(query, 'CREATE TABLE machines ('
 172 do_query(query, 'CREATE TABLE threads ('
 178 do_query(query, 'CREATE TABLE comms ('
 184 do_query(query, 'CREATE TABLE comm_threads ('
 188 do_query(query, 'CREATE TABLE dsos ('
 194 do_query(query, 'CREATE TABLE symbols ('
 201 do_query(query, 'CREATE TABLE branch_types ('
 [all …]
 
 | 
| H A D | export-to-postgresql.py | 25 # user has postgresql permissions to create databases. Examples of installing282 	printerr("        calls              'calls' => create calls and call_paths table");
 283 	printerr("        callchains         'callchains' => create call_paths table");
 327 	do_query(query, 'CREATE DATABASE ' + dbname)
 341 do_query(query, 'CREATE TABLE selected_events ('
 344 do_query(query, 'CREATE TABLE machines ('
 348 do_query(query, 'CREATE TABLE threads ('
 354 do_query(query, 'CREATE TABLE comms ('
 360 do_query(query, 'CREATE TABLE comm_threads ('
 364 do_query(query, 'CREATE TABLE dsos ('
 [all …]
 
 | 
| /linux/tools/testing/selftests/tc-testing/tc-tests/actions/ | 
| H A D | ife.json | 4         "name": "Create valid ife encode action with mark and pass control",31         "name": "Create valid ife encode action with mark and pipe control",
 58         "name": "Create valid ife encode action with mark and continue control",
 85         "name": "Create valid ife encode action with mark and drop control",
 112         "name": "Create valid ife encode action with mark and reclassify control",
 139         "name": "Create valid ife encode action with mark and jump control",
 166         "name": "Create valid ife encode action with mark value at 32-bit maximum",
 193         "name": "Create ife encode action with mark value exceeding 32-bit maximum",
 218         "name": "Create valid ife encode action with prio and pass control",
 245         "name": "Create valid ife encode action with prio and pipe control",
 [all …]
 
 | 
| /linux/tools/lib/perf/tests/ | 
| H A D | test-evlist.c | 50 	__T("failed to create cpus", cpus);  in test_stat_cpu()53 	__T("failed to create evlist", evlist);  in test_stat_cpu()
 56 	__T("failed to create evsel1", evsel);  in test_stat_cpu()
 61 	__T("failed to create evsel2", evsel);  in test_stat_cpu()
 109 	__T("failed to create threads", threads);  in test_stat_thread()
 114 	__T("failed to create evlist", evlist);  in test_stat_thread()
 117 	__T("failed to create evsel1", evsel);  in test_stat_thread()
 122 	__T("failed to create evsel2", evsel);  in test_stat_thread()
 166 	__T("failed to create threads", threads);  in test_stat_thread_enable()
 171 	__T("failed to create evlist", evlist);  in test_stat_thread_enable()
 [all …]
 
 | 
| H A D | test-evsel.c | 31 	__T("failed to create cpus", cpus);  in test_stat_cpu()34 	__T("failed to create evsel", evsel);  in test_stat_cpu()
 65 	__T("failed to create threads", threads);  in test_stat_thread()
 70 	__T("failed to create evsel", evsel);  in test_stat_thread()
 98 	__T("failed to create threads", threads);  in test_stat_thread_enable()
 103 	__T("failed to create evsel", evsel);  in test_stat_thread_enable()
 143 	__T("failed to create threads", threads);  in test_stat_user_read()
 148 	__T("failed to create evsel", evsel);  in test_stat_user_read()
 203 	__T("failed to create evsel", evsel);  in test_stat_read_format_single()
 239 	__T("failed to create leader", leader);  in test_stat_read_format_group()
 [all …]
 
 | 
| /linux/tools/testing/selftests/bpf/progs/ | 
| H A D | iters_state_safety.c | 39 		/* create iterator */ in create_and_destroy() 62 		/* create iterator */ in create_and_forget_to_destroy_fail()
 100 		/* create iterator */ in compromise_iter_w_direct_write_fail()
 127 		/* create iterator */ in compromise_iter_w_direct_write_and_skip_destroy_fail()
 152 		/* create iterator */ in compromise_iter_w_helper_write_fail()
 205 		/* create iterator */ in valid_stack_reuse()
 216 		/* create iterator */ in valid_stack_reuse()
 239 		/* create iterator */ in double_create_fail()
 244 		/* (attempt to) create iterator again */ in double_create_fail()
 267 		/* create iterato in double_destroy_fail()
 [all...]
 | 
| /linux/Documentation/admin-guide/sysctl/ | 
| H A D | user.rst | 19 malfunction and attempt to create a ridiculous number of objects,42   user namespace may create.
 48   user namespace may create.
 54   user namespace may create.
 60   current user namespace may create.
 66   user namespace may create.
 72   user namespace may create.
 78   user namespace may create.
 84   user namespace may create.
 
 | 
| /linux/fs/ocfs2/dlm/ | 
| H A D | dlmlock.c | 287 	struct dlm_create_lock create;  in dlm_send_remote_lock_request()  local291 	memset(&create, 0, sizeof(create));  in dlm_send_remote_lock_request()
 292 	create.node_idx = dlm->node_num;  in dlm_send_remote_lock_request()
 293 	create.requested_type = lock->ml.type;  in dlm_send_remote_lock_request()
 294 	create.cookie = lock->ml.cookie;  in dlm_send_remote_lock_request()
 295 	create.namelen = res->lockname.len;  in dlm_send_remote_lock_request()
 296 	create.flags = cpu_to_be32(flags);  in dlm_send_remote_lock_request()
 297 	memcpy(create.name, res->lockname.name, create.namelen);  in dlm_send_remote_lock_request()
 299 	tmpret = o2net_send_message(DLM_CREATE_LOCK_MSG, dlm->key, &create,  in dlm_send_remote_lock_request()
 300 				    sizeof(create), res->owner, &status);  in dlm_send_remote_lock_request()
 [all …]
 
 | 
| /linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ | 
| H A D | dualpi2.json | 4         "name": "Create DualPI2 with default setting",25         "name": "Create DualPI2 with memlimit",
 46         "name": "Create DualPI2 with typical_rtt and max_rtt",
 67         "name": "Create DualPI2 with max_rtt",
 88         "name": "Create DualPI2 with any_ect option",
 109         "name": "Create DualPI2 with overflow option",
 130         "name": "Create DualPI2 with drop_enqueue option",
 151         "name": "Create DualPI2 with no_split_gso option",
 172         "name": "Create DualPI2 with packet step_thresh",
 193         "name": "Create DualPI2 with packet min_qlen_step",
 [all …]
 
 | 
| H A D | fq.json | 4         "name": "Create FQ with default setting",25         "name": "Create FQ with limit packet setting",
 46         "name": "Create FQ with flow_limit setting",
 67         "name": "Create FQ with quantum setting",
 88         "name": "Create FQ with initial_quantum setting",
 109         "name": "Create FQ with invalid initial_quantum setting",
 129         "name": "Create FQ with maxrate setting",
 150         "name": "Create FQ with nopacing setting",
 171         "name": "Create FQ with refill_delay setting",
 192         "name": "Create FQ with low_rate_threshold setting",
 [all …]
 
 | 
| H A D | cake.json | 4         "name": "Create CAKE with default setting",25         "name": "Create CAKE with bandwidth limit",
 46         "name": "Create CAKE with autorate-ingress flag",
 67         "name": "Create CAKE with rtt time",
 88         "name": "Create CAKE with besteffort flag",
 109         "name": "Create CAKE with diffserv8 flag",
 130         "name": "Create CAKE with diffserv4 flag",
 151         "name": "Create CAKE with flowblind flag",
 172         "name": "Create CAKE with dsthost and nat flag",
 193         "name": "Create CAKE with wash flag",
 [all …]
 
 | 
| H A D | sfb.json | 4         "name": "Create SFB with default setting",25         "name": "Create SFB with rehash setting",
 46         "name": "Create SFB with db setting",
 67         "name": "Create SFB with limit setting",
 88         "name": "Create SFB with max setting",
 109         "name": "Create SFB with target setting",
 130         "name": "Create SFB with increment setting",
 151         "name": "Create SFB with decrement setting",
 172         "name": "Create SFB with penalty_rate setting",
 193         "name": "Create SFB with penalty_burst setting",
 
 | 
| H A D | htb.json | 4         "name": "Create HTB with default setting",25         "name": "Create HTB with default-N setting",
 46         "name": "Create HTB with r2q setting",
 67         "name": "Create HTB with direct_qlen setting",
 88         "name": "Create HTB with class rate and burst setting",
 110         "name": "Create HTB with class mpu setting",
 132         "name": "Create HTB with class prio setting",
 154         "name": "Create HTB with class ceil setting",
 176         "name": "Create HTB with class cburst setting",
 198         "name": "Create HTB with class mtu setting",
 [all …]
 
 | 
| H A D | red.json | 4         "name": "Create RED with no flags",25         "name": "Create RED with adaptive flag",
 46         "name": "Create RED with ECN flag",
 67         "name": "Create RED with flags ECN, adaptive",
 88         "name": "Create RED with flags ECN, harddrop",
 109         "name": "Create RED with flags ECN, nodrop",
 130         "name": "Fail to create RED with only nodrop flag",
 150         "name": "Create RED with flags ECN, nodrop, harddrop",
 
 | 
| H A D | sfq.json | 4         "name": "Create SFQ with default setting",25         "name": "Create SFQ with limit setting",
 46         "name": "Create SFQ with perturb setting",
 67         "name": "Create SFQ with quantum setting",
 88         "name": "Create SFQ with divisor setting",
 109         "name": "Create SFQ with flows setting",
 130         "name": "Create SFQ with depth setting",
 151         "name": "Create SFQ with headdrop setting",
 172         "name": "Create SFQ with redflowlimit setting",
 
 | 
| /linux/tools/testing/selftests/namespaces/ | 
| H A D | nsid_test.c | 63 	/* Create a pipe for synchronization */  in TEST()73 		/* Create new mount namespace */  in TEST()
 101 		/* Child couldn't create namespace, skip test */  in TEST()
 105 		SKIP(return, "No permission to create mount namespace");  in TEST()
 172 	/* Create a pipe for synchronization */  in TEST()
 182 		/* Create new cgroup namespace */  in TEST()
 210 		/* Child couldn't create namespace, skip test */  in TEST()
 214 		SKIP(return, "No permission to create cgroup namespace");  in TEST()
 281 	/* Create a pipe for synchronization */  in TEST()
 291 		/* Create new IPC namespace */  in TEST()
 [all …]
 
 | 
| H A D | file_handle_test.c | 447 	/* Create pipe for communication */  in TEST()471 		/* First create new user namespace to drop privileges */  in TEST()
 475 			      1); /* Unable to create user namespace */  in TEST()
 505 		/* Now create new network namespace */  in TEST()
 509 			      1); /* Unable to create network namespace */  in TEST()
 543 		     return, "Cannot create new user namespace");  in TEST()
 551 		     return, "Cannot create new network namespace");  in TEST()
 576 	/* Create pipe for communication */  in TEST()
 600 		/* First create new user namespace to drop privileges */  in TEST()
 604 			      1); /* Unable to create user namespace */  in TEST()
 [all …]
 
 | 
| /linux/drivers/gpu/drm/amd/display/dc/resource/dce60/ | 
| H A D | dce60_resource.c | 915 	 *  Create resources                             *  in dce60_construct()943 		dm_error("DC: failed to create dp clock source!\n");  in dce60_construct()
 950 			dm_error("DC: failed to create clock sources!\n");  in dce60_construct()
 961 		dm_error("DC: failed to create dmcu!\n");  in dce60_construct()
 971 		dm_error("DC: failed to create abm!\n");  in dce60_construct()
 989 			dm_error("DC: failed to create tg!\n");  in dce60_construct()
 996 			dm_error("DC: failed to create memory input!\n");  in dce60_construct()
 1003 			dm_error("DC: failed to create input pixel processor!\n");  in dce60_construct()
 1010 			dm_error("DC: failed to create transform!\n");  in dce60_construct()
 1017 			dm_error("DC: failed to create output pixel processor!\n");  in dce60_construct()
 [all …]
 
 | 
| /linux/tools/testing/selftests/drivers/net/netdevsim/ | 
| H A D | udp_tunnel_nic.sh | 355 msg="create VxLANs"369     msg="create VxLANs 1/5"
 373     msg="create VxLANs 2/5"
 377     msg="create VxLANs 3/5"
 381     msg="create VxLANs 4/5"
 385     msg="create VxLANs 5/5"
 392     msg="create GENEVE 1/5"
 396     msg="create GENEVE 2/5"
 400     msg="create GENEVE 3/5"
 404     msg="create GENEVE 4/5"
 [all …]
 
 | 
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ | 
| H A D | mlx5hws.h | 284  * mlx5hws_table_create - Create a new direct rule table.328  * mlx5hws_match_template_create - Create a new match template based on items mask.
 354  * mlx5hws_action_template_create - Create a new action template based on an action_type array.
 375  * mlx5hws_matcher_create - Create a new direct rule matcher.
 460  * mlx5hws_rule_create - Enqueue create rule operation.
 463  * @mt_idx: Match template index to create the match with.
 526  * mlx5hws_action_create_dest_drop - Create a direct rule drop action.
 538  * mlx5hws_action_create_default_miss - Create a direct rule default miss action.
 551  * mlx5hws_action_create_dest_table - Create direct rule goto table action.
 565  * mlx5hws_action_create_dest_table_num - Create direct rule goto table number action.
 [all …]
 
 | 
| /linux/tools/perf/util/ | 
| H A D | cpumap.h | 101  * cpu_aggr_map__empty_new - Create a cpu_aggr_map of size nr with every entry109  * cpu_aggr_map__new - Create a cpu_aggr_map with an aggr_cpu_id for each cpu in
 123  * aggr_cpu_id__socket - Create an aggr_cpu_id with the socket populated with
 129  * aggr_cpu_id__die - Create an aggr_cpu_id with the die and socket populated
 135  * aggr_cpu_id__cluster - Create an aggr_cpu_id with cluster, die and socket
 141  * aggr_cpu_id__core - Create an aggr_cpu_id with the core, cluster, die and
 147  * aggr_cpu_id__core - Create an aggr_cpu_id with the cpu, core, die and socket
 153  * aggr_cpu_id__node - Create an aggr_cpu_id with the numa node populated for
 158  * aggr_cpu_id__global - Create an aggr_cpu_id for global aggregation.
 
 | 
| /linux/drivers/md/ | 
| H A D | dm-init.c | 23 static char *create;  variable28 …* Format: dm-mod.create=<name>,<uuid>,<minor>,<flags>,<table>[,<table>+][;<name>,<uuid>,<minor>,<f…
 33  * See Documentation/admin-guide/device-mapper/dm-init.rst for dm-mod.create="..." format
 157  * dm_parse_table - parse "dm-mod.create=" table field
 234  * dm_parse_devices - parse "dm-mod.create=" argument
 269  * dm_init_init - parse "dm-mod.create=" argument and configure drivers
 278 	if (!create)  in dm_init_init()
 281 	if (strlen(create) >= DM_MAX_STR_SIZE) {  in dm_init_init()
 285 	str = kstrndup(create, DM_MAX_STR_SIZE, GFP_KERNEL);  in dm_init_init()
 322 module_param(create, charp, 0);
 [all …]
 
 | 
| /linux/tools/lib/perf/Documentation/ | 
| H A D | libperf-counting.txt | 75 We create software events for cpu and task:97 In this case we will monitor current process, so we create threads map with single pid (0):
 103  39                 fprintf(stderr, "failed to create threads\n");
 110 Now we create libperf's event list, which will serve as holder for the events we want:
 116  47                 fprintf(stderr, "failed to create evlist\n");
 121 We create libperf's events for the attributes we defined earlier and add them to the list:
 127  53                 fprintf(stderr, "failed to create evsel1\n");
 135  61                 fprintf(stderr, "failed to create evsel2\n");
 
 | 
| /linux/Documentation/admin-guide/device-mapper/ | 
| H A D | zero.rst | 20 To create a sparse device, start by creating a dm-zero device that's the25   echo "0 $TEN_TERABYTES zero" | dmsetup create zero1
 27 Then create a snapshot of the zero device, using any available block-device as
 33      dmsetup create sparse1
 35 This will create a 10TB sparse device called /dev/mapper/sparse1 that has
 
 |