Home
last modified time | relevance | path

Searched full:create (Results 1 – 25 of 6118) sorted by relevance

12345678910>>...245

/kernel/linux/linux-5.10/tools/testing/selftests/drivers/dma-buf/
Dudmabuf.c25 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 …]
/kernel/linux/linux-4.19/tools/testing/selftests/tc-testing/tc-tests/actions/
Dife.json4 "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 …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/
Dife.json4 "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 …]
/kernel/linux/linux-5.10/tools/lib/perf/tests/
Dtest-evlist.c44 __T("failed to create cpus", cpus); in test_stat_cpu()
47 __T("failed to create evlist", evlist); in test_stat_cpu()
50 __T("failed to create evsel1", evsel); in test_stat_cpu()
55 __T("failed to create evsel2", evsel); in test_stat_cpu()
99 __T("failed to create threads", threads); in test_stat_thread()
104 __T("failed to create evlist", evlist); in test_stat_thread()
107 __T("failed to create evsel1", evsel); in test_stat_thread()
112 __T("failed to create evsel2", evsel); in test_stat_thread()
152 __T("failed to create threads", threads); in test_stat_thread_enable()
157 __T("failed to create evlist", evlist); in test_stat_thread_enable()
[all …]
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dexport-to-sqlite.py103 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 …]
Dexport-to-postgresql.py25 # 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 …]
/kernel/linux/linux-4.19/tools/perf/scripts/python/
Dexport-to-sqlite.py66 print >> sys.stderr, " calls 'calls' => create calls and call_paths table"
67 print >> sys.stderr, " callchains 'callchains' => create call_paths table"
125 do_query(query, 'CREATE TABLE selected_events ('
128 do_query(query, 'CREATE TABLE machines ('
132 do_query(query, 'CREATE TABLE threads ('
138 do_query(query, 'CREATE TABLE comms ('
141 do_query(query, 'CREATE TABLE comm_threads ('
145 do_query(query, 'CREATE TABLE dsos ('
151 do_query(query, 'CREATE TABLE symbols ('
158 do_query(query, 'CREATE TABLE branch_types ('
[all …]
Dexport-to-postgresql.py23 # user has postgresql permissions to create databases. Examples of installing
241 print >> sys.stderr, " calls 'calls' => create calls and call_paths table"
242 print >> sys.stderr, " callchains 'callchains' => create call_paths table"
283 do_query(query, 'CREATE DATABASE ' + dbname)
297 do_query(query, 'CREATE TABLE selected_events ('
300 do_query(query, 'CREATE TABLE machines ('
304 do_query(query, 'CREATE TABLE threads ('
310 do_query(query, 'CREATE TABLE comms ('
313 do_query(query, 'CREATE TABLE comm_threads ('
317 do_query(query, 'CREATE TABLE dsos ('
[all …]
/kernel/linux/linux-4.19/Documentation/sysctl/
Duser.txt14 malfunction and attempt to create a ridiculous number of objects,
36 user namespace may create.
41 user namespace may create.
46 user namespace may create.
51 current user namespace may create.
56 user namespace may create.
61 user namespace may create.
66 user namespace may create.
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/
Duser.rst19 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.
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
Ddlmlock.c289 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 …]
/kernel/liteos_a/fs/proc/include/
Dproc_fs.h144 * @brief create a proc node
147 * This API is used to create the node by 'name' and parent vnode
156 * @param mode [IN] Type #mode_t the mode of create's node.
160 * @retval #NULL Create failed.
161 * @retval #ProcDirEntry* Create successfully.
194 * @brief create a proc directory node
197 * This API is used to create the directory node by 'name' and parent vnode
209 * @retval #NULL Create failed.
210 * @retval #ProcDirEntry* Create successfully.
220 * @brief create a proc node
[all …]
/kernel/linux/linux-4.19/fs/ocfs2/dlm/
Ddlmlock.c304 struct dlm_create_lock create; in dlm_send_remote_lock_request() local
308 memset(&create, 0, sizeof(create)); in dlm_send_remote_lock_request()
309 create.node_idx = dlm->node_num; in dlm_send_remote_lock_request()
310 create.requested_type = lock->ml.type; in dlm_send_remote_lock_request()
311 create.cookie = lock->ml.cookie; in dlm_send_remote_lock_request()
312 create.namelen = res->lockname.len; in dlm_send_remote_lock_request()
313 create.flags = cpu_to_be32(flags); in dlm_send_remote_lock_request()
314 memcpy(create.name, res->lockname.name, create.namelen); in dlm_send_remote_lock_request()
316 tmpret = o2net_send_message(DLM_CREATE_LOCK_MSG, dlm->key, &create, in dlm_send_remote_lock_request()
317 sizeof(create), res->owner, &status); in dlm_send_remote_lock_request()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
Dudp_tunnel_nic.sh355 msg="create VxLANs"
366 msg="create VxLANs"
380 msg="create VxLANs 1/5"
384 msg="create VxLANs 2/5"
388 msg="create VxLANs 3/5"
392 msg="create VxLANs 4/5"
396 msg="create VxLANs 5/5"
403 msg="create GENEVE 1/5"
407 msg="create GENEVE 2/5"
411 msg="create GENEVE 3/5"
[all …]
/kernel/linux/linux-4.19/arch/powerpc/kernel/
Deeh_dev.c8 * 1) Before PCI emunation starts, we need create EEH devices according to the
12 * 3) DR (Dynamic Reconfiguration) would create PCI sensitive OF node. EEH device
15 * PHB is newly inserted, we also need create EEH devices accordingly.
45 * eeh_dev_init - Create EEH device according to OF node
48 * It will create EEH device according to the given OF node. The function
70 * eeh_dev_phb_init_dynamic - Create EEH devices for devices included in PHB
73 * Scan the PHB OF node and its child association, then create the
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_resource.c973 * Create resources * in dce60_construct()
998 dm_error("DC: failed to create dp clock source!\n"); in dce60_construct()
1005 dm_error("DC: failed to create clock sources!\n"); in dce60_construct()
1016 dm_error("DC: failed to create dmcu!\n"); in dce60_construct()
1026 dm_error("DC: failed to create abm!\n"); in dce60_construct()
1044 dm_error("DC: failed to create tg!\n"); in dce60_construct()
1051 dm_error("DC: failed to create memory input!\n"); in dce60_construct()
1058 dm_error("DC: failed to create input pixel processor!\n"); in dce60_construct()
1065 dm_error("DC: failed to create transform!\n"); in dce60_construct()
1072 dm_error("DC: failed to create output pixel processor!\n"); in dce60_construct()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c978 * Create resources * in dce80_construct()
1007 dm_error("DC: failed to create dp clock source!\n"); in dce80_construct()
1014 dm_error("DC: failed to create clock sources!\n"); in dce80_construct()
1025 dm_error("DC: failed to create dmcu!\n"); in dce80_construct()
1035 dm_error("DC: failed to create abm!\n"); in dce80_construct()
1053 dm_error("DC: failed to create tg!\n"); in dce80_construct()
1060 dm_error("DC: failed to create memory input!\n"); in dce80_construct()
1067 dm_error("DC: failed to create input pixel processor!\n"); in dce80_construct()
1074 dm_error("DC: failed to create transform!\n"); in dce80_construct()
1081 dm_error("DC: failed to create output pixel processor!\n"); in dce80_construct()
[all …]
/kernel/linux/linux-4.19/Documentation/filesystems/
Dexofs.txt53 4. Make sure the directory where you want to mount exists. If not, create it.
58 As an example, this will create the file system on:
71 An exofs lives inside a single OSD partition. You can create multiple exofs
105 pid=<integer> - The partition number to mount/create as
150 them out of order. The operations that concern us are create, delete,
156 in create's callback function, and when we successfully do a
158 OBJ_2BCREATED is set in the beginning of the create function, so we
160 - create/delete: delete should wait until the object is created
162 - create/readpage: readpage should be able to return a page
164 en-route (i.e. create, writepage, readpage) then the page
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c819 * Create resources * in dce80_construct()
849 dm_error("DC: failed to create dp clock source!\n"); in dce80_construct()
856 dm_error("DC: failed to create clock sources!\n"); in dce80_construct()
867 dm_error("DC: failed to create display clock!\n"); in dce80_construct()
877 dm_error("DC: failed to create dmcu!\n"); in dce80_construct()
887 dm_error("DC: failed to create abm!\n"); in dce80_construct()
908 dm_error("DC: failed to create tg!\n"); in dce80_construct()
915 dm_error("DC: failed to create memory input!\n"); in dce80_construct()
922 dm_error("DC: failed to create input pixel processor!\n"); in dce80_construct()
929 dm_error("DC: failed to create transform!\n"); in dce80_construct()
[all …]
/kernel/linux/linux-5.10/drivers/md/
Ddm-init.c22 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 …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dred.json4 "name": "Create RED with no flags",
27 "name": "Create RED with adaptive flag",
50 "name": "Create RED with ECN flag",
73 "name": "Create RED with flags ECN, adaptive",
96 "name": "Create RED with flags ECN, harddrop",
119 "name": "Create RED with flags ECN, nodrop",
142 "name": "Fail to create RED with only nodrop flag",
164 "name": "Create RED with flags ECN, nodrop, harddrop",
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/
Dlibperf-counting.txt75 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");
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Dzero.rst20 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
/kernel/linux/linux-4.19/Documentation/device-mapper/
Dzero.txt19 To create a sparse device, start by creating a dm-zero device that's the
24 echo "0 $TEN_TERABYTES zero" | dmsetup create zero1
26 Then create a snapshot of the zero device, using any available block-device as
32 dmsetup create sparse1
34 This will create a 10TB sparse device called /dev/mapper/sparse1 that has
/kernel/linux/linux-5.10/Documentation/sound/designs/
Djack-controls.rst26 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

12345678910>>...245