Home
last modified time | relevance | path

Searched +full:- +full:- +full:migrate (Results 1 – 25 of 275) sorted by relevance

1234567891011

/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
Dmigrate_pages02.c1 // SPDX-License-Identifier: GPL-2.0-or-later
8 * 1. process A can migrate its non-shared mem with CAP_SYS_NICE
9 * 2. process A can migrate its non-shared mem without CAP_SYS_NICE
10 * 3. process A can migrate shared mem only with CAP_SYS_NICE
11 * 4. process A can migrate non-shared mem in process B with same effective uid
12 * 5. process A can migrate non-shared mem in process B with CAP_SYS_NICE
31 * This is an estimated minimum of free mem required to migrate this
35 * architecture with largest (non-huge) page size (16k), this limit
75 tst_res(TINFO, "pid(%d) migrate pid %d to node -> %d", in migrate_to_node()
96 tst_res(TINFO, "migrate_pages could not migrate all " in migrate_to_node()
[all …]
/third_party/ltp/testcases/kernel/controllers/pids/
Dpids.sh2 # SPDX-License-Identifier: GPL-2.0-or-later
26 caseno - testcase number from interval 1-9
27 max_processes - maximal number of processes to attach
29 subcgroup_num - number of subgroups created in group
37 killall -9 pids_task2 >/dev/null 2>&1
66 if [ $(wc -l < "$path/$task_list") -ne "$nb" ]; then
82 ROD kill -9 $i
95 if [ "$ret" -eq "2" ]; then
97 elif [ "$ret" -eq "0" ]; then
108 tmp=$((max - 1))
[all …]
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/
Dtest-mpm-file-1m1 # memtoy test - manual migrate of mapped file
2 # requires ./zerofile-1m
5 file zerofile-1m
6 map zerofile-1m
7 mbind zerofile-1m preferred 1
8 touch zerofile-1m w
9 where zerofile-1m
12 # manual migrate to node 3
13 migrate 3
14 where zerofile-1m
Dtest-mpm-file-16m1 # memtoy test - manual migrate of 16M mapped file
2 # requires ./zerofile-16m
5 file zerofile-16m
6 map zerofile-16m
7 mbind zerofile-16m preferred 1
8 touch zerofile-16m w
9 where zerofile-16m
12 # manual migrate to node 3
13 migrate 3
14 where zerofile-16m
Dtest-mpm-anon-1g-interleaved1 # memtoy test - manual migrate single 1g interleaved anon segment
2 # interleave across (0,1); then migrate to (2,3)
11 # note: migrate <to> <from>
12 migrate 2,3 0,1
Dtest-mpm-anon-8p1 # memtoy test - manual migrate single 8 page anon segment
11 #migrate all pages to node 2
12 migrate 2
Dtest-mpm-anon-1g1 # memtoy test - manual migrate single 1G anon segment
11 #migrate all pages to node 2
12 migrate 2
Dtest-mpm-anon-1p1 # memtoy test - manual migrate single 1 page anon segment
12 #migrate all pages to node 2
13 migrate 2
Dtest-lazy-anon-8p-touch1 # memtoy test - lazy migrate single 8 page anon segment
12 # lazy mig -- no wait
19 # read pages to migrate on fault
Dtest-mpm-2shm-1m1 #memtoy test -- manual migrate 2 1M shared memory segments
17 migrate 3
Dtest-lazy-shm-8p1 # memtoy test - lazy migrate 8p range of single 1M shm seg
15 #migrate 3
Dtest-lazy-anon-1g-interleaved1 # memtoy test - manual migrate single 1g interleaved anon segment
2 # interleave across (0,1); then migrate to (2,3)
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
DMigrationJob.java8 * http://www.apache.org/licenses/LICENSE-2.0
39 * String originally entered. Only recipes from the given BCP-47 countryCode will be used.
84 * Retrieves all migratable numbers from the numberRange and attempts to migrate them with recipes
96 … .ifPresent(recipe -> migratedResults.add(migrate(entry.getSanitizedNumber(), recipe, entry))); in getMigrationReportForCountry()
99 .filter(entry -> !migratableRange.contains(entry)); in getMigrationReportForCountry()
114 * recipeKey and attempts to migrate them with recipes from the recipesTable that belong to the
127 migratableRange.forEach(entry -> migratedResults in getMigrationReportForRecipe()
128 .add(migrate(entry.getSanitizedNumber(), recipeRow, entry))); in getMigrationReportForRecipe()
131 .filter(entry -> !migratableRange.contains(entry)); in getMigrationReportForRecipe()
152 * match the number to migrate. This means that the 'Old Format' value cannot be represented by
[all …]
/third_party/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_test02.c17 /* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
43 /* Created- 20/12/2007 -Sudhir Kumar <skumar@linux.vnet.ibm.com> */
89 int migrate = 0; /* For task migration */ in main() local
106 unsigned int fmyshares, num_tasks; /* f-> from file. num_tasks is tasks in this group */ in main()
109 mygroup_num = -1; in main()
175 /* return val: -1 in case of function error, else 2 is min share value */ in main()
198 delta_time = current_time - prev_time; /* Duration in case its not exact TIME_INTERVAL */ in main()
201 total_cpu_time = (cpu_usage.ru_utime.tv_sec + cpu_usage.ru_utime.tv_usec * 1e-6 + /* user time */ in main()
202 cpu_usage.ru_stime.tv_sec + cpu_usage.ru_stime.tv_usec * 1e-6); /* system time */ in main()
203 delta_cpu_time = total_cpu_time - prev_cpu_time; in main()
[all …]
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/Scripts/
Dtest21 #memtoy test 2 - migrate 2 2g anon segments from (1,2) -> 3
16 migrate 3
Dtest1c81 # memtoy test 1c - single 8 page anon segment
11 #migrate all pages to node 2
12 migrate 2
Dtest1c1 # memtoy test 1c - single 64 page anon segment
11 #migrate all pages to node 2
12 migrate 2
Dtest11 # memtoy test 1 - single 1g anon segment
10 #migrate all pages to node 2
11 migrate 2
Dtest41 # memtoy test 4 - single 1g anon segment
2 # interleave across (0,1); then migrate to (2,3)
11 migrate 2,3 0,1
Dtest1f1 # memtoy test 1f - single 1g mapped file segment
12 #migrate all pages to node 2
13 migrate 2
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
DREADME1 Memtoy - a toy [tool] for performing various memory
5 N.B., migrate command depends on Ray Bryant's "Manual Page Migration"
17 quit - just what you think
20 help - show this help
21 help <command> - display help for just <command>
23 pid - show process id of this session
25 pause - pause program until signal -- e.g., INT, USR1
27 numa - display numa info as seen by this program.
31 migrate <to-node-id[s]> [<from-node-id[s]>] -
32 migrate this process' memory from <from-node-id[s]>
[all …]
/third_party/libphonenumber/migrator/
DREADME.md3-47 country code](https://countrycode.org/). If inputted numbers match any of the supported intern…
7 …ary can be used as either a [command line tool](#command-line-usage) or a [web application](#web-a…
9 ```Single Number Migration``` - input a single E.164 phone number with its corresponding BCP-47 cou…
11 ```File Migration``` - input a text file location with one E.164 number per line along with the BCP
13 ```Custom Recipe Migration``` - specify a [custom recipe](#custom-recipe-migrations) file to use fo…
15 ```Migration Report``` - find all phone numbers in a given input that were migrated with given migr…
21-n, --number | -f, --file)``` - either the phone number input or file input for a given migration.…
23 ```-c, --countryCode``` - the BCP-47 country code that corresponds to the given phone number input.…
27 ```-r, --customRecipe``` - the path to a csv file containing custom migration recipes which follow …
29-e, --exportInvalidMigrations``` - the boolean command line flag specifying that text files create…
[all …]
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug01.txt2 -----------
37 migrate the IRQs to it
41 migrate IRQs onto the CPU
/third_party/libphonenumber/java/demo/
DREADME.md9 `$ sudo apt-get install google-cloud-sdk-app-engine-java`
15 `$ brew install google-cloud-sdk`
19 `$ gcloud components install app-engine-java`
25 Install [Cloud Code Plugin for Intellij](https://plugins.jetbrains.com/plugin/8079-cloud-code)
28 please [migrate](https://cloud.google.com/code/docs/intellij/migrate)._
32 Install [Cloud Code Plugin for Eclipse](https://marketplace.eclipse.org/content/google-cloud-tools-
/third_party/libphonenumber/migrator/migrator-servlet/src/main/webapp/
Dindex.jsp7 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
9 …_NUMBERS_LINK = "https://support.twilio.com/hc/en-us/articles/223183008-Formatting-International-P…
14 …_LINK = "https://github.com/google/libphonenumber/blob/master/CONTRIBUTING.md#filing-a-code-issue";
24 <link type="text/css" rel="stylesheet" href="/stylesheets/servlet-main.css" />
31 const UNTOUCHED_INVALID = 'Invalid Non-migratable Numbers';
105 const chart = new google.visualization.PieChart(document.getElementById('migration-chart'));
112 <div class="page-heading">
116 …input as well as the corresponding BCP-47 <a href="<%=COUNTRY_CODE_LINK%>" target="_blank">country…
123 … Number Migration:</strong> input a single E.164 phone number with its corresponding BCP-47 country
128 …le Migration:</strong> input a text file containing one E.164 number per line along with the BCP-47
[all …]

1234567891011