OSDN Git Service

(split) LDP: Update ja.po (editorical changes)
[linuxjm/LDP_man-pages.git] / po4a / numa / po / ja.po
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "POT-Creation-Date: 2013-03-22 01:06+0900\n"
10 "PO-Revision-Date: 2013-03-26 12:34+0900\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13 "Language: \n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #. type: TH
19 #: build/C/man2/get_mempolicy.2:27
20 #, no-wrap
21 msgid "GET_MEMPOLICY"
22 msgstr "GET_MEMPOLICY"
23
24 #. type: TH
25 #: build/C/man2/get_mempolicy.2:27 build/C/man2/mbind.2:45
26 #: build/C/man2/set_mempolicy.2:27
27 #, no-wrap
28 msgid "2008-08-15"
29 msgstr "2008-08-15"
30
31 #. type: TH
32 #: build/C/man2/get_mempolicy.2:27 build/C/man2/getcpu.2:12
33 #: build/C/man2/mbind.2:45 build/C/man2/migrate_pages.2:18
34 #: build/C/man2/move_pages.2:18 build/C/man7/numa.7:29
35 #: build/C/man2/set_mempolicy.2:27
36 #, no-wrap
37 msgid "Linux"
38 msgstr "Linux"
39
40 #. type: TH
41 #: build/C/man2/get_mempolicy.2:27 build/C/man2/getcpu.2:12
42 #: build/C/man2/mbind.2:45 build/C/man2/migrate_pages.2:18
43 #: build/C/man2/move_pages.2:18 build/C/man7/numa.7:29
44 #: build/C/man2/set_mempolicy.2:27
45 #, no-wrap
46 msgid "Linux Programmer's Manual"
47 msgstr "Linux Programmer's Manual"
48
49 #. type: SH
50 #: build/C/man2/get_mempolicy.2:28 build/C/man2/getcpu.2:13
51 #: build/C/man2/mbind.2:46 build/C/man2/migrate_pages.2:19
52 #: build/C/man2/move_pages.2:19 build/C/man7/numa.7:30
53 #: build/C/man2/set_mempolicy.2:28
54 #, no-wrap
55 msgid "NAME"
56 msgstr "名前"
57
58 #. type: Plain text
59 #: build/C/man2/get_mempolicy.2:30
60 msgid "get_mempolicy - retrieve NUMA memory policy for a process"
61 msgstr "get_mempolicy - プロセスの NUMA メモリのポリシーを取得する"
62
63 #. type: SH
64 #: build/C/man2/get_mempolicy.2:30 build/C/man2/getcpu.2:15
65 #: build/C/man2/mbind.2:48 build/C/man2/migrate_pages.2:21
66 #: build/C/man2/move_pages.2:21 build/C/man2/set_mempolicy.2:30
67 #, no-wrap
68 msgid "SYNOPSIS"
69 msgstr "書式"
70
71 #. type: Plain text
72 #: build/C/man2/get_mempolicy.2:32
73 msgid "B<#include E<lt>numaif.hE<gt>>"
74 msgstr "B<#include E<lt>numaif.hE<gt>>"
75
76 #. type: Plain text
77 #: build/C/man2/get_mempolicy.2:37
78 #, no-wrap
79 msgid ""
80 "B<int get_mempolicy(int *>I<mode>B<, unsigned long *>I<nodemask>B<,>\n"
81 "B<                  unsigned long >I<maxnode>B<, unsigned long >I<addr>B<,>\n"
82 "B<                  unsigned long >I<flags>B<);>\n"
83 msgstr ""
84 "B<int get_mempolicy(int *>I<mode>B<, unsigned long *>I<nodemask>B<,>\n"
85 "B<                  unsigned long >I<maxnode>B<, unsigned long >I<addr>B<,>\n"
86 "B<                  unsigned long >I<flags>B<);>\n"
87
88 #. type: Plain text
89 #: build/C/man2/get_mempolicy.2:39 build/C/man2/mbind.2:57
90 #: build/C/man2/set_mempolicy.2:38
91 #, no-wrap
92 msgid "Link with I<-lnuma>.\n"
93 msgstr "I<-lnuma> でリンクする。\n"
94
95 #. type: SH
96 #: build/C/man2/get_mempolicy.2:40 build/C/man2/getcpu.2:25
97 #: build/C/man2/mbind.2:58 build/C/man2/migrate_pages.2:31
98 #: build/C/man2/move_pages.2:30 build/C/man7/numa.7:32
99 #: build/C/man2/set_mempolicy.2:39
100 #, no-wrap
101 msgid "DESCRIPTION"
102 msgstr "説明"
103
104 #. type: Plain text
105 #: build/C/man2/get_mempolicy.2:45
106 msgid ""
107 "B<get_mempolicy>()  retrieves the NUMA policy of the calling process or of a "
108 "memory address, depending on the setting of I<flags>."
109 msgstr ""
110 "B<get_mempolicy>()  は、呼び出し元プロセスもしくは指定されたメモリアドレスの "
111 "NUMA ポリシーを I<flags> の設定に従って取得する。"
112
113 #. type: Plain text
114 #: build/C/man2/get_mempolicy.2:50 build/C/man2/set_mempolicy.2:54
115 msgid ""
116 "A NUMA machine has different memory controllers with different distances to "
117 "specific CPUs.  The memory policy defines from which node memory is "
118 "allocated for the process."
119 msgstr ""
120 "NUMA (非対称メモリアクセス) マシンでは、CPU により メモリコントローラが異な"
121 "り、距離も異なっている。 メモリポリシーは、どのノードからメモリをそのプロセス"
122 "に 割り当てるかを定めるものである。"
123
124 #. type: Plain text
125 #: build/C/man2/get_mempolicy.2:67
126 msgid ""
127 "If I<flags> is specified as 0, then information about the calling process's "
128 "default policy (as set by B<set_mempolicy>(2))  is returned.  The policy "
129 "returned [I<mode> and I<nodemask>] may be used to restore the process's "
130 "policy to its state at the time of the call to B<get_mempolicy>()  using "
131 "B<set_mempolicy>(2)."
132 msgstr ""
133 "I<flags> に 0 が指定された場合、 (B<set_mempolicy>(2)  で設定された)  呼び出"
134 "し元プロセスのデフォルトポリシーに関する情報を返す。 返されたポリシー "
135 "[I<mode> と I<nodemask>] を B<set_mempolicy>(2)  に渡すことで、そのプロセスの"
136 "ポリシーを B<get_mempolicy>()  を呼び出した時点の状態に戻すことができる。"
137
138 #. type: Plain text
139 #: build/C/man2/get_mempolicy.2:89
140 msgid ""
141 "If I<flags> specifies B<MPOL_F_MEMS_ALLOWED> (available since Linux 2.6.24), "
142 "the I<mode> argument is ignored and the set of nodes [memories] that the "
143 "process is allowed to specify in subsequent calls to B<mbind>(2)  or "
144 "B<set_mempolicy>(2)  [in the absence of any I<mode flags>] is returned in "
145 "I<nodemask>.  It is not permitted to combine B<MPOL_F_MEMS_ALLOWED> with "
146 "either B<MPOL_F_ADDR> or B<MPOL_F_NODE>."
147 msgstr ""
148 "I<flags> に B<MPOL_F_MEMS_ALLOWED> (Linux 2.6.24 以降で利用可能) を指定する"
149 "と、 I<mode> 引き数は無視され、 そのプロセスがその後の B<mbind>(2)  や "
150 "B<set_mempolicy>(2)  で [I<モードフラグ> が指定されていない場合に ] 指定でき"
151 "るノード (メモリ) の集合が I<nodemask> に返される。 B<MPOL_F_MEMS_ALLOWED> "
152 "を、 B<MPOL_F_ADDR> や B<MPOL_F_NODE> と同時に指定することはできない。"
153
154 #. type: Plain text
155 #: build/C/man2/get_mempolicy.2:103
156 msgid ""
157 "If I<flags> specifies B<MPOL_F_ADDR>, then information is returned about the "
158 "policy governing the memory address given in I<addr>.  This policy may be "
159 "different from the process's default policy if B<mbind>(2)  or one of the "
160 "helper functions described in B<numa>(3)  has been used to establish a "
161 "policy for the memory range containing I<addr>."
162 msgstr ""
163 "I<flags> に B<MPOL_F_ADDR> が指定された場合、 I<addr> で指定されたメモリアド"
164 "レスに適用されているポリシーに関する情報を返す。 B<mbind>(2)  や B<numa>(3)  "
165 "で説明されているヘルパー関数を使って、 I<addr> を含むメモリ領域に対するポリ"
166 "シーが設定されていた場合には、 返されるポリシーはプロセスのデフォルトポリシー"
167 "と違うことがある。"
168
169 #. type: Plain text
170 #: build/C/man2/get_mempolicy.2:124
171 msgid ""
172 "If the I<mode> argument is not NULL, then B<get_mempolicy>()  will store the "
173 "policy mode and any optional I<mode flags> of the requested NUMA policy in "
174 "the location pointed to by this argument.  If I<nodemask> is not NULL, then "
175 "the nodemask associated with the policy will be stored in the location "
176 "pointed to by this argument.  I<maxnode> specifies the number of node IDs "
177 "that can be stored into I<nodemask>\\(emthat is, the maximum node ID plus "
178 "one.  The value specified by I<maxnode> is always rounded to a multiple of "
179 "I<sizeof(unsigned long)>."
180 msgstr ""
181 "I<mode> 引き数が NULL でない場合、 B<get_mempolicy>()  は要求された NUMA ポリ"
182 "シーのモードと追加の I<モードフラグ> を I<mode> が指す場所に格納する。 "
183 "I<nodemask> が NULL 以外の場合、そのポリシーに対応するノードマスクを この引き"
184 "数が指す場所に格納する。 I<maxnode> には I<nodemask> に格納できるノード ID の"
185 "数、つまり最大ノード ID に 1 を足した値を指定する。 I<maxnode> で指定された値"
186 "は常に I<sizeof(unsigned long)> の倍数に切り上げられる。"
187
188 #. type: Plain text
189 #: build/C/man2/get_mempolicy.2:141
190 msgid ""
191 "If I<flags> specifies both B<MPOL_F_NODE> and B<MPOL_F_ADDR>, "
192 "B<get_mempolicy>()  will return the node ID of the node on which the address "
193 "I<addr> is allocated into the location pointed to by I<mode>.  If no page "
194 "has yet been allocated for the specified address, B<get_mempolicy>()  will "
195 "allocate a page as if the process had performed a read [load] access to that "
196 "address, and return the ID of the node where that page was allocated."
197 msgstr ""
198 "I<flags> で B<MPOL_F_NODE> と B<MPOL_F_ADDR> の両方が指定された場合、 "
199 "B<get_mempolicy>()  はアドレス I<addr> が割り当てられているノードのノード ID "
200 "を I<mode> が指す場所に入れて返す。 指定されたアドレスにどのページもまだ割り"
201 "当てられていない場合、 B<get_mempolicy>()  は、あたかもそのプロセスがそのアド"
202 "レスに対して読み込みアクセスを 実行したかのようにページの割り当てを行い、ペー"
203 "ジが割り当てられた ノードの ID を返す。"
204
205 #.  Note:  code returns next interleave node via 'mode' argument -Lee Schermerhorn
206 #. type: Plain text
207 #: build/C/man2/get_mempolicy.2:166
208 msgid ""
209 "If I<flags> specifies B<MPOL_F_NODE>, but not B<MPOL_F_ADDR>, and the "
210 "process's current policy is B<MPOL_INTERLEAVE>, then B<get_mempolicy>()  "
211 "will return in the location pointed to by a non-NULL I<mode> argument, the "
212 "node ID of the next node that will be used for interleaving of internal "
213 "kernel pages allocated on behalf of the process.  These allocations include "
214 "pages for memory mapped files in process memory ranges mapped using the "
215 "B<mmap>(2)  call with the B<MAP_PRIVATE> flag for read accesses, and in "
216 "memory ranges mapped with the B<MAP_SHARED> flag for all accesses."
217 msgstr ""
218 "I<flags> で B<MPOL_F_NODE> は指定されたが、 B<MPOL_F_ADDR> は指定されていない"
219 "場合で、かつ そのプロセスの現在のポリシーが B<MPOL_INTERLEAVE> の場合、 "
220 "B<get_mempolicy>()  は、そのプロセスに対して割り当てられたカーネルの内部ペー"
221 "ジで 次にインターリーブ用に使用されるノードのノード ID を、 NULL でない "
222 "I<mode> 引き数が指す場所に入れて返す。 読み込みアクセス用として "
223 "B<MAP_PRIVATE> フラグ付きで B<mmap>(2)  したプロセスメモリ領域や、 任意のアク"
224 "セス用として B<MAP_SHARED> フラグ付きで B<mmap>(2)  したメモリ領域の、メモリ"
225 "マップされたファイルに対するページも 上記のプロセスに対して割り当てられたペー"
226 "ジに含まれる。"
227
228 #. type: Plain text
229 #: build/C/man2/get_mempolicy.2:168
230 msgid "Other flag values are reserved."
231 msgstr "他のフラグは予約されている。"
232
233 #. type: Plain text
234 #: build/C/man2/get_mempolicy.2:171
235 msgid "For an overview of the possible policies see B<set_mempolicy>(2)."
236 msgstr "設定可能なポリシーの概要については B<set_mempolicy>(2)  を参照。"
237
238 #. type: SH
239 #: build/C/man2/get_mempolicy.2:171 build/C/man2/getcpu.2:59
240 #: build/C/man2/mbind.2:309 build/C/man2/migrate_pages.2:88
241 #: build/C/man2/move_pages.2:141 build/C/man2/set_mempolicy.2:220
242 #, no-wrap
243 msgid "RETURN VALUE"
244 msgstr "返り値"
245
246 #. type: Plain text
247 #: build/C/man2/get_mempolicy.2:178
248 msgid ""
249 "On success, B<get_mempolicy>()  returns 0; on error, -1 is returned and "
250 "I<errno> is set to indicate the error."
251 msgstr ""
252 "成功すると、 B<get_mempolicy>()  は 0 を返す。エラーの場合、-1 を返し、 "
253 "I<errno> にエラーを示す値を設定する。"
254
255 #. type: SH
256 #: build/C/man2/get_mempolicy.2:178 build/C/man2/getcpu.2:64
257 #: build/C/man2/mbind.2:317 build/C/man2/migrate_pages.2:96
258 #: build/C/man2/move_pages.2:150 build/C/man2/set_mempolicy.2:227
259 #, no-wrap
260 msgid "ERRORS"
261 msgstr "エラー"
262
263 #. type: TP
264 #: build/C/man2/get_mempolicy.2:179 build/C/man2/getcpu.2:65
265 #: build/C/man2/mbind.2:319 build/C/man2/move_pages.2:159
266 #: build/C/man2/set_mempolicy.2:228
267 #, no-wrap
268 msgid "B<EFAULT>"
269 msgstr "B<EFAULT>"
270
271 #. type: Plain text
272 #: build/C/man2/get_mempolicy.2:186 build/C/man2/set_mempolicy.2:235
273 msgid ""
274 "Part of all of the memory range specified by I<nodemask> and I<maxnode> "
275 "points outside your accessible address space."
276 msgstr ""
277 "I<nodemask> と I<maxnode> で指定されたメモリ領域の一部または全部が、 呼び出し"
278 "元がアクセス可能なアドレス空間外を指している。"
279
280 #. type: TP
281 #: build/C/man2/get_mempolicy.2:186 build/C/man2/mbind.2:327
282 #: build/C/man2/move_pages.2:162 build/C/man2/set_mempolicy.2:235
283 #, no-wrap
284 msgid "B<EINVAL>"
285 msgstr "B<EINVAL>"
286
287 #. type: Plain text
288 #: build/C/man2/get_mempolicy.2:230
289 msgid ""
290 "The value specified by I<maxnode> is less than the number of node IDs "
291 "supported by the system.  Or I<flags> specified values other than "
292 "B<MPOL_F_NODE> or B<MPOL_F_ADDR>; or I<flags> specified B<MPOL_F_ADDR> and "
293 "I<addr> is NULL, or I<flags> did not specify B<MPOL_F_ADDR> and I<addr> is "
294 "not NULL.  Or, I<flags> specified B<MPOL_F_NODE> but not B<MPOL_F_ADDR> and "
295 "the current process policy is not B<MPOL_INTERLEAVE>.  Or, I<flags> "
296 "specified B<MPOL_F_MEMS_ALLOWED> with either B<MPOL_F_ADDR> or "
297 "B<MPOL_F_NODE>.  (And there are other B<EINVAL> cases.)"
298 msgstr ""
299 "I<maxnode> で指定された値がシステムがサポートするノード ID の数よりも少な"
300 "い。 または、 I<flags> に B<MPOL_F_NODE> でも B<MPOL_F_ADDR> でもない値が指定"
301 "された。 または、 I<flags> に B<MPOL_F_ADDR> が指定されており、 I<addr> が "
302 "NULL である。 または、 I<flags> に B<MPOL_F_ADDR> がされておらず、 I<addr> "
303 "が NULL でない。 または、 I<flags> に B<MPOL_F_NODE> が指定されており、 "
304 "B<MPOL_F_ADDR> が指定されておらず、 プロセスの現在のポリシーが "
305 "B<MPOL_INTERLEAVE> でない。 または、 I<flags> に B<MPOL_F_MEMS_ALLOWED> が指"
306 "定されており、さらに B<MPOL_F_ADDR> か B<MPOL_F_NODE> のいずれかが指定されて"
307 "いる。 (他にも B<EINVAL> となる場合がある。)"
308
309 #. type: SH
310 #: build/C/man2/get_mempolicy.2:230 build/C/man2/getcpu.2:68
311 #: build/C/man2/mbind.2:399 build/C/man2/migrate_pages.2:112
312 #: build/C/man2/move_pages.2:190 build/C/man2/set_mempolicy.2:275
313 #, no-wrap
314 msgid "VERSIONS"
315 msgstr "バージョン"
316
317 #. type: Plain text
318 #: build/C/man2/get_mempolicy.2:234
319 msgid ""
320 "The B<get_mempolicy>()  system call was added to the Linux kernel in version "
321 "2.6.7."
322 msgstr ""
323 "B<get_mempolicy>()  システムコールはバージョン 2.6.7 で Linux カーネルに追加"
324 "された。"
325
326 #. type: SH
327 #: build/C/man2/get_mempolicy.2:234 build/C/man2/getcpu.2:71
328 #: build/C/man2/mbind.2:403 build/C/man2/migrate_pages.2:116
329 #: build/C/man2/move_pages.2:193 build/C/man7/numa.7:148
330 #: build/C/man2/set_mempolicy.2:279
331 #, no-wrap
332 msgid "CONFORMING TO"
333 msgstr "準拠"
334
335 #. type: Plain text
336 #: build/C/man2/get_mempolicy.2:236 build/C/man2/mbind.2:405
337 #: build/C/man2/migrate_pages.2:118 build/C/man2/move_pages.2:195
338 #: build/C/man2/set_mempolicy.2:281
339 msgid "This system call is Linux-specific."
340 msgstr "このシステムコールは Linux 固有である。"
341
342 #. type: SH
343 #: build/C/man2/get_mempolicy.2:236 build/C/man2/getcpu.2:74
344 #: build/C/man2/mbind.2:405 build/C/man2/migrate_pages.2:118
345 #: build/C/man2/move_pages.2:195 build/C/man7/numa.7:150
346 #: build/C/man2/set_mempolicy.2:281
347 #, no-wrap
348 msgid "NOTES"
349 msgstr "注意"
350
351 #. type: Plain text
352 #: build/C/man2/get_mempolicy.2:239 build/C/man2/mbind.2:408
353 #: build/C/man2/migrate_pages.2:121 build/C/man2/move_pages.2:198
354 #: build/C/man2/set_mempolicy.2:289
355 msgid "For information on library support, see B<numa>(7)."
356 msgstr "ライブラリによるサポートについては B<numa>(7)  を参照。"
357
358 #. type: SH
359 #: build/C/man2/get_mempolicy.2:239 build/C/man2/getcpu.2:137
360 #: build/C/man2/mbind.2:457 build/C/man2/migrate_pages.2:148
361 #: build/C/man2/move_pages.2:225 build/C/man7/numa.7:183
362 #: build/C/man2/set_mempolicy.2:289
363 #, no-wrap
364 msgid "SEE ALSO"
365 msgstr "関連項目"
366
367 #. type: Plain text
368 #: build/C/man2/get_mempolicy.2:247
369 msgid ""
370 "B<getcpu>(2), B<mbind>(2), B<mmap>(2), B<set_mempolicy>(2), B<numa>(3), "
371 "B<numa>(7), B<numactl>(8)"
372 msgstr ""
373 "B<getcpu>(2), B<mbind>(2), B<mmap>(2), B<set_mempolicy>(2), B<numa>(3), "
374 "B<numa>(7), B<numactl>(8)"
375
376 #. type: SH
377 #: build/C/man2/get_mempolicy.2:247 build/C/man2/getcpu.2:143
378 #: build/C/man2/mbind.2:468 build/C/man2/migrate_pages.2:161
379 #: build/C/man2/move_pages.2:235 build/C/man7/numa.7:191
380 #: build/C/man2/set_mempolicy.2:298
381 #, no-wrap
382 msgid "COLOPHON"
383 msgstr "この文書について"
384
385 #. type: Plain text
386 #: build/C/man2/get_mempolicy.2:254 build/C/man2/getcpu.2:150
387 #: build/C/man2/mbind.2:475 build/C/man2/migrate_pages.2:168
388 #: build/C/man2/move_pages.2:242 build/C/man7/numa.7:198
389 #: build/C/man2/set_mempolicy.2:305
390 msgid ""
391 "This page is part of release 3.50 of the Linux I<man-pages> project.  A "
392 "description of the project, and information about reporting bugs, can be "
393 "found at http://www.kernel.org/doc/man-pages/."
394 msgstr ""
395 "この man ページは Linux I<man-pages> プロジェクトのリリース 3.50 の一部\n"
396 "である。プロジェクトの説明とバグ報告に関する情報は\n"
397 "http://www.kernel.org/doc/man-pages/ に書かれている。"
398
399 #. type: TH
400 #: build/C/man2/getcpu.2:12
401 #, no-wrap
402 msgid "GETCPU"
403 msgstr "GETCPU"
404
405 #. type: TH
406 #: build/C/man2/getcpu.2:12
407 #, no-wrap
408 msgid "2012-07-13"
409 msgstr "2012-07-13"
410
411 #. type: Plain text
412 #: build/C/man2/getcpu.2:15
413 msgid ""
414 "getcpu - determine CPU and NUMA node on which the calling thread is running"
415 msgstr "getcpu - 呼び出し元スレッドが動作している CPU と NUMA ノードを判定する"
416
417 #. type: Plain text
418 #: build/C/man2/getcpu.2:18
419 #, no-wrap
420 msgid "B<#include E<lt>linux/getcpu.hE<gt>>\n"
421 msgstr "B<#include E<lt>linux/getcpu.hE<gt>>\n"
422
423 #. type: Plain text
424 #: build/C/man2/getcpu.2:21
425 #, no-wrap
426 msgid "B<int getcpu(unsigned *>I<cpu>B<, unsigned *>I<node>B<, struct getcpu_cache *>I<tcache>B<);>\n"
427 msgstr "B<int getcpu(unsigned *>I<cpu>B<, unsigned *>I<node>B<, struct getcpu_cache *>I<tcache>B<);>\n"
428
429 #. type: Plain text
430 #: build/C/man2/getcpu.2:25
431 msgid "I<Note>: There is no glibc wrapper for this system call; see NOTES."
432 msgstr "I<注>: このシステムコールには glibc のラッパー関数はない。「注意」の節を参照。"
433
434 #. type: Plain text
435 #: build/C/man2/getcpu.2:42
436 msgid ""
437 "The B<getcpu>()  system call identifies the processor and node on which the "
438 "calling thread or process is currently running and writes them into the "
439 "integers pointed to by the I<cpu> and I<node> arguments.  The processor is a "
440 "unique small integer identifying a CPU.  The node is a unique small "
441 "identifier identifying a NUMA node.  When either I<cpu> or I<node> is NULL "
442 "nothing is written to the respective pointer."
443 msgstr ""
444 "B<getcpu>() システムコールは、呼び出し元のスレッドやプロセスが\n"
445 "現在動作しているプロセッサやノードの情報を特定し、\n"
446 "それぞれ引き数 I<cpu> と I<node> が指す整数に書き込む。\n"
447 "プロセッサ情報は CPU を識別するための一意な小さな整数である。\n"
448 "ノード情報は NUMAノードを識別するための一意な小さな整数である。\n"
449 "I<cpu> か I<node> のいずれかが NULL であれば、\n"
450 "その引き数に対応する情報の書き込みは行われない。"
451
452 #. type: Plain text
453 #: build/C/man2/getcpu.2:44
454 msgid "The third argument to this system call is nowadays unused (see NOTES)."
455 msgstr ""
456 "このシステムコールの 3 番目の引き数は現在は使われていない\n"
457 "(「注意」を参照)。"
458
459 #. type: Plain text
460 #: build/C/man2/getcpu.2:59
461 msgid ""
462 "The information placed in I<cpu> is only guaranteed to be current at the "
463 "time of the call: unless the CPU affinity has been fixed using "
464 "B<sched_setaffinity>(2), the kernel might change the CPU at any time.  "
465 "(Normally this does not happen because the scheduler tries to minimize "
466 "movements between CPUs to keep caches hot, but it is possible.)  The caller "
467 "must allow for the possibility that the information returned in I<cpu> and "
468 "I<node> is no longer current by the time the call returns."
469 msgstr ""
470 "I<cpu> に格納された情報が最新だと保証できるのは、システムコールが呼ばれ\n"
471 "た時点だけである。B<sched_setaffinity>(2) を使って CPU affinity が固定\n"
472 "されていない限り、カーネルはいつでも CPU を変更してもよい (スケジューラ\n"
473 "はキャッシュが有効に働くように CPU の移動を最小限にしようとするので、\n"
474 "通常は CPU が変更されることはないが、起きる可能性はある)。\n"
475 "I<cpu> や I<node> で返された情報が呼び出しが返った時点ですでに\n"
476 "最新の状況と異なる可能性があり、呼び出し元はこの可能性を考慮して\n"
477 "おかなければならない。"
478
479 #. type: Plain text
480 #: build/C/man2/getcpu.2:64
481 msgid ""
482 "On success, 0 is returned.  On error, -1 is returned, and I<errno> is set "
483 "appropriately."
484 msgstr ""
485 "成功すると、0 を返す。\n"
486 "エラーの場合、-1 を返し、 I<errno> にエラーを示す値を設定する。"
487
488 #. type: Plain text
489 #: build/C/man2/getcpu.2:68
490 msgid "Arguments point outside the calling process's address space."
491 msgstr "引き数が呼び出したプロセスのアドレス空間外を指している。"
492
493 #. type: Plain text
494 #: build/C/man2/getcpu.2:71
495 msgid "B<getcpu>()  was added in kernel 2.6.19 for x86_64 and i386."
496 msgstr "B<getcpu>() はカーネル 2.6.19 で x86_64 と i386 向けに追加された."
497
498 #. type: Plain text
499 #: build/C/man2/getcpu.2:74
500 msgid "B<getcpu>()  is Linux specific."
501 msgstr "B<getcpu>() は Linux 固有である。"
502
503 #. type: Plain text
504 #: build/C/man2/getcpu.2:80
505 msgid ""
506 "Linux makes a best effort to make this call as fast possible.  The intention "
507 "of B<getcpu>()  is to allow programs to make optimizations with per-CPU data "
508 "or for NUMA optimization."
509 msgstr ""
510 "Linux はこのシステムコールを可能な限り早く実行しようとする。\n"
511 "B<getcpu>() は、CPU 毎のデータに対する最適化や NUMA 環境での最適化を\n"
512 "プログラムが行えるようにすることを目的として実装されているからである。"
513
514 #. type: Plain text
515 #: build/C/man2/getcpu.2:86
516 msgid ""
517 "Glibc does not provide a wrapper for this system call; call it using "
518 "B<syscall>(2); or use B<sched_getcpu>(3)  instead."
519 msgstr ""
520 "glibc はこのシステムコールに対するラッパー関数を提供していない。\n"
521 "B<syscall>(2) を使って呼び出すか、\n"
522 "代わりに B<sched_getcpu>(3) を使用すること。"
523
524 #.  commit 4307d1e5ada595c87f9a4d16db16ba5edb70dcb1
525 #.  Author: Ingo Molnar <mingo@elte.hu>
526 #.  Date:   Wed Nov 7 18:37:48 2007 +0100
527 #.  x86: ignore the sys_getcpu() tcache parameter
528 #.  ===== Before kernel 2.6.24: =====
529 #.  .I tcache
530 #.  is a pointer to a
531 #.  .IR "struct getcpu_cache"
532 #.  that is used as a cache by
533 #.  .BR getcpu ().
534 #.  The caller should put the cache into a thread-local variable
535 #.  if the process is multithreaded,
536 #.  because the cache cannot be shared between different threads.
537 #.  .I tcache
538 #.  can be NULL.
539 #.  If it is not NULL
540 #.  .BR getcpu ()
541 #.  will use it to speed up operation.
542 #.  The information inside the cache is private to the system call
543 #.  and should not be accessed by the user program.
544 #.  The information placed in the cache can change between kernel releases.
545 #.  When no cache is specified
546 #.  .BR getcpu ()
547 #.  will be slower,
548 #.  but always retrieve the current CPU and node information.
549 #.  With a cache
550 #.  .BR getcpu ()
551 #.  is faster.
552 #.  However, the cached information is only updated once per jiffy (see
553 #.  .BR time (7)).
554 #.  This means that the information could theoretically be out of date,
555 #.  although in practice the scheduler's attempt to maintain
556 #.  soft CPU affinity means that the information is unlikely to change
557 #.  over the course of the caching interval.
558 #. type: Plain text
559 #: build/C/man2/getcpu.2:137
560 msgid ""
561 "The I<tcache> argument is unused since Linux 2.6.24.  In earlier kernels, if "
562 "this argument was non-NULL, then it specified a pointer to a caller-"
563 "allocated buffer in thread-local storage that was used to provide a caching "
564 "mechanism for B<getcpu>().  Use of the cache could speed B<getcpu>()  calls, "
565 "at the cost that there was a very small chance that the returned information "
566 "would be out of date.  The caching mechanism was considered to cause "
567 "problems when migrating threads between CPUs, and so the argument is now "
568 "ignored."
569 msgstr ""
570 "I<tcache> 引き数は Linux 2.6.24 以降では使用されない。以前のバージョン\n"
571 "のカーネルでは、この引き数が NULL 以外の場合、この引き数には、呼び出し\n"
572 "元が割り当てたスレッド専用の記憶領域 (thread-local storage) 内のバッファ\n"
573 "を指すポインタが指定され、このバッファは B<getcpu>() 用のキャッシュ機構\n"
574 "を提供するために利用されていた。非常に低い確率だが古い情報を返してしま\n"
575 "うデメリットはあるものの、このキャッシュを使うことで B<getcpu>() システ\n"
576 "ムコールを高速化できた。このキャッシュ機構はCPU 間でのスレッドの移動時\n"
577 "に問題になると考えられ、この引き数は今では無視されるようになっている。"
578
579 #. type: Plain text
580 #: build/C/man2/getcpu.2:143
581 msgid ""
582 "B<mbind>(2), B<sched_setaffinity>(2), B<set_mempolicy>(2), B<sched_getcpu>"
583 "(3), B<cpuset>(7)"
584 msgstr ""
585 "B<mbind>(2), B<sched_setaffinity>(2), B<set_mempolicy>(2), B<sched_getcpu>"
586 "(3), B<cpuset>(7)"
587
588 #. type: TH
589 #: build/C/man2/mbind.2:45
590 #, no-wrap
591 msgid "MBIND"
592 msgstr "MBIND"
593
594 #. type: Plain text
595 #: build/C/man2/mbind.2:48
596 msgid "mbind - set memory policy for a memory range"
597 msgstr "mbind - メモリ領域に対してメモリポリシーを設定する"
598
599 #. type: Plain text
600 #: build/C/man2/mbind.2:51 build/C/man2/migrate_pages.2:24
601 #: build/C/man2/move_pages.2:24 build/C/man2/set_mempolicy.2:33
602 #, no-wrap
603 msgid "B<#include E<lt>numaif.hE<gt>>\n"
604 msgstr "B<#include E<lt>numaif.hE<gt>>\n"
605
606 #. type: Plain text
607 #: build/C/man2/mbind.2:55
608 #, no-wrap
609 msgid ""
610 "B<int mbind(void *>I<addr>B<, unsigned long >I<len>B<, int >I<mode>B<,>\n"
611 "B<          unsigned long *>I<nodemask>B<, unsigned long >I<maxnode>B<,>\n"
612 "B<          unsigned >I<flags>B<);>\n"
613 msgstr ""
614 "B<int mbind(void *>I<addr>B<, unsigned long >I<len>B<, int >I<mode>B<,>\n"
615 "B<          unsigned long *>I<nodemask>B<, unsigned long >I<maxnode>B<,>\n"
616 "B<          unsigned >I<flags>B<);>\n"
617
618 #. type: Plain text
619 #: build/C/man2/mbind.2:68
620 msgid ""
621 "B<mbind>()  sets the NUMA memory policy, which consists of a policy mode and "
622 "zero or more nodes, for the memory range starting with I<addr> and "
623 "continuing for I<len> bytes.  The memory policy defines from which node "
624 "memory is allocated."
625 msgstr ""
626 "B<mbind>()  は、 I<addr> から始まる長さ I<len> バイトの範囲のメモリに NUMA メ"
627 "モリポリシーを設定する。 NUMA ポリシーはポリシーモードと 0 個以上のノードから"
628 "構成される。 メモリポリシーはどのノードからメモリを割り当てるかを決定する。"
629
630 #. type: Plain text
631 #: build/C/man2/mbind.2:90
632 msgid ""
633 "If the memory range specified by the I<addr> and I<len> arguments includes "
634 "an \"anonymous\" region of memory\\(emthat is a region of memory created "
635 "using the B<mmap>(2)  system call with the B<MAP_ANONYMOUS>\\(emor a memory "
636 "mapped file, mapped using the B<mmap>(2)  system call with the "
637 "B<MAP_PRIVATE> flag, pages will only be allocated according to the specified "
638 "policy when the application writes [stores] to the page.  For anonymous "
639 "regions, an initial read access will use a shared page in the kernel "
640 "containing all zeros.  For a file mapped with B<MAP_PRIVATE>, an initial "
641 "read access will allocate pages according to the process policy of the "
642 "process that causes the page to be allocated.  This may not be the process "
643 "that called B<mbind>()."
644 msgstr ""
645 "I<addr> と I<len> で指定されたメモリ範囲に、 メモリの「無名」領域 \\(em "
646 "B<MAP_ANONYMOUS> 付きの B<mmap>(2)  システムコールを使って作成されたメモリ領"
647 "域 \\(em や B<MAP_PRIVATE> 付きの B<mmap>(2)  を使ってマップされたメモリマッ"
648 "プ・ファイルが含まれている場合、 ページが指定されたポリシーに基づいて割り当て"
649 "られるのは、アプリケーション がそのページへの書き込み (データの格納) を行った"
650 "時だけである。 無名領域の場合、最初の読み出しアクセスの際には カーネル内の全"
651 "データが 0 である共有ページが使用される。 B<MAP_PRIVATE> でマップされたファイ"
652 "ルの場合、最初の読み出しアクセスがあると、 ページ割り当てが発生するきっかけと"
653 "なったプロセスのデフォルトポリシー にしたがってページの割り当てが行われる。 "
654 "ページ割り当てのきっかけとなったプロセスは、 B<mbind>()  を呼び出したプロセス"
655 "と同じとは限らない。"
656
657 #. type: Plain text
658 #: build/C/man2/mbind.2:98
659 msgid ""
660 "The specified policy will be ignored for any B<MAP_SHARED> mappings in the "
661 "specified memory range.  Rather the pages will be allocated according to the "
662 "process policy of the process that caused the page to be allocated.  Again, "
663 "this may not be the process that called B<mbind>()."
664 msgstr ""
665 "指定されたメモリ範囲内にある B<MAP_SHARED> のマッピングでは指定されたポリシー"
666 "は無視され、 ページ割り当てが発生するきっかけとなったプロセスのデフォルトポリ"
667 "シーに したがってページの割り当てが行われることになる。 繰り返しになるが、"
668 "ページ割り当てのきっかけとなったプロセスは、 B<mbind>()  を呼び出したプロセス"
669 "と同じとは限らない。"
670
671 #. type: Plain text
672 #: build/C/man2/mbind.2:115
673 msgid ""
674 "If the specified memory range includes a shared memory region created using "
675 "the B<shmget>(2)  system call and attached using the B<shmat>(2)  system "
676 "call, pages allocated for the anonymous or shared memory region will be "
677 "allocated according to the policy specified, regardless which process "
678 "attached to the shared memory segment causes the allocation.  If, however, "
679 "the shared memory region was created with the B<SHM_HUGETLB> flag, the huge "
680 "pages will be allocated according to the policy specified only if the page "
681 "allocation is caused by the process that calls B<mbind>()  for that region."
682 msgstr ""
683 "指定されたメモリ範囲に、 B<shmget>(2)  システムコールを使って作成されたり、 "
684 "B<shmat>(2)  システムコールを使って付加 (attach) されたりした共有メモリ領域"
685 "が 含まれる場合、無名メモリ領域や共有メモリ領域に対するページ割り当ては、 共"
686 "有メモリセグメントへポリシーの設定を行ったプロセスがページ割り当て のきっかけ"
687 "となったかに関わらず、指定されたポリシーにしたがって割り当て が行われる。 し"
688 "かしながら、共有メモリ領域が B<SHM_HUGETLB> フラグを指定して作成された場合に"
689 "は、ヒュージページ (huge page) の割り当てが 指定されたポリシーにしたがって行"
690 "われるのは、その領域に対して B<mbind>()  を呼び出したプロセスがページ割り当て"
691 "のきっかけとなった場合のみである。"
692
693 #. type: Plain text
694 #: build/C/man2/mbind.2:126
695 msgid ""
696 "By default, B<mbind>()  only has an effect for new allocations; if the pages "
697 "inside the range have been already touched before setting the policy, then "
698 "the policy has no effect.  This default behavior may be overridden by the "
699 "B<MPOL_MF_MOVE> and B<MPOL_MF_MOVE_ALL> flags described below."
700 msgstr ""
701 "デフォルトでは、 B<mbind>()  は新規のメモリ割り当てに対してのみ効果を持つ。 "
702 "ポリシーが設定される前にすでに使用されている範囲内のページに対しては、 ポリ"
703 "シーは影響しない。 このデフォルトの動作は、以下で説明するフラグ "
704 "B<MPOL_MF_MOVE> や B<MPOL_MF_MOVE_ALL> により上書きされる可能性がある。"
705
706 #. type: Plain text
707 #: build/C/man2/mbind.2:141
708 msgid ""
709 "The I<mode> argument must specify one of B<MPOL_DEFAULT>, B<MPOL_BIND>, "
710 "B<MPOL_INTERLEAVE> or B<MPOL_PREFERRED>.  All policy modes except "
711 "B<MPOL_DEFAULT> require the caller to specify via the I<nodemask> argument, "
712 "the node or nodes to which the mode applies."
713 msgstr ""
714 "I<mode> 引き数には、 B<MPOL_DEFAULT>, B<MPOL_BIND>, B<MPOL_INTERLEAVE>, "
715 "B<MPOL_PREFERRED> のいずれか一つを指定しなければならない。 B<MPOL_DEFAULT> 以"
716 "外のポリシーモードの場合、呼び出し元は I<nodemask> 引き数でそのポリシーモード"
717 "を適用するノードを指定する必要がある。"
718
719 #. type: Plain text
720 #: build/C/man2/mbind.2:149
721 msgid ""
722 "The I<mode> argument may also include an optional I<mode flag >.  The "
723 "supported I<mode flags> are:"
724 msgstr ""
725 "I<mode> 引き数には、追加で I<モードフラグ> を含めることもできる。 サポートさ"
726 "れている I<モードフラグ> は以下の通りである。"
727
728 #. type: TP
729 #: build/C/man2/mbind.2:149
730 #, no-wrap
731 msgid "B<MPOL_F_STATIC_NODES> (since Linux-2.6.26)"
732 msgstr "B<MPOL_F_STATIC_NODES> (Linux-2.6.26 以降)"
733
734 #. type: Plain text
735 #: build/C/man2/mbind.2:159
736 msgid ""
737 "A nonempty I<nodemask> specifies physical node ids.  Linux does not remap "
738 "the I<nodemask> when the process moves to a different cpuset context, nor "
739 "when the set of nodes allowed by the process's current cpuset context "
740 "changes."
741 msgstr ""
742 "空でない I<nodemask> は、物理ノード ID である。 Linux では、そのプロセスが異"
743 "なる CPU 集合コンテキスト (cpuset context)  に移動した場合でも、そのプロセス"
744 "の現在の CPU 集合コンテキストで 許可されているノード集合が変化した場合でも、 "
745 "I<nodemask> をマッピングし直すことはない。"
746
747 #. type: TP
748 #: build/C/man2/mbind.2:159
749 #, no-wrap
750 msgid "B<MPOL_F_RELATIVE_NODES> (since Linux-2.6.26)"
751 msgstr "B<MPOL_F_RELATIVE_NODES> (Linux-2.6.26 以降)"
752
753 #. type: Plain text
754 #: build/C/man2/mbind.2:165 build/C/man2/set_mempolicy.2:113
755 msgid ""
756 "A nonempty I<nodemask> specifies node ids that are relative to the set of "
757 "node ids allowed by the process's current cpuset."
758 msgstr ""
759 "空でない I<nodemask> は、そのプロセスの現在の CPU 集合で許可されているノード "
760 "ID 集合 における相対的なノード ID である。"
761
762 #. type: Plain text
763 #: build/C/man2/mbind.2:193
764 msgid ""
765 "I<nodemask> points to a bit mask of nodes containing up to I<maxnode> bits.  "
766 "The bit mask size is rounded to the next multiple of I<sizeof(unsigned long)"
767 ">, but the kernel will only use bits up to I<maxnode>.  A NULL value of "
768 "I<nodemask> or a I<maxnode> value of zero specifies the empty set of nodes.  "
769 "If the value of I<maxnode> is zero, the I<nodemask> argument is ignored.  "
770 "Where a I<nodemask> is required, it must contain at least one node that is "
771 "on-line, allowed by the process's current cpuset context [unless the "
772 "B<MPOL_F_STATIC_NODES> mode flag is specified], and contains memory."
773 msgstr ""
774 "I<nodemask> は、最大で I<maxnode> ビットから構成されるノードのビットマスクを"
775 "指す。 ビットマスクの大きさは、直近の I<sizeof(unsigned long)> の倍数に切り上"
776 "げられるが、カーネルが使用するのは I<maxnode> 個までのビットだけである。 "
777 "NULL 値の I<nodemask> もしくは値が 0 の I<maxnode> はノードの空集合を表す。 "
778 "I<maxnode> の値が 0 の場合、 I<nodemask> 引き数は無視される。 I<nodemask> が"
779 "必須の場面では、 I<nodemask> に、オンラインで、そのプロセスの現在の CPU 集合"
780 "コンテキストで 許可されており (B<MPOL_F_STATIC_NODES> モードフラグが指定され"
781 "ていない場合)、メモリがあるノードが 少なくとも一つ入っていなければならない。"
782
783 #. type: Plain text
784 #: build/C/man2/mbind.2:215
785 msgid ""
786 "The B<MPOL_DEFAULT> mode requests that any nondefault policy be removed, "
787 "restoring default behavior.  When applied to a range of memory via B<mbind>"
788 "(), this means to use the process policy, which may have been set with "
789 "B<set_mempolicy>(2).  If the mode of the process policy is also "
790 "B<MPOL_DEFAULT>, the system-wide default policy will be used.  The system-"
791 "wide default policy allocates pages on the node of the CPU that triggers the "
792 "allocation.  For B<MPOL_DEFAULT>, the I<nodemask> and I<maxnode> arguments "
793 "must be specify the empty set of nodes."
794 msgstr ""
795 "モード B<MPOL_DEFAULT> はデフォルトではないプロセスのメモリポリシーを削除"
796 "し、 デフォルトの動作に戻すことを指定するものである。 B<mbind>()  経由で、あ"
797 "るメモリ領域に対して B<MPOL_DEFAULT> が適用された場合、プロセスのデフォルトポ"
798 "リシーを使用することを意味する。 プロセスのデフォルトポリシーは、 "
799 "B<set_mempolicy>(2)  で変更されているかもしれない。 プロセスのポリシーのモー"
800 "ドも B<MPOL_DEFAULT> の場合、システム全体のデフォルトポリシーが使用される。 "
801 "システム全体のデフォルトポリシーでは、割り当てのきっかけとなった CPU のノード"
802 "からページの割り当てを行う。 B<MPOL_DEFAULT> では、引き数 I<nodemask> と "
803 "I<maxnode> にノードの空集合を指定しなければならない。"
804
805 #. type: Plain text
806 #: build/C/man2/mbind.2:232
807 msgid ""
808 "The B<MPOL_BIND> mode specifies a strict policy that restricts memory "
809 "allocation to the nodes specified in I<nodemask>.  If I<nodemask> specifies "
810 "more than one node, page allocations will come from the node with the lowest "
811 "numeric node ID first, until that node contains no free memory.  Allocations "
812 "will then come from the node with the next highest node ID specified in "
813 "I<nodemask> and so forth, until none of the specified nodes contain free "
814 "memory.  Pages will not be allocated from any node not specified in the "
815 "I<nodemask>."
816 msgstr ""
817 "B<MPOL_BIND> は厳しいポリシーで、メモリ割り当ては I<nodemask> に指定された"
818 "ノードに限定される。 他のノードへの割り当ては行われない。 I<nodemask> に 2 個"
819 "以上のノードが指定された場合、ページの割り当ては ノード ID が数字として最小の"
820 "ノードから開始され、 そのノードに空きメモリがなくなるまでそのノードから ペー"
821 "ジ割り当てが行われる。そのノードに空きメモリがなくなったら、 次に小さなノー"
822 "ド ID を持つノードからページ割り当てが行われる。 これを、 I<nodemask> で指定"
823 "された全てのノードで空きメモリがなくなるまで繰り返す。 I<nodemask> で指定され"
824 "た以外のノードからはページの割り当ては行われない。"
825
826 #. type: Plain text
827 #: build/C/man2/mbind.2:245
828 msgid ""
829 "The B<MPOL_INTERLEAVE> mode specifies that page allocations be interleaved "
830 "across the set of nodes specified in I<nodemask>.  This optimizes for "
831 "bandwidth instead of latency by spreading out pages and memory accesses to "
832 "those pages across multiple nodes.  To be effective the memory area should "
833 "be fairly large, at least 1MB or bigger with a fairly uniform access "
834 "pattern.  Accesses to a single page of the area will still be limited to the "
835 "memory bandwidth of a single node."
836 msgstr ""
837 "B<MPOL_INTERLEAVE> は、メモリ割り当てが I<nodemask> に指定されたノード間で交"
838 "互に行われることを指定するものである。 このポリシーでは、複数のノードにページ"
839 "を広げて配置し、これらのページへの メモリアクセスを分散することで、遅延ではな"
840 "く、帯域を最適化する。 効果を得るには、メモリ領域をある程度大きくすべきであ"
841 "り、 メモリアクセスのパターンがかなり均一な場合でも 少なくとも 1MB 以上にすべ"
842 "きである。 このモードでも、一つのページへのアクセスに関しては 一つのノードの"
843 "メモリ帯域が上限となることは変わりない。"
844
845 #. type: Plain text
846 #: build/C/man2/mbind.2:264
847 msgid ""
848 "B<MPOL_PREFERRED> sets the preferred node for allocation.  The kernel will "
849 "try to allocate pages from this node first and fall back to other nodes if "
850 "the preferred nodes is low on free memory.  If I<nodemask> specifies more "
851 "than one node ID, the first node in the mask will be selected as the "
852 "preferred node.  If the I<nodemask> and I<maxnode> arguments specify the "
853 "empty set, then the memory is allocated on the node of the CPU that "
854 "triggered the allocation.  This is the only way to specify \"local allocation"
855 "\" for a range of memory via B<mbind>()."
856 msgstr ""
857 "B<MPOL_PREFERRED> は、割り当て時に優先されるノードを設定する。 カーネルはまず"
858 "優先ノードにページ割り当てを行おうとし、 優先ノードに空きメモリが少ない場合に"
859 "他のノードに割り当てを行う。 I<nodemask> に複数のノード ID が指定された場合"
860 "は、 I<nodemask> 内の最初のノードが優先ノードとして選択される。 引き数 "
861 "I<nodemask>, I<maxnode> で空集合が指定された場合は、割り当てのきっかけとなっ"
862 "た CPU のノードに メモリ割り当てが行われる。 B<mbind>(2)  で、あるメモリ領域"
863 "に対して「ローカルからの割り当て (local allocation)」を 指定する方法はこれし"
864 "かない。"
865
866 #.  According to the kernel code, the following is not true
867 #.  --Lee Schermerhorn
868 #.  In 2.6.16 or later the kernel will also try to move pages
869 #.  to the requested node with this flag.
870 #. type: Plain text
871 #: build/C/man2/mbind.2:280
872 msgid ""
873 "If B<MPOL_MF_STRICT> is passed in I<flags> and I<mode> is not "
874 "B<MPOL_DEFAULT>, then the call will fail with the error B<EIO> if the "
875 "existing pages in the memory range don't follow the policy."
876 msgstr ""
877 "I<flags> に B<MPOL_MF_STRICT> が 指定され、 I<mode> が B<MPOL_DEFAULT> でない"
878 "場合、 指定されたポリシーに従っていないメモリ領域にページが存在すると、 "
879 "B<mbind>()  はエラー B<EIO> で失敗する。"
880
881 #. type: Plain text
882 #: build/C/man2/mbind.2:293
883 msgid ""
884 "If B<MPOL_MF_MOVE> is specified in I<flags>, then the kernel will attempt to "
885 "move all the existing pages in the memory range so that they follow the "
886 "policy.  Pages that are shared with other processes will not be moved.  If "
887 "B<MPOL_MF_STRICT> is also specified, then the call will fail with the error "
888 "B<EIO> if some pages could not be moved."
889 msgstr ""
890 "I<flags> に B<MPOL_MF_MOVE> が指定されると、カーネルはそのメモリ領域内の既存"
891 "の全てのページを移動し、 指定されたポリシーに従うようにしようとする。 他のプ"
892 "ロセスと共有されているページは移動されない。 B<MPOL_MF_STRICT> も指定された場"
893 "合、移動できなかったページがあると、 B<mbind>()  はエラー B<EIO> で失敗する。"
894
895 #.  ---------------------------------------------------------------
896 #. type: Plain text
897 #: build/C/man2/mbind.2:309
898 msgid ""
899 "If B<MPOL_MF_MOVE_ALL> is passed in I<flags>, then the kernel will attempt "
900 "to move all existing pages in the memory range regardless of whether other "
901 "processes use the pages.  The calling process must be privileged "
902 "(B<CAP_SYS_NICE>)  to use this flag.  If B<MPOL_MF_STRICT> is also "
903 "specified, then the call will fail with the error B<EIO> if some pages could "
904 "not be moved."
905 msgstr ""
906 "I<flags> に B<MPOL_MF_MOVE_ALL> が指定されると、カーネルはそのメモリ領域内の"
907 "既存の全てのページを、 他のプロセスがページを使用しているかどうかに関わらず移"
908 "動する。 このフラグを使用するには、呼び出し元のプロセスは特権 "
909 "(B<CAP_SYS_NICE>)  を持っていなければならない。 B<MPOL_MF_STRICT> も指定され"
910 "た場合、移動できなかったページがあると、 B<mbind>()  はエラー B<EIO> で失敗す"
911 "る。"
912
913 #.  ---------------------------------------------------------------
914 #. type: Plain text
915 #: build/C/man2/mbind.2:317
916 msgid ""
917 "On success, B<mbind>()  returns 0; on error, -1 is returned and I<errno> is "
918 "set to indicate the error."
919 msgstr ""
920 "成功すると、 B<mbind>()  は 0 を返す。エラーの場合、-1 を返し、 I<errno> にエ"
921 "ラーを示す値を設定する。"
922
923 #. type: Plain text
924 #: build/C/man2/mbind.2:327
925 msgid ""
926 "Part or all of the memory range specified by I<nodemask> and I<maxnode> "
927 "points outside your accessible address space.  Or, there was an unmapped "
928 "hole in the specified memory range."
929 msgstr ""
930 "I<nodemask> と I<maxnode> で指定されたメモリ領域の一部または全部が、 呼び出し"
931 "元がアクセス可能なアドレス空間外を指している。 もしくは指定されたメモリ領域に"
932 "マップされていない部分 (unmapped hole)  があった、"
933
934 #.  As at 2.6.23, this limit is "a page worth of bits", e.g.,
935 #.  8 * 4096 bits, assuming a 4kB page size.
936 #. type: Plain text
937 #: build/C/man2/mbind.2:375
938 msgid ""
939 "An invalid value was specified for I<flags> or I<mode>; or I<addr + len> was "
940 "less than I<addr>; or I<addr> is not a multiple of the system page size.  "
941 "Or, I<mode> is B<MPOL_DEFAULT> and I<nodemask> specified a nonempty set; or "
942 "I<mode> is B<MPOL_BIND> or B<MPOL_INTERLEAVE> and I<nodemask> is empty.  Or, "
943 "I<maxnode> exceeds a kernel-imposed limit.  Or, I<nodemask> specifies one or "
944 "more node IDs that are greater than the maximum supported node ID.  Or, none "
945 "of the node IDs specified by I<nodemask> are on-line and allowed by the "
946 "process's current cpuset context, or none of the specified nodes contain "
947 "memory.  Or, the I<mode> argument specified both B<MPOL_F_STATIC_NODES> and "
948 "B<MPOL_F_RELATIVE_NODES>."
949 msgstr ""
950 "I<flags> や I<mode> に不正な値が指定された。 I<addr + len> が I<addr> より小"
951 "さい。 I<addr> がシステムのページサイズの倍数になっていない。 または I<mode> "
952 "が B<MPOL_DEFAULT> で I<nodemask> に空でない集合が指定された。 I<mode> が "
953 "B<MPOL_BIND> か B<MPOL_INTERLEAVE> で I<nodemask> が空であった。 I<maxnode> "
954 "がカーネルに適用された上限を超えている。 I<nodemask> に、サポートされている最"
955 "大ノード ID より大きいノードが指定された。 I<nodemask> に、オンラインで、かつ"
956 "そのプロセスの現在の CPU 集合コンテキストで 許可されているノードが一つも含ま"
957 "れていないか、 メモリを含むノードが一つも指定されていない。 I<mode> 引き数に "
958 "B<MPOL_F_STATIC_NODES> と B<MPOL_F_RELATIVE_NODES> の両方が指定された。"
959
960 #. type: TP
961 #: build/C/man2/mbind.2:375
962 #, no-wrap
963 msgid "B<EIO>"
964 msgstr "B<EIO>"
965
966 #. type: Plain text
967 #: build/C/man2/mbind.2:386
968 msgid ""
969 "B<MPOL_MF_STRICT> was specified and an existing page was already on a node "
970 "that does not follow the policy; or B<MPOL_MF_MOVE> or B<MPOL_MF_MOVE_ALL> "
971 "was specified and the kernel was unable to move all existing pages in the "
972 "range."
973 msgstr ""
974 "B<MPOL_MF_STRICT> が指定されたが、このポリシーに従っていないノードに すでに"
975 "ページが存在していた。 もしくは B<MPOL_MF_MOVE> か B<MPOL_MF_MOVE_ALL> が指定"
976 "されたが、カーネルが指定された領域内の既存の全てのページを 移動することができ"
977 "なかった。"
978
979 #. type: TP
980 #: build/C/man2/mbind.2:386 build/C/man2/set_mempolicy.2:272
981 #, no-wrap
982 msgid "B<ENOMEM>"
983 msgstr "B<ENOMEM>"
984
985 #. type: Plain text
986 #: build/C/man2/mbind.2:389 build/C/man2/set_mempolicy.2:275
987 msgid "Insufficient kernel memory was available."
988 msgstr "利用可能なカーネルメモリが十分でなかった。"
989
990 #. type: TP
991 #: build/C/man2/mbind.2:389 build/C/man2/migrate_pages.2:97
992 #: build/C/man2/move_pages.2:178
993 #, no-wrap
994 msgid "B<EPERM>"
995 msgstr "B<EPERM>"
996
997 #.  ---------------------------------------------------------------
998 #. type: Plain text
999 #: build/C/man2/mbind.2:399
1000 msgid ""
1001 "The I<flags> argument included the B<MPOL_MF_MOVE_ALL> flag and the caller "
1002 "does not have the B<CAP_SYS_NICE> privilege."
1003 msgstr ""
1004 "I<flags> 引き数に B<MPOL_MF_MOVE_ALL> フラグが含まれているが、呼び出し元が "
1005 "B<CAP_SYS_NICE> 特権を持たない。"
1006
1007 #. type: Plain text
1008 #: build/C/man2/mbind.2:403
1009 msgid ""
1010 "The B<mbind>()  system call was added to the Linux kernel in version 2.6.7."
1011 msgstr ""
1012 "B<mbind>()  システムコールはバージョン 2.6.7 で Linux カーネルに追加された。"
1013
1014 #. type: Plain text
1015 #: build/C/man2/mbind.2:413
1016 msgid ""
1017 "NUMA policy is not supported on a memory mapped file range that was mapped "
1018 "with the B<MAP_SHARED> flag."
1019 msgstr ""
1020 "NUMA ポリシーは、 B<MAP_SHARED> フラグが指定されてマップされたメモリマップ・"
1021 "ファイルの領域では サポートされていない。"
1022
1023 #. type: Plain text
1024 #: build/C/man2/mbind.2:445
1025 msgid ""
1026 "The B<MPOL_DEFAULT> mode can have different effects for B<mbind>()  and "
1027 "B<set_mempolicy>(2).  When B<MPOL_DEFAULT> is specified for B<set_mempolicy>"
1028 "(2), the process's policy reverts to system default policy or local "
1029 "allocation.  When B<MPOL_DEFAULT> is specified for a range of memory using "
1030 "B<mbind>(), any pages subsequently allocated for that range will use the "
1031 "process's policy, as set by B<set_mempolicy>(2).  This effectively removes "
1032 "the explicit policy from the specified range, \"falling back\" to a possibly "
1033 "nondefault policy.  To select explicit \"local allocation\" for a memory "
1034 "range, specify a I<mode> of B<MPOL_PREFERRED> with an empty set of nodes.  "
1035 "This method will work for B<set_mempolicy>(2), as well."
1036 msgstr ""
1037 "B<MPOL_DEFAULT> モードは、 B<mbind>()  と B<set_mempolicy>(2)  で異なる効果を"
1038 "持つことができる。 B<set_mempolicy>(2)  で B<MPOL_DEFAULT> が指定された場合、"
1039 "そのプロセスのポリシーはシステムの デフォルトポリシー、すなわちローカルからの"
1040 "割り当て、に戻る。 B<mbind>()  を使ってメモリのある領域に B<MPOL_DEFAULT> が"
1041 "指定された場合、その範囲に対してそれ以降に行われるページの割り当てでは、 "
1042 "B<set_mempolicy>(2)  で設定したのと同じように、そのプロセスのポリシーが適用さ"
1043 "れる。 これにより、特定のメモリ領域についてだけ明示的なポリシーを削除し、 デ"
1044 "フォルトのポリシーに「戻す」ことができる。 あるメモリ領域に対して「ローカルか"
1045 "らの割り当て」を明示的に設定するには、 I<mode> に B<MPOL_PREFERRED> を指定"
1046 "し、 I<nodemask> に空集合のノードを指定すればよい。 この方法は "
1047 "B<set_mempolicy>(2)  でも通用する。"
1048
1049 #. type: Plain text
1050 #: build/C/man2/mbind.2:449
1051 msgid ""
1052 "Support for huge page policy was added with 2.6.16.  For interleave policy "
1053 "to be effective on huge page mappings the policied memory needs to be tens "
1054 "of megabytes or larger."
1055 msgstr ""
1056 "2.6.16 でヒュージページ・ポリシーへの対応が追加された。 インターリーブ・ポリ"
1057 "シーがヒュージページのマッピングで効果を持つには、 ポリシーが適用されるメモリ"
1058 "が数十メガバイト以上である必要がある。"
1059
1060 #. type: Plain text
1061 #: build/C/man2/mbind.2:452
1062 msgid "B<MPOL_MF_STRICT> is ignored on huge page mappings."
1063 msgstr "B<MPOL_MF_STRICT> はヒュージページのマッピングでは無視される。"
1064
1065 #. type: Plain text
1066 #: build/C/man2/mbind.2:457
1067 msgid ""
1068 "B<MPOL_MF_MOVE> and B<MPOL_MF_MOVE_ALL> are only available on Linux 2.6.16 "
1069 "and later."
1070 msgstr ""
1071 "B<MPOL_MF_MOVE> と B<MPOL_MF_MOVE_ALL> は Linux 2.6.16 以降でのみ利用可能であ"
1072 "る。"
1073
1074 #. type: Plain text
1075 #: build/C/man2/mbind.2:468
1076 msgid ""
1077 "B<get_mempolicy>(2), B<getcpu>(2), B<mmap>(2), B<set_mempolicy>(2), B<shmat>"
1078 "(2), B<shmget>(2), B<numa>(3), B<cpuset>(7), B<numa>(7), B<numactl>(8)"
1079 msgstr ""
1080 "B<get_mempolicy>(2), B<getcpu>(2), B<mmap>(2), B<set_mempolicy>(2),\n"
1081 "B<shmat>(2), B<shmget>(2), B<numa>(3), B<cpuset>(7), B<numa>(7),\n"
1082 "B<numactl>(8)"
1083
1084 #. type: TH
1085 #: build/C/man2/migrate_pages.2:18
1086 #, no-wrap
1087 msgid "MIGRATE_PAGES"
1088 msgstr "MIGRATE_PAGES"
1089
1090 #. type: TH
1091 #: build/C/man2/migrate_pages.2:18
1092 #, no-wrap
1093 msgid "2012-08-01"
1094 msgstr "2012-08-01"
1095
1096 #. type: Plain text
1097 #: build/C/man2/migrate_pages.2:21
1098 msgid "migrate_pages - move all pages in a process to another set of nodes"
1099 msgstr "migrate_pages - プロセスの全ページを別のノード集合に移動する"
1100
1101 #. type: Plain text
1102 #: build/C/man2/migrate_pages.2:28
1103 #, no-wrap
1104 msgid ""
1105 "B<long migrate_pages(int >I<pid>B<, unsigned long >I<maxnode,>\n"
1106 "B<                   const unsigned long *>I<old_nodes,>\n"
1107 "B<                   const unsigned long *>I<new_nodes>B<);>\n"
1108 msgstr ""
1109 "B<long migrate_pages(int >I<pid>B<, unsigned long >I<maxnode,>\n"
1110 "B<                   const unsigned long *>I<old_nodes,>\n"
1111 "B<                   const unsigned long *>I<new_nodes>B<);>\n"
1112
1113 #. type: Plain text
1114 #: build/C/man2/migrate_pages.2:31 build/C/man2/move_pages.2:30
1115 msgid "Link with I<-lnuma>."
1116 msgstr "I<-lnuma> とリンクする。"
1117
1118 #. type: Plain text
1119 #: build/C/man2/migrate_pages.2:47
1120 msgid ""
1121 "B<migrate_pages>()  attempts to move all pages of the process I<pid> that "
1122 "are in memory nodes I<old_nodes> to the memory nodes in I<new_nodes>.  Pages "
1123 "not located in any node in I<old_nodes> will not be migrated.  As far as "
1124 "possible, the kernel maintains the relative topology relationship inside "
1125 "I<old_nodes> during the migration to I<new_nodes>."
1126 msgstr ""
1127 "B<MIGRATE_PAGES>() は、メモリノード I<old_nodes> にあるプロセス I<pid>\n"
1128 "の全ページを、メモリノード I<new_nodes> に移動しようとする。I<old_nodes> で\n"
1129 "指定されたメモリノードに置かれていないページは移動されない。\n"
1130 "カーネルは、 I<new_nodes> への移動の際に、 I<old_nodes> 内の相対的な\n"
1131 "トポロジー関係を可能な限り維持しようとする。"
1132
1133 #. type: Plain text
1134 #: build/C/man2/migrate_pages.2:69
1135 msgid ""
1136 "The I<old_nodes> and I<new_nodes> arguments are pointers to bit masks of "
1137 "node numbers, with up to I<maxnode> bits in each mask.  These masks are "
1138 "maintained as arrays of unsigned I<long> integers (in the last I<long> "
1139 "integer, the bits beyond those specified by I<maxnode> are ignored).  The "
1140 "I<maxnode> argument is the maximum node number in the bit mask plus one "
1141 "(this is the same as in B<mbind>(2), but different from B<select>(2))."
1142 msgstr ""
1143 "引き数 I<old_nodes> と I<new_nodes> は、最大で I<maxnode> ビットから\n"
1144 "構成されるノード番号のビットマスクへのポインタである。\n"
1145 "各ビットマスクは符号なし I<long> 整数の配列として管理される\n"
1146 "(I<maxnode> で指定された長さを越えた部分のビットは無視される)。\n"
1147 "引き数 I<maxnode> は最大ノード番号であり、ビットマスクの長さに 1 を\n"
1148 "加えた値となる (これは B<mbind>(2) と同じだが、 B<select>(2) とは違う)。"
1149
1150 #. type: Plain text
1151 #: build/C/man2/migrate_pages.2:83
1152 msgid ""
1153 "The I<pid> argument is the ID of the process whose pages are to be moved.  "
1154 "To move pages in another process, the caller must be privileged "
1155 "(B<CAP_SYS_NICE>)  or the real or effective user ID of the calling process "
1156 "must match the real or saved-set user ID of the target process.  If I<pid> "
1157 "is 0, then B<migrate_pages>()  moves pages of the calling process."
1158 msgstr ""
1159 "引き数 I<pid> は、移動を行うページの所有者のプロセス ID である。\n"
1160 "別のプロセスのページを移動するには、呼び出したプロセスが特権\n"
1161 "(B<CAP_SYS_NICE>) を持っているか、呼び出したプロセスの実ユーザ ID か\n"
1162 "実効ユーザ ID がページ移動の対象プロセスの実ユーザ ID か saved-set \n"
1163 "ユーザ ID と一致していなければならない。I<pid> が 0 の場合、\n"
1164 "B<migrate_pages>() は呼び出したプロセスのページを移動する。"
1165
1166 #. type: Plain text
1167 #: build/C/man2/migrate_pages.2:88
1168 msgid ""
1169 "Pages shared with another process will only be moved if the initiating "
1170 "process has the B<CAP_SYS_NICE> privilege."
1171 msgstr ""
1172 "別のプロセスと共有しているページは、呼び出したプロセスが\n"
1173 "B<CAP_SYS_NICE> 特権を持っている場合にのみ移動される。"
1174
1175 #. type: Plain text
1176 #: build/C/man2/migrate_pages.2:96
1177 msgid ""
1178 "On success B<migrate_pages>()  returns the number of pages that could not be "
1179 "moved (i.e., a return of zero means that all pages were successfully "
1180 "moved).  On error, it returns -1, and sets I<errno> to indicate the error."
1181 msgstr ""
1182 "B<migrate_pages>() は、移動できなかったページ数を返す\n"
1183 "(つまり、移動に成功した場合は返り値は 0 となる)。\n"
1184 "エラーの場合、 -1 を返し、 I<errno> にエラーを示す値を設定する。"
1185
1186 #. type: Plain text
1187 #: build/C/man2/migrate_pages.2:106
1188 msgid ""
1189 "Insufficient privilege (B<CAP_SYS_NICE>)  to move pages of the process "
1190 "specified by I<pid>, or insufficient privilege (B<CAP_SYS_NICE>)  to access "
1191 "the specified target nodes."
1192 msgstr ""
1193 "I<pid> で指定されたプロセスのページを移動するのに必要な特権\n"
1194 "(B<CAP_SYS_NICE>) がなかった。または、指定された対象ノードにアクセス\n"
1195 "するのに必要な権限 (B<CAP_SYS_NICE>) がなかった。"
1196
1197 #. type: TP
1198 #: build/C/man2/migrate_pages.2:106 build/C/man2/move_pages.2:187
1199 #, no-wrap
1200 msgid "B<ESRCH>"
1201 msgstr "B<ESRCH>"
1202
1203 #.  FIXME There are other errors
1204 #. type: Plain text
1205 #: build/C/man2/migrate_pages.2:112
1206 msgid "No process matching I<pid> could be found."
1207 msgstr "プロセス ID が I<pid> のプロセスが見つからなかった。"
1208
1209 #. type: Plain text
1210 #: build/C/man2/migrate_pages.2:116
1211 msgid ""
1212 "The B<migrate_pages>()  system call first appeared on Linux in version "
1213 "2.6.16."
1214 msgstr "B<migrate_pages>() システムコールは Linux 2.6.16 で初めて登場した。"
1215
1216 #. type: Plain text
1217 #: build/C/man2/migrate_pages.2:130
1218 msgid ""
1219 "Use B<get_mempolicy>(2)  with the B<MPOL_F_MEMS_ALLOWED> flag to obtain the "
1220 "set of nodes that are allowed by the calling process's cpuset.  Note that "
1221 "this information is subject to change at any time by manual or automatic "
1222 "reconfiguration of the cpuset."
1223 msgstr ""
1224 "呼び出し元プロセスの CPU 集合で許可されているノード集合を取得するには、\n"
1225 "B<MPOL_F_MEMS_ALLOWED> フラグを付けて B<get_mempolicy>(2) を使うこと。\n"
1226 "この情報は、手動/自動に限らず CPU 集合の再構成によりいつでも\n"
1227 "変更されることがある点に注意してほしい。"
1228
1229 #. type: Plain text
1230 #: build/C/man2/migrate_pages.2:142
1231 msgid ""
1232 "Use of B<migrate_pages>()  may result in pages whose location (node) "
1233 "violates the memory policy established for the specified addresses (see "
1234 "B<mbind>(2))  and/or the specified process (see B<set_mempolicy>(2)).  That "
1235 "is, memory policy does not constrain the destination nodes used by "
1236 "B<migrate_pages>()."
1237 msgstr ""
1238 "B<migrate_pages> を使用すると、ページが置かれる場所 (ノード) が、指定\n"
1239 "されたアドレスに対して設定されたメモリポリシー (B<mbind>(2) 参照) や\n"
1240 "指定されたプロセスに対して設定されたメモリポリシー\n"
1241 "(B<set_mempolicy>(2) 参照) に違反する状況になる可能性がある。\n"
1242 "すなわち、メモリポリシーによる制約は B<migrate_pages>() による移動先\n"
1243 "ノードの選択には適用されないということである。"
1244
1245 #. type: Plain text
1246 #: build/C/man2/migrate_pages.2:148 build/C/man2/move_pages.2:225
1247 msgid ""
1248 "The I<E<lt>numaif.hE<gt>> header is not included with glibc, but requires "
1249 "installing I<libnuma-devel> or a similar package."
1250 msgstr ""
1251 "ヘッダファイル I<E<lt>numaif.hE<gt>> は glibc には含まれておらず、 I<libnuma-"
1252 "devel> か同様のパッケージをインストールする必要がある。"
1253
1254 #. type: Plain text
1255 #: build/C/man2/migrate_pages.2:158 build/C/man2/move_pages.2:235
1256 msgid ""
1257 "B<get_mempolicy>(2), B<mbind>(2), B<set_mempolicy>(2), B<numa>(3), "
1258 "B<numa_maps>(5), B<cpuset>(7), B<numa>(7), B<migratepages>(8), B<numa_stat>"
1259 "(8)"
1260 msgstr ""
1261 "B<get_mempolicy>(2), B<mbind>(2), B<set_mempolicy>(2), B<numa>(3), "
1262 "B<numa_maps>(5), B<cpuset>(7), B<numa>(7), B<migratepages>(8), B<numa_stat>"
1263 "(8)"
1264
1265 #. type: Plain text
1266 #: build/C/man2/migrate_pages.2:161
1267 msgid "I<Documentation/vm/page_migration> in the Linux kernel source tree"
1268 msgstr "Linux カーネルソースの I<Documentation/vm/page_migration>"
1269
1270 #. type: TH
1271 #: build/C/man2/move_pages.2:18
1272 #, no-wrap
1273 msgid "MOVE_PAGES"
1274 msgstr "MOVE_PAGES"
1275
1276 #. type: TH
1277 #: build/C/man2/move_pages.2:18
1278 #, no-wrap
1279 msgid "2010-06-11"
1280 msgstr "2010-06-11"
1281
1282 #. type: Plain text
1283 #: build/C/man2/move_pages.2:21
1284 msgid "move_pages - move individual pages of a process to another node"
1285 msgstr "move_pages - あるプロセスの個々のページを別のノードに移動する"
1286
1287 #. type: Plain text
1288 #: build/C/man2/move_pages.2:27
1289 #, no-wrap
1290 msgid ""
1291 "B<long move_pages(int >I<pid>B<, unsigned long count, void **>I<pages>B<,>\n"
1292 "B<                const int *>I<nodes>B<, int *>I<status>B<, int >I<flags>B<);>\n"
1293 msgstr ""
1294 "B<long move_pages(int >I<pid>B<, unsigned long count, void **>I<pages>B<,>\n"
1295 "B<                const int *>I<nodes>B<, int *>I<status>B<, int >I<flags>B<);>\n"
1296
1297 #. type: Plain text
1298 #: build/C/man2/move_pages.2:43
1299 msgid ""
1300 "B<move_pages>()  moves the specified I<pages> of the process I<pid> to the "
1301 "memory nodes specified by I<nodes>.  The result of the move is reflected in "
1302 "I<status>.  The I<flags> indicate constraints on the pages to be moved."
1303 msgstr ""
1304 "B<move_pages>()  は、プロセス I<pid> の指定されたページ I<pages> を I<nodes> "
1305 "で指定されたメモリノードに移動する。 移動の結果は I<status> に反映される。 "
1306 "I<flags> では移動されるページに関する制約を指定する。"
1307
1308 #. type: Plain text
1309 #: build/C/man2/move_pages.2:56
1310 msgid ""
1311 "I<pid> is the ID of the process in which pages are to be moved.  To move "
1312 "pages in another process, the caller must be privileged (B<CAP_SYS_NICE>)  "
1313 "or the real or effective user ID of the calling process must match the real "
1314 "or saved-set user ID of the target process.  If I<pid> is 0, then "
1315 "B<move_pages>()  moves pages of the calling process."
1316 msgstr ""
1317 "I<pid> は、移動されるページが属するプロセスの ID である。 別のプロセスのペー"
1318 "ジを移動するためには、呼び出し元が特権 (B<CAP_SYS_NICE>)  を持っているか、呼"
1319 "び出したプロセスの実ユーザ ID か実効ユーザ ID が ページ移動対象のプロセスの実"
1320 "ユーザ ID か保存 set-user-ID のどちらかと 一致しなければならない。 I<pid> が "
1321 "0 の場合、 B<move_pages>()  は呼び出したプロセスのページを移動する。"
1322
1323 #. type: Plain text
1324 #: build/C/man2/move_pages.2:64
1325 msgid ""
1326 "I<count> is the number of pages to move.  It defines the size of the three "
1327 "arrays I<pages>, I<nodes>, and I<status>."
1328 msgstr ""
1329 "I<count> は移動するページ数である。 I<count> により I<pages>, I<nodes>, "
1330 "I<status> の 3 つの配列の大きさが定義される。"
1331
1332 #.  FIXME what if they are not aligned?
1333 #. type: Plain text
1334 #: build/C/man2/move_pages.2:71
1335 msgid ""
1336 "I<pages> is an array of pointers to the pages that should be moved.  These "
1337 "are pointers that should be aligned to page boundaries.  Addresses are "
1338 "specified as seen by the process specified by I<pid>."
1339 msgstr ""
1340 "I<pages> は、移動すべきページへのポインタの配列であり、 各ポインタはページ境"
1341 "界に揃えた値を指定すべきである。 I<pid> で指定されたプロセスで見えるアドレス"
1342 "を指定する。"
1343
1344 #. type: Plain text
1345 #: build/C/man2/move_pages.2:84
1346 msgid ""
1347 "I<nodes> is an array of integers that specify the desired location for each "
1348 "page.  Each element in the array is a node number.  I<nodes> can also be "
1349 "NULL, in which case B<move_pages>()  does not move any pages but instead "
1350 "will return the node where each page currently resides, in the I<status> "
1351 "array.  Obtaining the status of each page may be necessary to determine "
1352 "pages that need to be moved."
1353 msgstr ""
1354 "I<nodes> は、各ページの希望の移動場所を示す整数値の配列であり、 配列の各要素"
1355 "はノード番号である。 I<nodes> には NULL を指定することもでき、この場合には "
1356 "B<move_pages>()  はどのページも移動しないが、各ページが現在配置されているノー"
1357 "ドを配列 I<status> に格納して返す。どのページを移動する必要があるかを判断する"
1358 "ために、 各ページの状態の取得が必要な場合もある。"
1359
1360 #. type: Plain text
1361 #: build/C/man2/move_pages.2:90
1362 msgid ""
1363 "I<status> is an array of integers that return the status of each page.  The "
1364 "array only contains valid values if B<move_pages>()  did not return an error."
1365 msgstr ""
1366 "I<status> は、各ページの状態を表す整数値の配列である。 この配列に有効な値が格"
1367 "納されるのは、 B<move_pages>()  がエラーを返さなかった場合だけである。"
1368
1369 #. type: Plain text
1370 #: build/C/man2/move_pages.2:102
1371 msgid ""
1372 "I<flags> specify what types of pages to move.  B<MPOL_MF_MOVE> means that "
1373 "only pages that are in exclusive use by the process are to be moved.  "
1374 "B<MPOL_MF_MOVE_ALL> means that pages shared between multiple processes can "
1375 "also be moved.  The process must be privileged (B<CAP_SYS_NICE>)  to use "
1376 "B<MPOL_MF_MOVE_ALL>."
1377 msgstr ""
1378 "I<flags> には、どの種類のページを移動するかを指定する。 B<MPOL_MF_MOVE> は、"
1379 "そのプロセスが排他的に使用しているページだけを移動することを意味する。 "
1380 "B<MPOL_MF_MOVE_ALL> は、複数のプロセス間で共有されているページも移動できるこ"
1381 "とを意味する。 B<MPOL_MF_MOVE_ALL> を使用するためには、そのプロセスが特権 "
1382 "(B<CAP_SYS_NICE>)  を持っていなければならない。"
1383
1384 #. type: SH
1385 #: build/C/man2/move_pages.2:102
1386 #, no-wrap
1387 msgid "Page states in the status array"
1388 msgstr "status 配列に格納されるページ状態"
1389
1390 #. type: Plain text
1391 #: build/C/man2/move_pages.2:106
1392 msgid ""
1393 "The following values can be returned in each element of the I<status> array."
1394 msgstr "I<status> 配列の各要素として、以下の値が返される。"
1395
1396 #. type: TP
1397 #: build/C/man2/move_pages.2:106
1398 #, no-wrap
1399 msgid "B<0..MAX_NUMNODES>"
1400 msgstr "B<0..MAX_NUMNODES>"
1401
1402 #. type: Plain text
1403 #: build/C/man2/move_pages.2:109
1404 msgid "Identifies the node on which the page resides."
1405 msgstr "そのページが配置されているノードを示す。"
1406
1407 #. type: TP
1408 #: build/C/man2/move_pages.2:109
1409 #, no-wrap
1410 msgid "B<-EACCES>"
1411 msgstr "B<-EACCES>"
1412
1413 #. type: Plain text
1414 #: build/C/man2/move_pages.2:114
1415 msgid ""
1416 "The page is mapped by multiple processes and can only be moved if "
1417 "B<MPOL_MF_MOVE_ALL> is specified."
1418 msgstr ""
1419 "そのページは複数のプロセスによりマップされており、 B<MPOL_MF_MOVE_ALL> が指定"
1420 "された場合にのみ移動できる。"
1421
1422 #. type: TP
1423 #: build/C/man2/move_pages.2:114
1424 #, no-wrap
1425 msgid "B<-EBUSY>"
1426 msgstr "B<-EBUSY>"
1427
1428 #. type: Plain text
1429 #: build/C/man2/move_pages.2:120
1430 msgid ""
1431 "The page is currently busy and cannot be moved.  Try again later.  This "
1432 "occurs if a page is undergoing I/O or another kernel subsystem is holding a "
1433 "reference to the page."
1434 msgstr ""
1435 "そのページが現在ビジーであり、移動できない。後でもう一度試すこと。 この状況"
1436 "は、ページが I/O の実行中であったり、カーネルの他のサブシステム がそのページ"
1437 "への参照を保持している場合に発生する。"
1438
1439 #. type: TP
1440 #: build/C/man2/move_pages.2:120
1441 #, no-wrap
1442 msgid "B<-EFAULT>"
1443 msgstr "B<-EFAULT>"
1444
1445 #. type: Plain text
1446 #: build/C/man2/move_pages.2:123
1447 msgid "This is a zero page or the memory area is not mapped by the process."
1448 msgstr ""
1449 "そのページが zero page であるか、そのメモリ領域はそのプロセスにより マップさ"
1450 "れていない。"
1451
1452 #. type: TP
1453 #: build/C/man2/move_pages.2:123
1454 #, no-wrap
1455 msgid "B<-EIO>"
1456 msgstr "B<-EIO>"
1457
1458 #. type: Plain text
1459 #: build/C/man2/move_pages.2:130
1460 msgid ""
1461 "Unable to write back a page.  The page has to be written back in order to "
1462 "move it since the page is dirty and the file system does not provide a "
1463 "migration function that would allow the move of dirty pages."
1464 msgstr ""
1465 "ページを書き戻す (write back) ことができない。 ページが dirty で、ファイルシ"
1466 "ステムが dirty なページを移動できるような 移動機能を提供していないため、その"
1467 "ページを移動するためにはページを 書き戻さなければならない。"
1468
1469 #. type: TP
1470 #: build/C/man2/move_pages.2:130
1471 #, no-wrap
1472 msgid "B<-EINVAL>"
1473 msgstr "B<-EINVAL>"
1474
1475 #. type: Plain text
1476 #: build/C/man2/move_pages.2:135
1477 msgid ""
1478 "A dirty page cannot be moved.  The file system does not provide a migration "
1479 "function and has no ability to write back pages."
1480 msgstr ""
1481 "dirty なページを移動できない。 ファイルシステムが dirty なページを移動するた"
1482 "めの機能を提供しておらず、 ページを書き戻す能力もない。"
1483
1484 #. type: TP
1485 #: build/C/man2/move_pages.2:135
1486 #, no-wrap
1487 msgid "B<-ENOENT>"
1488 msgstr "B<-ENOENT>"
1489
1490 #. type: Plain text
1491 #: build/C/man2/move_pages.2:138
1492 msgid "The page is not present."
1493 msgstr "ページが存在しない。"
1494
1495 #. type: TP
1496 #: build/C/man2/move_pages.2:138
1497 #, no-wrap
1498 msgid "B<-ENOMEM>"
1499 msgstr "B<-ENOMEM>"
1500
1501 #. type: Plain text
1502 #: build/C/man2/move_pages.2:141
1503 msgid "Unable to allocate memory on target node."
1504 msgstr "移動先のノードでメモリを確保することができない。"
1505
1506 #.  FIXME Is the following quite true: does the wrapper in numactl
1507 #.  do the right thing?
1508 #. type: Plain text
1509 #: build/C/man2/move_pages.2:150
1510 msgid ""
1511 "On success B<move_pages>()  returns zero.  On error, it returns -1, and sets "
1512 "I<errno> to indicate the error."
1513 msgstr ""
1514 "成功すると、 B<move_pages>()  は 0 を返す。 エラーの場合、-1 を返し、 "
1515 "I<errno> にエラーを示す値を設定する。"
1516
1517 #. type: TP
1518 #: build/C/man2/move_pages.2:151
1519 #, no-wrap
1520 msgid "B<E2BIG>"
1521 msgstr "B<E2BIG>"
1522
1523 #. type: Plain text
1524 #: build/C/man2/move_pages.2:154
1525 msgid "Too many pages to move."
1526 msgstr "移動すべきページが多過ぎる。"
1527
1528 #. type: TP
1529 #: build/C/man2/move_pages.2:154
1530 #, no-wrap
1531 msgid "B<EACCES>"
1532 msgstr "B<EACCES>"
1533
1534 #.  FIXME Clarify "current cpuset".  Is that the cpuset of the caller
1535 #.  or the target?
1536 #. type: Plain text
1537 #: build/C/man2/move_pages.2:159
1538 msgid "One of the target nodes is not allowed by the current cpuset."
1539 msgstr "移動先のノードのいずれかが現在の CPU 集合では許可されていない。"
1540
1541 #. type: Plain text
1542 #: build/C/man2/move_pages.2:162
1543 msgid "Parameter array could not be accessed."
1544 msgstr "パラメータ配列にアクセスできなかった。"
1545
1546 #. type: Plain text
1547 #: build/C/man2/move_pages.2:169
1548 msgid ""
1549 "Flags other than B<MPOL_MF_MOVE> and B<MPOL_MF_MOVE_ALL> was specified or an "
1550 "attempt was made to migrate pages of a kernel thread."
1551 msgstr ""
1552 "I<flags> に B<MPOL_MF_MOVE> でも B<MPOL_MF_MOVE_ALL> でもない値が指定された"
1553 "か、カーネルスレッドのページを移動させようとした。"
1554
1555 #. type: TP
1556 #: build/C/man2/move_pages.2:169
1557 #, no-wrap
1558 msgid "B<ENODEV>"
1559 msgstr "B<ENODEV>"
1560
1561 #. type: Plain text
1562 #: build/C/man2/move_pages.2:172
1563 msgid "One of the target nodes is not online."
1564 msgstr "移動先のノードのいずれかがオンラインでない。"
1565
1566 #. type: TP
1567 #: build/C/man2/move_pages.2:172
1568 #, no-wrap
1569 msgid "B<ENOENT>"
1570 msgstr "B<ENOENT>"
1571
1572 #. type: Plain text
1573 #: build/C/man2/move_pages.2:178
1574 msgid ""
1575 "No pages were found that require moving.  All pages are either already on "
1576 "the target node, not present, had an invalid address or could not be moved "
1577 "because they were mapped by multiple processes."
1578 msgstr ""
1579 "移動が必要なページが全く見つからなかった。 指定された全てのページが、すでに移"
1580 "動先のノードに存在するか、存在しないか、 無効なアドレスであったか、複数のプロ"
1581 "セスによってマップされていて移動でき なかったか、のいずれかであった。"
1582
1583 #. type: Plain text
1584 #: build/C/man2/move_pages.2:187
1585 msgid ""
1586 "The caller specified B<MPOL_MF_MOVE_ALL> without sufficient privileges "
1587 "(B<CAP_SYS_NICE>).  Or, the caller attempted to move pages of a process "
1588 "belonging to another user but did not have privilege to do so "
1589 "(B<CAP_SYS_NICE>)."
1590 msgstr ""
1591 "呼び出し元は B<MPOL_MF_MOVE_ALL> を指定したが、十分な特権 (B<CAP_SYS_NICE>)  "
1592 "を持っていない。 または、呼び出し元が他のユーザに属するプロセスのページを移動"
1593 "しようとしたが、 それを行えるだけの特権 (B<CAP_SYS_NICE>)  を持っていなかっ"
1594 "た。"
1595
1596 #. type: Plain text
1597 #: build/C/man2/move_pages.2:190
1598 msgid "Process does not exist."
1599 msgstr "プロセスが存在しない。"
1600
1601 #. type: Plain text
1602 #: build/C/man2/move_pages.2:193
1603 msgid "B<move_pages>()  first appeared on Linux in version 2.6.18."
1604 msgstr "B<move_pages>()  は、バージョン 2.6.18 で初めて Linux に登場した。"
1605
1606 #.  FIXME Clarify "current cpuset".  Is that the cpuset of the caller
1607 #.  or the target?
1608 #. type: Plain text
1609 #: build/C/man2/move_pages.2:209
1610 msgid ""
1611 "Use B<get_mempolicy>(2)  with the B<MPOL_F_MEMS_ALLOWED> flag to obtain the "
1612 "set of nodes that are allowed by the current cpuset.  Note that this "
1613 "information is subject to change at any time by manual or automatic "
1614 "reconfiguration of the cpuset."
1615 msgstr ""
1616 "現在の CPU 集合で許可されているノードの集合を取得するには、フラグ "
1617 "B<MPOL_F_MEMS_ALLOWED> を指定して B<get_mempolicy>(2)  を使用すればよい。 取"
1618 "得した情報は、CPU 集合の手動または自動での再構成により いつ何時変化してしまう"
1619 "か分からない。"
1620
1621 #. type: Plain text
1622 #: build/C/man2/move_pages.2:219
1623 msgid ""
1624 "Use of this function may result in pages whose location (node) violates the "
1625 "memory policy established for the specified addresses (See B<mbind>(2))  and/"
1626 "or the specified process (See B<set_mempolicy>(2)).  That is, memory policy "
1627 "does not constrain the destination nodes used by B<move_pages>()."
1628 msgstr ""
1629 "この関数を使用すると、ページの位置 (ノード) が 指定されたアドレスに対して設定"
1630 "されたメモリポリシー (B<mbind>(2)  参照) や指定されたプロセスに対して設定され"
1631 "たメモリポリシー (B<set_mempolicy>(2)  参照) に違反してしまう可能性がある。 "
1632 "つまり、メモリポリシーは B<move_pages>()  で使われる移動先ノードを制限しない"
1633 "ということである。"
1634
1635 #. type: TH
1636 #: build/C/man7/numa.7:29
1637 #, no-wrap
1638 msgid "NUMA"
1639 msgstr "NUMA"
1640
1641 #. type: TH
1642 #: build/C/man7/numa.7:29
1643 #, no-wrap
1644 msgid "2012-08-05"
1645 msgstr "2012-08-05"
1646
1647 #. type: Plain text
1648 #: build/C/man7/numa.7:32
1649 msgid "numa - overview of Non-Uniform Memory Architecture"
1650 msgstr "numa - 非対称型メモリアーキテクチャの概要"
1651
1652 #. type: Plain text
1653 #: build/C/man7/numa.7:43
1654 msgid ""
1655 "Non-Uniform Memory Access (NUMA) refers to multiprocessor systems whose "
1656 "memory is divided into multiple memory nodes.  The access time of a memory "
1657 "node depends on the relative locations of the accessing CPU and the accessed "
1658 "node.  (This contrasts with a symmetric multiprocessor system, where the "
1659 "access time for all of the memory is the same for all CPUs.)  Normally, each "
1660 "CPU on a NUMA system has a local memory node whose contents can be accessed "
1661 "faster than the memory in the node local to another CPU or the memory on a "
1662 "bus shared by all CPUs."
1663 msgstr ""
1664 "非対称型メモリアクセス (Non-Uniform Memory Access; NUMA) は、\n"
1665 "メモリが複数のメモリノードに分割されているマルチプロセッサシステム\n"
1666 "のことである。メモリノードへのアクセス時間は、アクセス元の CPU と\n"
1667 "アクセス先のノードの相対的な位置関係に依存する\n"
1668 "(これに対し、対称型マルチプロセッサシステムでは、どの CPU から\n"
1669 "どのメモリへのアクセス時間も同じである)。\n"
1670 "通常は、 NUMA システムの各 CPU にはローカルのメモリノードがあり、\n"
1671 "そのメモリノードには、他の CPU のローカルノードや全ての CPU で\n"
1672 "共有されるバス上のメモリよりも早くアクセスすることができる。"
1673
1674 #. type: SS
1675 #: build/C/man7/numa.7:43
1676 #, no-wrap
1677 msgid "NUMA system calls"
1678 msgstr "NUMA システムコール"
1679
1680 #. type: Plain text
1681 #: build/C/man7/numa.7:54
1682 msgid ""
1683 "The Linux kernel implements the following NUMA-related system calls: "
1684 "B<get_mempolicy>(2), B<mbind>(2), B<migrate_pages>(2), B<move_pages>(2), and "
1685 "B<set_mempolicy>(2).  However, applications should normally use the "
1686 "interface provided by I<libnuma>; see \"Library Support\" below."
1687 msgstr ""
1688 "Linux カーネルには、次に示す NUMA 関連のシステムコールが実装されている:\n"
1689 "B<get_mempolicy>(2), B<mbind>(2), B<migrate_pages>(2),\n"
1690 "B<move_pages>(2), B<set_mempolicy>(2).\n"
1691 "ただし、アプリケーションは通常は I<libnuma> が提供するインターフェース\n"
1692 "を使用すべきである。下記の「ライブラリによるサポート」を参照。"
1693
1694 #. type: SS
1695 #: build/C/man7/numa.7:54
1696 #, no-wrap
1697 msgid "/proc/[number]/numa_maps (since Linux 2.6.14)"
1698 msgstr "/proc/[number]/numa_maps (Linux 2.6.14 以降)"
1699
1700 #.  See also Changelog-2.6.14
1701 #. type: Plain text
1702 #: build/C/man7/numa.7:58
1703 msgid ""
1704 "This file displays information about a process's NUMA memory policy and "
1705 "allocation."
1706 msgstr ""
1707 "このファイルは、プロセスの NUMA メモリポリシーと割り当てに関する\n"
1708 "情報を表示する。"
1709
1710 #. type: Plain text
1711 #: build/C/man7/numa.7:62
1712 msgid ""
1713 "Each line contains information about a memory range used by the process, "
1714 "displaying\\(emamong other information\\(emthe effective memory policy for "
1715 "that memory range and on which nodes the pages have been allocated."
1716 msgstr ""
1717
1718 #. type: Plain text
1719 #: build/C/man7/numa.7:70
1720 msgid ""
1721 "I<numa_maps> is a read-only file.  When I</proc/E<lt>pidE<gt>/numa_maps> is "
1722 "read, the kernel will scan the virtual address space of the process and "
1723 "report how memory is used.  One line is displayed for each unique memory "
1724 "range of the process."
1725 msgstr ""
1726
1727 #. type: Plain text
1728 #: build/C/man7/numa.7:77
1729 msgid ""
1730 "The first field of each line shows the starting address of the memory "
1731 "range.  This field allows a correlation with the contents of the I</proc/"
1732 "E<lt>pidE<gt>/maps> file, which contains the end address of the range and "
1733 "other information, such as the access permissions and sharing."
1734 msgstr ""
1735
1736 #. type: Plain text
1737 #: build/C/man7/numa.7:85
1738 msgid ""
1739 "The second field shows the memory policy currently in effect for the memory "
1740 "range.  Note that the effective policy is not necessarily the policy "
1741 "installed by the process for that memory range.  Specifically, if the "
1742 "process installed a \"default\" policy for that range, the effective policy "
1743 "for that range will be the process policy, which may or may not be \"default"
1744 "\"."
1745 msgstr ""
1746
1747 #. type: Plain text
1748 #: build/C/man7/numa.7:88
1749 msgid ""
1750 "The rest of the line contains information about the pages allocated in the "
1751 "memory range, as follows:"
1752 msgstr ""
1753
1754 #. type: TP
1755 #: build/C/man7/numa.7:88
1756 #, no-wrap
1757 msgid "I<NE<lt>nodeE<gt>=E<lt>nr_pagesE<gt>>"
1758 msgstr "I<NE<lt>nodeE<gt>=E<lt>nr_pagesE<gt>>"
1759
1760 #. type: Plain text
1761 #: build/C/man7/numa.7:101
1762 msgid ""
1763 "The number of pages allocated on I<E<lt>nodeE<gt>>.  I<E<lt>nr_pagesE<gt>> "
1764 "includes only pages currently mapped by the process.  Page migration and "
1765 "memory reclaim may have temporarily unmapped pages associated with this "
1766 "memory range.  These pages may only show up again after the process has "
1767 "attempted to reference them.  If the memory range represents a shared memory "
1768 "area or file mapping, other processes may currently have additional pages "
1769 "mapped in a corresponding memory range."
1770 msgstr ""
1771
1772 #. type: TP
1773 #: build/C/man7/numa.7:101
1774 #, no-wrap
1775 msgid "I<file=E<lt>filenameE<gt>>"
1776 msgstr "I<file=E<lt>filenameE<gt>>"
1777
1778 #. type: Plain text
1779 #: build/C/man7/numa.7:107
1780 msgid ""
1781 "The file backing the memory range.  If the file is mapped as private, write "
1782 "accesses may have generated COW (Copy-On-Write) pages in this memory range.  "
1783 "These pages are displayed as anonymous pages."
1784 msgstr ""
1785
1786 #. type: TP
1787 #: build/C/man7/numa.7:107
1788 #, no-wrap
1789 msgid "I<heap>"
1790 msgstr "I<heap>"
1791
1792 #. type: Plain text
1793 #: build/C/man7/numa.7:110
1794 msgid "Memory range is used for the heap."
1795 msgstr "ヒープに使用されているメモリ範囲。"
1796
1797 #. type: TP
1798 #: build/C/man7/numa.7:110
1799 #, no-wrap
1800 msgid "I<stack>"
1801 msgstr "I<stack>"
1802
1803 #. type: Plain text
1804 #: build/C/man7/numa.7:113
1805 msgid "Memory range is used for the stack."
1806 msgstr "スタックに使用されているメモリ範囲。"
1807
1808 #. type: TP
1809 #: build/C/man7/numa.7:113
1810 #, no-wrap
1811 msgid "I<huge>"
1812 msgstr "I<huge>"
1813
1814 #. type: Plain text
1815 #: build/C/man7/numa.7:117
1816 msgid ""
1817 "Huge memory range.  The page counts shown are huge pages and not regular "
1818 "sized pages."
1819 msgstr ""
1820 "ヒュージメモリの範囲。表示されるページ数は、\n"
1821 "通常の大きさのページではなく、ヒュージページの数である。"
1822
1823 #. type: TP
1824 #: build/C/man7/numa.7:117
1825 #, no-wrap
1826 msgid "I<anon=E<lt>pagesE<gt>>"
1827 msgstr "I<anon=E<lt>pagesE<gt>>"
1828
1829 #. type: Plain text
1830 #: build/C/man7/numa.7:120
1831 msgid "The number of anonymous page in the range."
1832 msgstr "メモリ範囲内の無名ページ (anonymous page) の数。"
1833
1834 #. type: TP
1835 #: build/C/man7/numa.7:120
1836 #, no-wrap
1837 msgid "I<dirty=E<lt>pagesE<gt>>"
1838 msgstr "I<dirty=E<lt>pagesE<gt>>"
1839
1840 #. type: Plain text
1841 #: build/C/man7/numa.7:123
1842 msgid "Number of dirty pages."
1843 msgstr "dirty (変更された) ページの数。"
1844
1845 #. type: TP
1846 #: build/C/man7/numa.7:123
1847 #, no-wrap
1848 msgid "I<mapped=E<lt>pagesE<gt>>"
1849 msgstr "I<mapped=E<lt>pagesE<gt>>"
1850
1851 #. type: Plain text
1852 #: build/C/man7/numa.7:130
1853 msgid ""
1854 "Total number of mapped pages, if different from I<dirty> and I<anon> pages."
1855 msgstr ""
1856
1857 #. type: TP
1858 #: build/C/man7/numa.7:130
1859 #, no-wrap
1860 msgid "I<mapmax=E<lt>countE<gt>>"
1861 msgstr "I<mapmax=E<lt>countE<gt>>"
1862
1863 #. type: Plain text
1864 #: build/C/man7/numa.7:136
1865 msgid ""
1866 "Maximum mapcount (number of processes mapping a single page) encountered "
1867 "during the scan.  This may be used as an indicator of the degree of sharing "
1868 "occurring in a given memory range."
1869 msgstr ""
1870
1871 #. type: TP
1872 #: build/C/man7/numa.7:136
1873 #, no-wrap
1874 msgid "I<swapcache=E<lt>countE<gt>>"
1875 msgstr "I<swapcache=E<lt>countE<gt>>"
1876
1877 #. type: Plain text
1878 #: build/C/man7/numa.7:139
1879 msgid "Number of pages that have an associated entry on a swap device."
1880 msgstr ""
1881
1882 #. type: TP
1883 #: build/C/man7/numa.7:139
1884 #, no-wrap
1885 msgid "I<active=E<lt>pagesE<gt>>"
1886 msgstr "I<active=E<lt>pagesE<gt>>"
1887
1888 #. type: Plain text
1889 #: build/C/man7/numa.7:145
1890 msgid ""
1891 "The number of pages on the active list.  This field is only shown if "
1892 "different from the number of pages in this range.  This means that some "
1893 "inactive pages exist in the memory range that may be removed from memory by "
1894 "the swapper soon."
1895 msgstr ""
1896
1897 #. type: TP
1898 #: build/C/man7/numa.7:145
1899 #, no-wrap
1900 msgid "I<writeback=E<lt>pagesE<gt>>"
1901 msgstr "I<writeback=E<lt>pagesE<gt>>"
1902
1903 #. type: Plain text
1904 #: build/C/man7/numa.7:148
1905 msgid "Number of pages that are currently being written out to disk."
1906 msgstr ""
1907
1908 #. type: Plain text
1909 #: build/C/man7/numa.7:150
1910 msgid "No standards govern NUMA interfaces."
1911 msgstr "NUMA インターフェースについて規定している標準はない。"
1912
1913 #. type: Plain text
1914 #: build/C/man7/numa.7:157
1915 msgid ""
1916 "The Linux NUMA system calls and I</proc> interface are only available if the "
1917 "kernel was configured and built with the B<CONFIG_NUMA> option."
1918 msgstr ""
1919 "Linux の NUMA システムコールと I</proc> インターフェースは、カーネルが\n"
1920 "設定オプション B<CONFIG_NUMA> を有効にして作成されている場合のみ、利用\n"
1921 "可能である。"
1922
1923 #. type: SS
1924 #: build/C/man7/numa.7:157
1925 #, no-wrap
1926 msgid "Library support"
1927 msgstr "ライブラリによるサポート"
1928
1929 #. type: Plain text
1930 #: build/C/man7/numa.7:166
1931 msgid ""
1932 "Link with I<-lnuma> to get the system call definitions.  I<libnuma> and the "
1933 "required I<E<lt>numaif.hE<gt>> header are available in the I<numactl> "
1934 "package."
1935 msgstr ""
1936 "システムコールの定義を得るには I<-lnuma> でリンクすること。\n"
1937 "I<libnuma> と必要なヘッダファイル I<E<lt>numaif.hE<gt>> は\n"
1938 "I<numactl> パッケージで提供されている。"
1939
1940 #. type: Plain text
1941 #: build/C/man7/numa.7:183
1942 msgid ""
1943 "However, applications should not use these system calls directly.  Instead, "
1944 "the higher level interface provided by the B<numa>(3)  functions in the "
1945 "I<numactl> package is recommended.  The I<numactl> package is available at "
1946 "E<.UR ftp://oss.sgi.com\\:/www\\:/projects\\:/libnuma\\:/download/> E<.UE .> "
1947 "The package is also included in some Linux distributions.  Some "
1948 "distributions include the development library and header in the separate "
1949 "I<numactl-devel> package."
1950 msgstr ""
1951 "ただし、アプリケーションはこれらのシステムコールを直接利用すべきでない。\n"
1952 "推奨される方法は、I<numactl> パッケージの B<numa>(3) の関数群が提供する\n"
1953 "高レベルインターフェースの利用である。 I<numactl> パッケージは\n"
1954 "E<.UR ftp://oss.sgi.com\\:/www\\:/projects\\:/libnuma\\:/download/> E<.UE> で入手できる。\n"
1955 "このパッケージが収録されている Linux ディストリビューションもある。\n"
1956 "ディストリビューションによっては、開発用のライブラリとヘッダファイルは\n"
1957 "別パッケージ I<numactl-devel> で提供されている。"
1958
1959 #. type: Plain text
1960 #: build/C/man7/numa.7:191
1961 msgid ""
1962 "B<get_mempolicy>(2), B<mbind>(2), B<move_pages>(2), B<set_mempolicy>(2), "
1963 "B<numa>(3), B<cpuset>(7), B<numactl>(8)"
1964 msgstr ""
1965 "B<get_mempolicy>(2), B<mbind>(2), B<move_pages>(2), B<set_mempolicy>(2), "
1966 "B<numa>(3), B<cpuset>(7), B<numactl>(8)"
1967
1968 #. type: TH
1969 #: build/C/man2/set_mempolicy.2:27
1970 #, no-wrap
1971 msgid "SET_MEMPOLICY"
1972 msgstr "SET_MEMPOLICY"
1973
1974 #. type: Plain text
1975 #: build/C/man2/set_mempolicy.2:30
1976 msgid ""
1977 "set_mempolicy - set default NUMA memory policy for a process and its children"
1978 msgstr ""
1979 "set_mempolicy - プロセスとその子プロセスの NUMA メモリの デフォルトポリシーを"
1980 "設定する"
1981
1982 #. type: Plain text
1983 #: build/C/man2/set_mempolicy.2:36
1984 #, no-wrap
1985 msgid ""
1986 "B<int set_mempolicy(int >I<mode>B<, unsigned long *>I<nodemask>B<,>\n"
1987 "B<                  unsigned long >I<maxnode>B<);>\n"
1988 msgstr ""
1989 "B<int set_mempolicy(int >I<mode>B<, unsigned long *>I<nodemask>B<,>\n"
1990 "B<                  unsigned long >I<maxnode>B<);>\n"
1991
1992 #. type: Plain text
1993 #: build/C/man2/set_mempolicy.2:49
1994 msgid ""
1995 "B<set_mempolicy>()  sets the NUMA memory policy of the calling process, "
1996 "which consists of a policy mode and zero or more nodes, to the values "
1997 "specified by the I<mode>, I<nodemask> and I<maxnode> arguments."
1998 msgstr ""
1999 "B<set_mempolicy>()  は、呼び出し元プロセスの NUMA ポリシーを I<policy> に設定"
2000 "する。 NUMA ポリシーはポリシーモードと 0 個以上のノードから構成され、 設定内"
2001 "容は引き数 I<mode>, I<nodemask>, I<maxnode> により指定される。"
2002
2003 #. type: Plain text
2004 #: build/C/man2/set_mempolicy.2:75
2005 msgid ""
2006 "This system call defines the default policy for the process.  The process "
2007 "policy governs allocation of pages in the process's address space outside of "
2008 "memory ranges controlled by a more specific policy set by B<mbind>(2).  The "
2009 "process default policy also controls allocation of any pages for memory "
2010 "mapped files mapped using the B<mmap>(2)  call with the B<MAP_PRIVATE> flag "
2011 "and that are only read [loaded] from by the process and of memory mapped "
2012 "files mapped using the B<mmap>(2)  call with the B<MAP_SHARED> flag, "
2013 "regardless of the access type.  The policy is only applied when a new page "
2014 "is allocated for the process.  For anonymous memory this is when the page is "
2015 "first touched by the application."
2016 msgstr ""
2017 "B<set_mempolicy>()  は、プロセスのデフォルトポリシーを定める。 プロセスのポリ"
2018 "シーは、 B<mbind>(2)  で設定される特定のポリシーにより制御されるメモリ領域以"
2019 "外の プロセスのアドレス空間におけるページの割り当てに適用される。 プロセスの"
2020 "デフォルトポリシーは、 B<MAP_PRIVATE> フラグを指定した B<mmap>(2)  を使って"
2021 "マップされたメモリマップ・ファイルに対する読み出し専用 (ロードされるだけ) の"
2022 "ページの割り当てにも適用される。 また、 B<MAP_SHARED> フラグを指定した "
2023 "B<mmap>(2)  を使ってマップされたメモリマップ・ファイルに対するページの割り当"
2024 "てにも 適用される (この場合はページのアクセス種別に関わらず適用される) 。 設"
2025 "定したポリシーは、プロセスに新規のページが割り当てられるときにのみ 適用され"
2026 "る。無名メモリ (anonymous memory) の場合、新規ページの割り当ては アプリケー"
2027 "ションが初めてページにアクセスした際に行われる。"
2028
2029 #. type: Plain text
2030 #: build/C/man2/set_mempolicy.2:89
2031 msgid ""
2032 "The I<mode> argument must specify one of B<MPOL_DEFAULT>, B<MPOL_BIND>, "
2033 "B<MPOL_INTERLEAVE> or B<MPOL_PREFERRED>.  All modes except B<MPOL_DEFAULT> "
2034 "require the caller to specify via the I<nodemask> argument one or more nodes."
2035 msgstr ""
2036 "I<mode> 引き数には B<MPOL_DEFAULT>, B<MPOL_BIND>, B<MPOL_INTERLEAVE>, "
2037 "B<MPOL_PREFERRED> のいずれか一つを指定してしなければならない。 "
2038 "B<MPOL_DEFAULT> 以外のポリシーの場合、呼び出し元は I<nodemask> 引き数で一つ以"
2039 "上のノードを指定する必要がある。"
2040
2041 #. type: Plain text
2042 #: build/C/man2/set_mempolicy.2:97
2043 msgid ""
2044 "The I<mode> argument may also include an optional I<mode flag>.  The "
2045 "supported I<mode flags> are:"
2046 msgstr ""
2047 "I<mode> 引き数には、追加で I<モードフラグ> を含めることもできる。 サポートさ"
2048 "れている I<モードフラグ> は以下の通りである。"
2049
2050 #. type: TP
2051 #: build/C/man2/set_mempolicy.2:97
2052 #, no-wrap
2053 msgid "B<MPOL_F_STATIC_NODES> (since Linux 2.6.26)"
2054 msgstr "B<MPOL_F_STATIC_NODES> (Linux 2.6.26 以降)"
2055
2056 #. type: Plain text
2057 #: build/C/man2/set_mempolicy.2:107
2058 msgid ""
2059 "A nonempty I<nodemask> specifies physical node ids.  Linux does will not "
2060 "remap the I<nodemask> when the process moves to a different cpuset context, "
2061 "nor when the set of nodes allowed by the process's current cpuset context "
2062 "changes."
2063 msgstr ""
2064 "空でない I<nodemask> は、物理ノード ID である。 Linux では、そのプロセスが異"
2065 "なる CPU 集合コンテキスト (cpuset context)  に移動した場合でも、そのプロセス"
2066 "の現在の CPU 集合コンテキストで 許可されているノード集合が変化した場合でも、 "
2067 "I<nodemask> をマッピングし直すことはない。"
2068
2069 #. type: TP
2070 #: build/C/man2/set_mempolicy.2:107
2071 #, no-wrap
2072 msgid "B<MPOL_F_RELATIVE_NODES> (since Linux 2.6.26)"
2073 msgstr "B<MPOL_F_RELATIVE_NODES> (Linux 2.6.26 以降)"
2074
2075 #. type: Plain text
2076 #: build/C/man2/set_mempolicy.2:133
2077 msgid ""
2078 "I<nodemask> points to a bit mask of node IDs that contains up to I<maxnode> "
2079 "bits.  The bit mask size is rounded to the next multiple of I<sizeof"
2080 "(unsigned long)>, but the kernel will only use bits up to I<maxnode>.  A "
2081 "NULL value of I<nodemask> or a I<maxnode> value of zero specifies the empty "
2082 "set of nodes.  If the value of I<maxnode> is zero, the I<nodemask> argument "
2083 "is ignored."
2084 msgstr ""
2085 "I<nodemask> は、最大で I<maxnode> ビットから構成されるノード ID のビットマス"
2086 "クを指す。 ビットマスクの大きさは、直近の I<sizeof(unsigned long)> の倍数に切"
2087 "り上げられるが、カーネルが使用するのは I<maxnode> 個までのビットだけである。 "
2088 "NULL 値の I<nodemask> もしくは値が 0 の I<maxnode> はノードの空集合を表す。 "
2089 "I<maxnode> の値が 0 の場合、 I<nodemask> 引き数は無視される。"
2090
2091 #. type: Plain text
2092 #: build/C/man2/set_mempolicy.2:154
2093 msgid ""
2094 "Where a I<nodemask> is required, it must contain at least one node that is "
2095 "on-line, allowed by the process's current cpuset context, [unless the "
2096 "B<MPOL_F_STATIC_NODES> mode flag is specified], and contains memory.  If the "
2097 "B<MPOL_F_STATIC_NODES> is set in I<mode> and a required I<nodemask> contains "
2098 "no nodes that are allowed by the process's current cpuset context, the "
2099 "memory policy reverts to I<local allocation>.  This effectively overrides "
2100 "the specified policy until the process's cpuset context includes one or more "
2101 "of the nodes specified by I<nodemask>."
2102 msgstr ""
2103 "I<nodemask> が必須の場面では、 I<nodemask> に、オンラインで、そのプロセスの現"
2104 "在の CPU 集合コンテキストで 許可されており (B<MPOL_F_STATIC_NODES> モードフラ"
2105 "グが指定されていない場合)、メモリがあるノードが 少なくとも一つ入っていなけれ"
2106 "ばならない。 I<mode> に B<MPOL_F_STATIC_NODES> がセットされ、 I<nodemask> が"
2107 "必須の場面で、 I<nodemask> に、そのプロセスの現在の CPU 集合コンテキストで許"
2108 "可されたノードが 一つも含まれていない場合には、メモリのポリシーとしてデフォル"
2109 "トの 「ローカルから割り当て (local allocation)」が適用される。 そのプロセス"
2110 "の CPU 集合コンテキストが I<nodemask> で指定されたノードを少なくとも一つ含む"
2111 "ようになるまでは、 結果的に指定された動作が上書きされることになる。"
2112
2113 #. type: Plain text
2114 #: build/C/man2/set_mempolicy.2:165
2115 msgid ""
2116 "The B<MPOL_DEFAULT> mode specifies that any nondefault process memory policy "
2117 "be removed, so that the memory policy \"falls back\" to the system default "
2118 "policy.  The system default policy is \"local allocation\"-- i.e., allocate "
2119 "memory on the node of the CPU that triggered the allocation.  I<nodemask> "
2120 "must be specified as NULL.  If the \"local node\" contains no free memory, "
2121 "the system will attempt to allocate memory from a \"near by\" node."
2122 msgstr ""
2123 "B<MPOL_DEFAULT> モードは、デフォルトではないプロセスのメモリポリシーを削除す"
2124 "ることを 指定するものである。これにより、メモリポリシーはシステムの デフォル"
2125 "トポリシーに「戻る」ことになる。 システムのデフォルトポリシーは「ローカルから"
2126 "の割り当て (local allocation)」、 つまりメモリ割り当てのきっかけとなった CPU "
2127 "のノードのメモリが割り当てられる。 I<nodemask> には NULL を指定しなければなら"
2128 "ない。 「自ノード (local node)」に空きメモリが全くない場合、システムは 「近く"
2129 "の (near by) ノード」からメモリを割り当てようと試みる。"
2130
2131 #. type: Plain text
2132 #: build/C/man2/set_mempolicy.2:182
2133 msgid ""
2134 "The B<MPOL_BIND> mode defines a strict policy that restricts memory "
2135 "allocation to the nodes specified in I<nodemask>.  If I<nodemask> specifies "
2136 "more than one node, page allocations will come from the node with the lowest "
2137 "numeric node ID first, until that node contains no free memory.  Allocations "
2138 "will then come from the node with the next highest node ID specified in "
2139 "I<nodemask> and so forth, until none of the specified nodes contain free "
2140 "memory.  Pages will not be allocated from any node not specified in the "
2141 "I<nodemask>."
2142 msgstr ""
2143 "B<MPOL_BIND> モードは厳密なポリシーで、メモリ割り当ては I<nodemask> に指定さ"
2144 "れたノードに限定される。 I<nodemask> に 2 個以上のノードが指定された場合、"
2145 "ページの割り当ては ノード ID が数字として最小のノードから開始され、 そのノー"
2146 "ドに空きメモリがなくなるまでそのノードから ページ割り当てが行われる。そのノー"
2147 "ドに空きメモリがなくなったら、 次に小さなノード ID を持つノードからページ割り"
2148 "当てが行われる。 これを、 I<nodemask> で指定された全てのノードで空きメモリが"
2149 "なくなるまで繰り返す。 I<nodemask> で指定された以外のノードからはページの割り"
2150 "当ては行われない。"
2151
2152 #.  NOTE:  the following sentence doesn't make sense in the context
2153 #.  of set_mempolicy() -- no memory area specified.
2154 #.  To be effective the memory area should be fairly large,
2155 #.  at least 1MB or bigger.
2156 #. type: Plain text
2157 #: build/C/man2/set_mempolicy.2:196
2158 msgid ""
2159 "B<MPOL_INTERLEAVE> interleaves page allocations across the nodes specified "
2160 "in I<nodemask> in numeric node ID order.  This optimizes for bandwidth "
2161 "instead of latency by spreading out pages and memory accesses to those pages "
2162 "across multiple nodes.  However, accesses to a single page will still be "
2163 "limited to the memory bandwidth of a single node."
2164 msgstr ""
2165 "B<MPOL_INTERLEAVE> では、ページ割り当てを I<nodemask> に指定されたノードの間"
2166 "でノード ID の数字順で交互に行う。 このポリシーでは、複数のノードにページを広"
2167 "げて配置し、これらのページへのメモリ アクセスを分散することで、遅延ではなく、"
2168 "帯域を最適化する。 ただし、一つのページへのアクセスに関しては依然として一つの"
2169 "ノードのメモリ帯域 が上限となる。"
2170
2171 #. type: Plain text
2172 #: build/C/man2/set_mempolicy.2:213
2173 msgid ""
2174 "B<MPOL_PREFERRED> sets the preferred node for allocation.  The kernel will "
2175 "try to allocate pages from this node first and fall back to \"near by\" "
2176 "nodes if the preferred node is low on free memory.  If I<nodemask> specifies "
2177 "more than one node ID, the first node in the mask will be selected as the "
2178 "preferred node.  If the I<nodemask> and I<maxnode> arguments specify the "
2179 "empty set, then the policy specifies \"local allocation\" (like the system "
2180 "default policy discussed above)."
2181 msgstr ""
2182 "B<MPOL_PREFERRED> は、割り当て時に優先されるノード (preferred node) を設定す"
2183 "る。 カーネルはまず優先ノードからページ割り当てを行おうとし、 優先ノードに空"
2184 "きメモリが少ない場合に「近くの (near by)」ノードから 割り当てを行う。 "
2185 "I<nodemask> に複数のノード ID が指定された場合は、 I<nodemask> 内の最初のノー"
2186 "ドが優先ノードとして選択される。 引き数 I<nodemask>, I<maxnode> で空集合が指"
2187 "定された場合は、ポリシーは (上述のシステムの デフォルトポリシーと同様に) "
2188 "「ローカルからの割り当て」となる。"
2189
2190 #. type: Plain text
2191 #: build/C/man2/set_mempolicy.2:220
2192 msgid ""
2193 "The process memory policy is preserved across an B<execve>(2), and is "
2194 "inherited by child processes created using B<fork>(2)  or B<clone>(2)."
2195 msgstr ""
2196 "プロセスのメモリポリシーは B<execve>(2)  の前後で保持され、 B<fork>(2)  や "
2197 "B<clone>(2)  を使って作成された子プロセスに継承される。"
2198
2199 #. type: Plain text
2200 #: build/C/man2/set_mempolicy.2:227
2201 msgid ""
2202 "On success, B<set_mempolicy>()  returns 0; on error, -1 is returned and "
2203 "I<errno> is set to indicate the error."
2204 msgstr ""
2205 "成功すると、 B<set_mempolicy>()  は 0 を返す。エラーの場合、-1 を返し、 "
2206 "I<errno> にエラーを示す値を設定する。"
2207
2208 #. type: Plain text
2209 #: build/C/man2/set_mempolicy.2:272
2210 msgid ""
2211 "I<mode> is invalid.  Or, I<mode> is B<MPOL_DEFAULT> and I<nodemask> is "
2212 "nonempty, or I<mode> is B<MPOL_BIND> or B<MPOL_INTERLEAVE> and I<nodemask> "
2213 "is empty.  Or, I<maxnode> specifies more than a page worth of bits.  Or, "
2214 "I<nodemask> specifies one or more node IDs that are greater than the maximum "
2215 "supported node ID.  Or, none of the node IDs specified by I<nodemask> are on-"
2216 "line and allowed by the process's current cpuset context, or none of the "
2217 "specified nodes contain memory.  Or, the I<mode> argument specified both "
2218 "B<MPOL_F_STATIC_NODES> and B<MPOL_F_RELATIVE_NODES>."
2219 msgstr ""
2220 "I<mode> が不正である。 I<mode> が B<MPOL_DEFAULT> で、 I<nodemask> が空ではな"
2221 "い。 I<mode> が B<MPOL_BIND> か B<MPOL_INTERLEAVE> で、 I<nodemask> が空であ"
2222 "る。 I<maxnode> で実際に意味があるビット数より多くのビット数が指定された。 "
2223 "I<nodemask> に、サポートされている最大ノード ID より大きいノードが指定され"
2224 "た。 I<nodemask> に、オンラインで、かつそのプロセスの現在の CPU 集合コンテキ"
2225 "ストで 許可されているノードが一つも含まれていないか、 メモリを含むノードが一"
2226 "つも指定されていない。 I<mode> 引き数に B<MPOL_F_STATIC_NODES> と "
2227 "B<MPOL_F_RELATIVE_NODES> の両方が指定された。"
2228
2229 #. type: Plain text
2230 #: build/C/man2/set_mempolicy.2:279
2231 msgid ""
2232 "The B<set_mempolicy>(), system call was added to the Linux kernel in version "
2233 "2.6.7."
2234 msgstr ""
2235 "B<set_mempolicy>()  システムコールはバージョン 2.6.7 で Linux カーネルに追加"
2236 "された。"
2237
2238 #. type: Plain text
2239 #: build/C/man2/set_mempolicy.2:286
2240 msgid ""
2241 "Process policy is not remembered if the page is swapped out.  When such a "
2242 "page is paged back in, it will use the policy of the process or memory range "
2243 "that is in effect at the time the page is allocated."
2244 msgstr ""
2245 "ページがスワップ・アウトされる場合には、 プロセスポリシーの設定は推奨されな"
2246 "い。 スワップ・アウトされたページがページ・インする際にも、 ページ割り当て時"
2247 "に適用されるプロセスポリシーやメモリ領域ポリシーが 使用される。"
2248
2249 #. type: Plain text
2250 #: build/C/man2/set_mempolicy.2:298
2251 msgid ""
2252 "B<get_mempolicy>(2), B<getcpu>(2), B<mbind>(2), B<mmap>(2), B<numa>(3), "
2253 "B<cpuset>(7), B<numa>(7), B<numactl>(8)"
2254 msgstr ""
2255 "B<get_mempolicy>(2), B<getcpu>(2), B<mbind>(2), B<mmap>(2), B<numa>(3), "
2256 "B<cpuset>(7), B<numa>(7), B<numactl>(8)"
2257
2258 #~ msgid "2010-11-01"
2259 #~ msgstr "2010-11-01"
2260
2261 #~ msgid ""
2262 #~ "B<get_mempolicy>(2), B<mbind>(2), B<set_mempolicy>(2), B<numa>(3), "
2263 #~ "B<numa_maps>(5), B<cpuset>(7), B<numa>(7), B<migratepages>(8), "
2264 #~ "B<numa_stat>(8);"
2265 #~ msgstr ""
2266 #~ "B<get_mempolicy>(2), B<mbind>(2), B<set_mempolicy>(2), B<numa>(3), "
2267 #~ "B<numa_maps>(5), B<cpuset>(7), B<numa>(7), B<migratepages>(8), "
2268 #~ "B<numa_stat>(8);"
2269
2270 #~ msgid "the kernel source file I<Documentation/vm/page_migration>."
2271 #~ msgstr "カーネルのソースファイル I<Documentation/vm/page_migration>。"
2272
2273 #~ msgid "2008-06-03"
2274 #~ msgstr "2008-06-03"