Home
last modified time | relevance | path

Searched refs:mems (Results 1 – 16 of 16) 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/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/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/perfetto/src/profiling/memory/
Dunwinding.cc194 std::shared_ptr<unwindstack::Memory> mems = in DoUnwind() local
199 unwindstack::Unwinder unwinder(kMaxFrames, &metadata->maps, regs.get(), mems); in DoUnwind()
/external/syzkaller/sys/linux/
Dcgroup.txt43 …grate", "cpuset.memory_spread_page", "cpuset.memory_spread_slab", "cpuset.mems", "cpuset.sched_loa…
/external/ltp/testcases/kernel/controllers/cgroup/
Dcgroup_regression_test.sh296 echo 0 > $mntpoint/0/cpuset.mems 2> /dev/null
/external/mesa3d/include/CL/
Dcl.hpp2978 cl_mem * mems = (mem_objects != NULL && mem_objects->size() > 0) in enqueueNativeKernel() local
2982 if (mems != NULL) { in enqueueNativeKernel()
2984 mems[i] = ((*mem_objects)[i])(); in enqueueNativeKernel()
2992 mems, in enqueueNativeKernel()
/external/python/cpython2/Doc/howto/
Dwebservers.rst592 <https://www.mems-exchange.org/software/>`_, two object oriented
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_fixers.py1864 new_import = ", ".join([n for (n, mems)
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_fixers.py1922 new_import = ", ".join([n for (n, mems)
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp3714 VkDeviceMemory mems[max_mems + 1]; in TEST_F() local
3750 err = vkAllocateMemory(m_device->device(), &mem_alloc, NULL, &mems[i]); in TEST_F()
3758 vkFreeMemory(m_device->device(), mems[j], NULL); in TEST_F()