Home
last modified time | relevance | path

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

12345678910>>...364

/kernel/linux/linux-6.6/tools/testing/selftests/drivers/dma-buf/
Dudmabuf.c28 struct udmabuf_create create; in main() local
60 memset(&create, 0, sizeof(create)); in main()
63 create.memfd = memfd; in main()
64 create.offset = getpagesize()/2; in main()
65 create.size = getpagesize(); in main()
66 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main()
73 create.memfd = memfd; in main()
74 create.offset = 0; in main()
75 create.size = getpagesize()/2; in main()
76 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main()
[all …]
/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-6.6/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-6.6/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-6.6/tools/lib/perf/tests/
Dtest-evlist.c50 __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 …]
Dtest-evsel.c31 __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 …]
/kernel/liteos_a/fs/proc/include/
Dproc_fs.h164 * @brief create a proc node
167 * This API is used to create the node by 'name' and parent vnode
176 * @param mode [IN] Type #mode_t the mode of create's node.
180 * @retval #NULL Create failed.
181 * @retval #ProcDirEntry* Create successfully.
214 * @brief create a proc directory node
217 * This API is used to create the directory node by 'name' and parent vnode
229 * @retval #NULL Create failed.
230 * @retval #ProcDirEntry* Create successfully.
240 * @brief create a proc node
[all …]
/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-6.6/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-6.6/tools/testing/selftests/bpf/progs/
Diters_state_safety.c39 /* 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 iterator */ in double_destroy_fail()
[all …]
/kernel/linux/linux-6.6/fs/ocfs2/dlm/
Ddlmlock.c287 struct dlm_create_lock create; in dlm_send_remote_lock_request() local
291 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 …]
/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/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
Dudp_tunnel_nic.sh356 msg="create VxLANs"
367 msg="create VxLANs"
381 msg="create VxLANs 1/5"
385 msg="create VxLANs 2/5"
389 msg="create VxLANs 3/5"
393 msg="create VxLANs 4/5"
397 msg="create VxLANs 5/5"
404 msg="create GENEVE 1/5"
408 msg="create GENEVE 2/5"
412 msg="create GENEVE 3/5"
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
Dudp_tunnel_nic.sh356 msg="create VxLANs"
367 msg="create VxLANs"
381 msg="create VxLANs 1/5"
385 msg="create VxLANs 2/5"
389 msg="create VxLANs 3/5"
393 msg="create VxLANs 4/5"
397 msg="create VxLANs 5/5"
404 msg="create GENEVE 1/5"
408 msg="create GENEVE 2/5"
412 msg="create GENEVE 3/5"
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dfq.json4 "name": "Create FQ with default setting",
27 "name": "Create FQ with limit packet setting",
50 "name": "Create FQ with flow_limit setting",
73 "name": "Create FQ with quantum setting",
96 "name": "Create FQ with initial_quantum setting",
119 "name": "Create FQ with invalid initial_quantum setting",
141 "name": "Create FQ with maxrate setting",
164 "name": "Create FQ with nopacing setting",
187 "name": "Create FQ with refill_delay setting",
210 "name": "Create FQ with low_rate_threshold setting",
[all …]
Dhtb.json4 "name": "Create HTB with default setting",
27 "name": "Create HTB with default-N setting",
50 "name": "Create HTB with r2q setting",
73 "name": "Create HTB with direct_qlen setting",
96 "name": "Create HTB with class rate and burst setting",
120 "name": "Create HTB with class mpu setting",
144 "name": "Create HTB with class prio setting",
168 "name": "Create HTB with class ceil setting",
192 "name": "Create HTB with class cburst setting",
216 "name": "Create HTB with class mtu setting",
[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-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-6.6/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c979 * Create resources * in dce80_construct()
1008 dm_error("DC: failed to create dp clock source!\n"); in dce80_construct()
1015 dm_error("DC: failed to create clock sources!\n"); in dce80_construct()
1026 dm_error("DC: failed to create dmcu!\n"); in dce80_construct()
1036 dm_error("DC: failed to create abm!\n"); in dce80_construct()
1054 dm_error("DC: failed to create tg!\n"); in dce80_construct()
1061 dm_error("DC: failed to create memory input!\n"); in dce80_construct()
1068 dm_error("DC: failed to create input pixel processor!\n"); in dce80_construct()
1075 dm_error("DC: failed to create transform!\n"); in dce80_construct()
1082 dm_error("DC: failed to create output pixel processor!\n"); in dce80_construct()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_resource.c969 * Create resources * in dce60_construct()
994 dm_error("DC: failed to create dp clock source!\n"); in dce60_construct()
1001 dm_error("DC: failed to create clock sources!\n"); in dce60_construct()
1012 dm_error("DC: failed to create dmcu!\n"); in dce60_construct()
1022 dm_error("DC: failed to create abm!\n"); in dce60_construct()
1040 dm_error("DC: failed to create tg!\n"); in dce60_construct()
1047 dm_error("DC: failed to create memory input!\n"); in dce60_construct()
1054 dm_error("DC: failed to create input pixel processor!\n"); in dce60_construct()
1061 dm_error("DC: failed to create transform!\n"); in dce60_construct()
1068 dm_error("DC: failed to create output pixel processor!\n"); in dce60_construct()
[all …]

12345678910>>...364