Home
last modified time | relevance | path

Searched refs:mems (Results 1 – 24 of 24) sorted by relevance

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/
Dcpuset_hierarchy_test.sh250 cpuset_log "father cpuset.mems $(cat "$CPUSET/father/cpuset.mems")"
251 cpuset_log "child cpuset.mems $(cat "$CPUSET/father/child/cpuset.mems")"
253 test -z "$(cat "$CPUSET/father/cpuset.mems")" || return 1
254 test -z "$(cat "$CPUSET/father/child/cpuset.mems")" || return 1
262 cpuset_log "father cpuset.mems $(cat "$CPUSET/father/cpuset.mems")"
263 cpuset_log "child cpuset.mems $(cat "$CPUSET/father/child/cpuset.mems")"
265 test -z "$(cat "$CPUSET/father/cpuset.mems")" || return 1
266 test -z "$(cat "$CPUSET/father/child/cpuset.mems")" || return 1
274 cpuset_log "father cpuset.mems $(cat "$CPUSET/father/cpuset.mems")"
275 cpuset_log "child cpuset.mems $(cat "$CPUSET/father/child/cpuset.mems")"
[all …]
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/
Dcpuset_base_ops_testset.sh141 while read mems result
143 base_op_test "$CPUSET/1/cpuset.mems" "$mems" "$result"
198 local mems=$2
224 if [ "$mems" != "NULL" ]; then
225 echo $mems > "$CPUSET/sub_cpuset/cpuset.mems"
236 …tst_resm TFAIL "Attaching Task Test failed!! cpus - \"$cpus\", mems - \"$mems\", Expect - \"$expec…
252 while read cpus mems expect
254 attach_task_test "$cpus" "$mems" "$expect"
265 for filename in cpus mems memory_pressure
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c71 struct bitmask *mems; member
624 if ((cp->mems = bitmask_alloc(nbits)) == NULL) in cpuset_alloc()
631 if (cp && cp->mems) in cpuset_alloc()
632 bitmask_free(cp->mems); in cpuset_alloc()
644 if (cp->mems) in cpuset_free()
645 bitmask_free(cp->mems); in cpuset_free()
680 int cpuset_setmems(struct cpuset *cp, const struct bitmask *mems) in cpuset_setmems() argument
682 if (cp->mems) in cpuset_setmems()
683 bitmask_free(cp->mems); in cpuset_setmems()
684 cp->mems = bitmask_alloc(bitmask_nbits(mems)); in cpuset_setmems()
[all …]
Dcpuset.h192 int cpuset_setmems(struct cpuset *cp, const struct bitmask *mems);
202 int cpuset_getmems(const struct cpuset *cp, struct bitmask *mems);
208 int cpuset_localcpus(const struct bitmask *mems, struct bitmask *cpus);
209 int cpuset_localmems(const struct bitmask *cpus, struct bitmask *mems);
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dmachine.cpp43 const std::vector<ATLMemory> &mems = proc.memories(); in get_memory_pool() local
44 assert(mems.size() && mem_id >= 0 && mem_id < mems.size() && in get_memory_pool()
46 pool = mems[mem_id].memory(); in get_memory_pool()
/external/ltp/testcases/kernel/controllers/cpuset/
Dcpuset_funcs.sh184 local mems="$3"
195 /bin/echo $mems > $path/cpuset.mems
DREADME11 cpuset, such as: adding/removing cpus/mems, setting flags, exclusive function,
26 operation of cpuset. such as: adding/removing cpus/mems, setting flags.
/external/ltp/testcases/kernel/mem/cpuset/
Dcpuset01.c52 char mems[BUFSIZ], buf[BUFSIZ]; in test_cpuset() local
56 read_cpuset_files(CPATH, "mems", mems); in test_cpuset()
57 write_cpuset_files(CPATH_NEW, "mems", mems); in test_cpuset()
/external/OpenCL-CTS/test_conformance/allocations/
Dmain.cpp111 cl_mem mems[MAX_NUMBER_TO_ALLOCATE]; in doTest() local
182mems, &number_of_mems_used, &final_size, g_write_allocations, g_seed ); in doTest()
188 … error = execute_kernel( context, &queue, device, alloc_type, mems, number_of_mems_used, in doTest()
202 clReleaseMemObject( mems[i] ); in doTest()
Dallocation_functions.cpp132 … int type, cl_mem mems[], int *number_of_mems, size_t *final_size, int force_fill, MTdata d) { in allocate_size() argument
227 …result = do_allocation(context, queue, device_id, allocation_this_time, type, &mems[current_alloca… in allocate_size()
233 actual_allocation = get_actual_allocation_size(mems[current_allocation]); in allocate_size()
246 …result = fill_mem_with_data(context, device_id, queue, mems[current_allocation], d, blocking_write… in allocate_size()
Dallocation_execute.cpp135 …ontext, cl_command_queue *queue, cl_device_id device_id, int test, cl_mem mems[], int number_of_me… in execute_kernel() argument
224 error = clSetKernelArg(kernel, i, sizeof(cl_mem), &mems[i]); in execute_kernel()
251 error = clGetMemObjectInfo(mems[i], CL_MEM_SIZE, sizeof(size), &size, NULL); in execute_kernel()
351 if (check_image(*queue, mems[i])) { in execute_kernel()
Dallocation_execute.h20 …ontext, cl_command_queue *queue, cl_device_id device_id, int test, cl_mem mems[], int number_of_me…
Dallocation_functions.h24 … int type, cl_mem mems[], int *number_of_mems, size_t *final_size, int force_fill, MTdata d);
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_inherit_test/
Dcpuset_inherit_testset.sh120 while read mems result
122 inherit_test "$CPUSET/1/cpuset.mems" "$mems" "$result"
/external/libwebsockets/lib/misc/
Dlws-struct-sqlite.c41 int n, mems = a->map_entries_st[0]; in lws_struct_sq3_deser_cb() local
55 while (mems--) { in lws_struct_sq3_deser_cb()
/external/perfetto/src/profiling/memory/
Dunwinding.cc142 std::shared_ptr<unwindstack::Memory> mems = in DoUnwind() local
148 mems); in DoUnwind()
/external/mesa3d/src/gallium/frontends/clover/api/
Dtransfer.cpp897 auto mems = objs<memory_obj>(d_mems, num_mems); in clEnqueueMigrateMemObjects() local
904 }, mems)) in clEnqueueMigrateMemObjects()
914 for (auto &mem: mems) { in clEnqueueMigrateMemObjects()
/external/mesa3d/include/CL/
Dcl.hpp6411 cl_mem * mems = (mem_objects != NULL && mem_objects->size() > 0) in enqueueNativeKernel() local
6415 if (mems != NULL) { in enqueueNativeKernel()
6417 mems[i] = ((*mem_objects)[i])(); in enqueueNativeKernel()
6426 mems, in enqueueNativeKernel()
Dcl2.hpp8512 vector<cl_mem> mems(elements);
8514 mems[i] = ((*mem_objects)[i])();
8522 mems.data(),
/external/vulkan-validation-layers/tests/
Dvklayertests_buffer_image_memory_sampler.cpp1359 VkDeviceMemory mems[max_mems + 1]; in TEST_F() local
1395 err = vkAllocateMemory(m_device->device(), &mem_alloc, NULL, &mems[i]); in TEST_F()
1403 vkFreeMemory(m_device->device(), mems[j], NULL); in TEST_F()
/external/python/cpython2/Doc/howto/
Dwebservers.rst592 <https://www.mems-exchange.org/software/>`_, two object oriented
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_fixers.py1926 new_import = ", ".join([n for (n, mems)
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_fixers.py1864 new_import = ", ".join([n for (n, mems)
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz