| /Linux-v5.4/tools/testing/selftests/drivers/dma-buf/ | 
| D | udmabuf.c | 25 	struct udmabuf_create create;  in main()  local 56 	memset(&create, 0, sizeof(create));  in main() 59 	create.memfd  = memfd;  in main() 60 	create.offset = getpagesize()/2;  in main() 61 	create.size   = getpagesize();  in main() 62 	buf = ioctl(devfd, UDMABUF_CREATE, &create);  in main() 69 	create.memfd  = memfd;  in main() 70 	create.offset = 0;  in main() 71 	create.size   = getpagesize()/2;  in main() 72 	buf = ioctl(devfd, UDMABUF_CREATE, &create);  in main() [all …] 
 | 
| /Linux-v5.4/tools/testing/selftests/tc-testing/tc-tests/actions/ | 
| D | ife.json | 4         "name": "Create valid ife encode action with mark and pass control", 28         "name": "Create valid ife encode action with mark and pipe control", 52         "name": "Create valid ife encode action with mark and continue control", 76         "name": "Create valid ife encode action with mark and drop control", 100         "name": "Create valid ife encode action with mark and reclassify control", 124         "name": "Create valid ife encode action with mark and jump control", 148         "name": "Create valid ife encode action with mark value at 32-bit maximum", 172         "name": "Create ife encode action with mark value exceeding 32-bit maximum", 194         "name": "Create valid ife encode action with prio and pass control", 218         "name": "Create valid ife encode action with prio and pipe control", [all …] 
 | 
| /Linux-v5.4/tools/perf/lib/tests/ | 
| D | test-evlist.c | 33 	__T("failed to create cpus", cpus);  in test_stat_cpu() 36 	__T("failed to create evlist", evlist);  in test_stat_cpu() 39 	__T("failed to create evsel1", evsel);  in test_stat_cpu() 44 	__T("failed to create evsel2", evsel);  in test_stat_cpu() 88 	__T("failed to create threads", threads);  in test_stat_thread() 93 	__T("failed to create evlist", evlist);  in test_stat_thread() 96 	__T("failed to create evsel1", evsel);  in test_stat_thread() 101 	__T("failed to create evsel2", evsel);  in test_stat_thread() 141 	__T("failed to create threads", threads);  in test_stat_thread_enable() 146 	__T("failed to create evlist", evlist);  in test_stat_thread_enable() [all …] 
 | 
| D | test-evsel.c | 27 	__T("failed to create cpus", cpus);  in test_stat_cpu() 30 	__T("failed to create evsel", evsel);  in test_stat_cpu() 61 	__T("failed to create threads", threads);  in test_stat_thread() 66 	__T("failed to create evsel", evsel);  in test_stat_thread() 94 	__T("failed to create threads", threads);  in test_stat_thread_enable() 99 	__T("failed to create evsel", evsel);  in test_stat_thread_enable()
  | 
| /Linux-v5.4/tools/perf/scripts/python/ | 
| 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 …] 
 | 
| D | export-to-postgresql.py | 25 # user has postgresql permissions to create databases. Examples of installing 282 	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-v5.4/fs/ocfs2/dlm/ | 
| D | dlmlock.c | 289 	struct dlm_create_lock create;  in dlm_send_remote_lock_request()  local 293 	memset(&create, 0, sizeof(create));  in dlm_send_remote_lock_request() 294 	create.node_idx = dlm->node_num;  in dlm_send_remote_lock_request() 295 	create.requested_type = lock->ml.type;  in dlm_send_remote_lock_request() 296 	create.cookie = lock->ml.cookie;  in dlm_send_remote_lock_request() 297 	create.namelen = res->lockname.len;  in dlm_send_remote_lock_request() 298 	create.flags = cpu_to_be32(flags);  in dlm_send_remote_lock_request() 299 	memcpy(create.name, res->lockname.name, create.namelen);  in dlm_send_remote_lock_request() 301 	tmpret = o2net_send_message(DLM_CREATE_LOCK_MSG, dlm->key, &create,  in dlm_send_remote_lock_request() 302 				    sizeof(create), res->owner, &status);  in dlm_send_remote_lock_request() [all …] 
 | 
| /Linux-v5.4/Documentation/admin-guide/sysctl/ | 
| 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.
  | 
| /Linux-v5.4/arch/powerpc/kernel/ | 
| D | eeh_dev.c | 9  * 1) Before PCI emunation starts, we need create EEH devices according to the 13  * 3) DR (Dynamic Reconfiguration) would create PCI sensitive OF node. EEH device 16  *    PHB is newly inserted, we also need create EEH devices accordingly. 32  * eeh_dev_init - Create EEH device according to OF node 35  * It will create EEH device according to the given OF node. The function 57  * eeh_dev_phb_init_dynamic - Create EEH devices for devices included in PHB 60  * Scan the PHB OF node and its child association, then create the
  | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce80/ | 
| D | dce80_resource.c | 900 	 *  Create resources                             *  in dce80_construct() 929 		dm_error("DC: failed to create dp clock source!\n");  in dce80_construct() 936 			dm_error("DC: failed to create clock sources!\n");  in dce80_construct() 947 		dm_error("DC: failed to create dmcu!\n");  in dce80_construct() 957 		dm_error("DC: failed to create abm!\n");  in dce80_construct() 975 			dm_error("DC: failed to create tg!\n");  in dce80_construct() 982 			dm_error("DC: failed to create memory input!\n");  in dce80_construct() 989 			dm_error("DC: failed to create input pixel processor!\n");  in dce80_construct() 996 			dm_error("DC: failed to create transform!\n");  in dce80_construct() 1003 			dm_error("DC: failed to create output pixel processor!\n");  in dce80_construct() [all …] 
 | 
| /Linux-v5.4/drivers/md/ | 
| D | dm-init.c | 22 static char *create;  variable 25 …* Format: dm-mod.create=<name>,<uuid>,<minor>,<flags>,<table>[,<table>+][;<name>,<uuid>,<minor>,<f… 28  * See Documentation/admin-guide/device-mapper/dm-init.rst for dm-mod.create="..." format 152  * dm_parse_table - parse "dm-mod.create=" table field 227  * dm_parse_devices - parse "dm-mod.create=" argument 262  * dm_init_init - parse "dm-mod.create=" argument and configure drivers 271 	if (!create)  in dm_init_init() 274 	if (strlen(create) >= DM_MAX_STR_SIZE) {  in dm_init_init() 278 	str = kstrndup(create, DM_MAX_STR_SIZE, GFP_KERNEL);  in dm_init_init() 302 module_param(create, charp, 0); [all …] 
 | 
| /Linux-v5.4/Documentation/admin-guide/device-mapper/ | 
| D | zero.rst | 20 To create a sparse device, start by creating a dm-zero device that's the 25   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
  | 
| D | unstriped.rst | 61   echo $DM_PARMS | dmsetup create raid0 63     echo "0 1 unstriped ${NUM} ${CHUNK} ${i} /dev/mapper/raid0 0" | dmsetup create set-${i} 118   dmsetup create nvmset0 --table '0 512 unstriped 2 256 0 /dev/nvme0n1 0' 119   dmsetup create nvmset1 --table '0 512 unstriped 2 256 1 /dev/nvme0n1 0' 132   dmsetup create raid_disk0 --table '0 512 unstriped 4 256 0 /dev/mapper/striped 0' 133   dmsetup create raid_disk1 --table '0 512 unstriped 4 256 1 /dev/mapper/striped 0' 134   dmsetup create raid_disk2 --table '0 512 unstriped 4 256 2 /dev/mapper/striped 0' 135   dmsetup create raid_disk3 --table '0 512 unstriped 4 256 3 /dev/mapper/striped 0'
  | 
| D | delay.rst | 23 	# Create device delaying rw operation for 500ms 24 	echo "0 `blockdev --getsz $1` delay $1 0 500" | dmsetup create delayed 29 	# Create device delaying only write operation for 500ms and 31 	echo "0 `blockdev --getsz $1` delay $1 0 0 $2 0 500" | dmsetup create delayed
  | 
| /Linux-v5.4/Documentation/sound/designs/ | 
| D | jack-controls.rst | 26 Each jack will have a kcontrol list, so that we can create a kcontrol 39   if true, create a kcontrol and add it to the jack list. 41   Don't create a input device for phantom jacks. 43 HDA jacks can set phantom_jack to true in order to create a phantom 44 jack and set initial_kctl to true to create an initial kcontrol with
  | 
| /Linux-v5.4/kernel/ | 
| D | kthread.c | 217 	struct kthread_create_info *create = _create;  in kthread()  local 218 	int (*threadfn)(void *data) = create->threadfn;  in kthread() 219 	void *data = create->data;  in kthread() 228 	done = xchg(&create->done, NULL);  in kthread() 230 		kfree(create);  in kthread() 235 		create->result = ERR_PTR(-ENOMEM);  in kthread() 247 	create->result = current;  in kthread() 270 static void create_kthread(struct kthread_create_info *create)  in create_kthread()  argument 275 	current->pref_node_fork = create->node;  in create_kthread() 278 	pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD);  in create_kthread() [all …] 
 | 
| /Linux-v5.4/arch/alpha/kernel/ | 
| D | srm_env.c | 149 	 * Create base directory  in srm_env_init() 153 		printk(KERN_ERR "Couldn't create base dir /proc/%s\n",  in srm_env_init() 159 	 * Create per-name subdirectory  in srm_env_init() 163 		printk(KERN_ERR "Couldn't create dir /proc/%s/%s\n",  in srm_env_init() 169 	 * Create per-number subdirectory  in srm_env_init() 173 		printk(KERN_ERR "Couldn't create dir /proc/%s/%s\n",  in srm_env_init() 180 	 * Create all named nodes  in srm_env_init() 191 	 * Create all numbered nodes  in srm_env_init()
  | 
| /Linux-v5.4/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ | 
| D | trigger-synthetic-event-createremove.tc | 3 # description: event trigger - test synthetic event create remove 20 echo "Test create synthetic event" 24     fail "Failed to create wakeup_latency synthetic event" 37 echo "Test create synthetic event with an error"
  | 
| D | trigger-onmatch-action-hist.tc | 20 echo "Test create synthetic event" 24     fail "Failed to create wakeup_latency synthetic event" 27 echo "Test create histogram for synthetic event" 36     fail "Failed to create onmatch action inter-event histogram"
  | 
| /Linux-v5.4/fs/debugfs/ | 
| D | file.c | 411  * debugfs_create_u8 - create a debugfs file that is used to read and write an unsigned 8-bit value 412  * @name: a pointer to a string containing the name of the file to create. 456 …* debugfs_create_u16 - create a debugfs file that is used to read and write an unsigned 16-bit val… 457  * @name: a pointer to a string containing the name of the file to create. 501 …* debugfs_create_u32 - create a debugfs file that is used to read and write an unsigned 32-bit val… 502  * @name: a pointer to a string containing the name of the file to create. 547 …* debugfs_create_u64 - create a debugfs file that is used to read and write an unsigned 64-bit val… 548  * @name: a pointer to a string containing the name of the file to create. 594  * debugfs_create_ulong - create a debugfs file that is used to read and write 596  * @name: a pointer to a string containing the name of the file to create. [all …] 
 | 
| /Linux-v5.4/arch/x86/kernel/ | 
| D | sysfb.c | 9  * Create a platform-device for any available boot framebuffer. The 13  * the framebuffer is incompatible, we instead create a legacy 24  * other x86 OF/DT parsers to create such devices, too. However, they must 48 	/* try to create a simple-framebuffer device */  in sysfb_init() 56 	/* if the FB is incompatible, create a legacy framebuffer device */  in sysfb_init()
  | 
| /Linux-v5.4/tools/testing/selftests/net/ | 
| D | fib_nexthops.sh | 271 	log_test $rc 0 "Create nexthop with id, gw, dev" 273 		echo "Basic IPv6 create fails; can not continue" 290 	log_test $? 2 "Create nexthop - gw only" 294 	log_test $? 2 "Create nexthop - invalid gw+dev combination" 298 	log_test $? 0 "Create nexthop - gw+dev and onlink" 319 	# basic functionality: create a nexthop group, default weight 322 	log_test $? 0 "Create nexthop group with single nexthop" 338 	# create group with multiple nexthops - mix of gw and dev only 353 	# create group with multiple weighted nexthops 535 	log_test $rc 0 "Create nexthop with id, gw, dev" [all …] 
 | 
| /Linux-v5.4/drivers/acpi/acpica/ | 
| D | excreate.c | 26  * DESCRIPTION: Create a new named alias 45 		 * Dereference an existing alias so that we don't create a chain  in acpi_ex_create_alias() 100  * DESCRIPTION: Create a new event object 118 	 * Create the actual OS semaphore, with zero initial units -- meaning  in acpi_ex_create_event() 150  * DESCRIPTION: Create a new mutex object 163 	/* Create the new mutex object */  in acpi_ex_create_mutex() 171 	/* Create the actual OS Mutex */  in acpi_ex_create_mutex() 208  * DESCRIPTION: Create a new operation region object 254 	/* Create the region descriptor */  in acpi_ex_create_region() 308  * DESCRIPTION: Create a new processor object and populate the fields [all …] 
 | 
| /Linux-v5.4/Documentation/media/dvb-drivers/ | 
| D | udev.rst | 38 So, create a new file /etc/udev/scripts/dvb.sh and add the following: 47 1. You need to create a proper udev rule that will create the device nodes 52 Create a new rule file in that directory called "dvb.rule" and add the following line: 63 create the proper device node in your /dev/ directory.
  | 
| /Linux-v5.4/Documentation/target/ | 
| D | target-export-device | 4 # create a very simple LIO iSCSI target with a file or block device 46 # Create a backstore 61 # Create an iSCSI target and a target portal group (TPG) 65 # Create a LUN 70 # Create a network portal
  |