Home
last modified time | relevance | path

Searched full:pages (Results 1 – 25 of 11127) sorted by relevance

12345678910>>...446

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/move_pages/
H A Dmove_pages_support.c33 * free_pages() - free an array of pages
34 * @pages: array of page pointers to be freed
35 * @num: no. of pages in the array
37 void free_pages(void **pages, unsigned int num) in free_pages() argument
44 if (pages[i] != NULL) { in free_pages()
45 numa_free(pages[i], onepage); in free_pages()
52 * alloc_pages_on_nodes() - allocate pages on specified NUMA nodes
53 * @pages: array in which the page pointers will be stored
54 * @num: no. of pages to allocate
58 * page pointers will be stored in @pages array.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
H A DMemoryAllocationLib.h18 Allocates one or more 4KB pages of type EfiBootServicesData.
20 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
21 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
25 @param Pages The number of 4 KB pages to allocate.
33 IN UINTN Pages
37 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
39 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
40 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
44 @param Pages The number of 4 KB pages to allocate.
52 IN UINTN Pages
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
H A DMemoryAllocationLib.h18 Allocates one or more 4KB pages of type EfiBootServicesData.
20 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
21 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
25 @param Pages The number of 4 KB pages to allocate.
33 IN UINTN Pages
37 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
39 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
40 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
44 @param Pages The number of 4 KB pages to allocate.
52 IN UINTN Pages
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
H A DMemoryAllocationLib.h18 Allocates one or more 4KB pages of type EfiBootServicesData.
20 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
21 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
25 @param Pages The number of 4 KB pages to allocate.
33 IN UINTN Pages
37 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
39 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
40 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
44 @param Pages The number of 4 KB pages to allocate.
52 IN UINTN Pages
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/
H A DMemoryAllocationLib.h24 Allocates one or more 4KB pages of type EfiBootServicesData.
26 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
27 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
31 @param Pages The number of 4 KB pages to allocate.
39 IN UINTN Pages
43 Allocates one or more 4KB pages of type EfiRuntimeServicesData.
45 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the
46 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
50 @param Pages The number of 4 KB pages to allocate.
58 IN UINTN Pages
[all …]
/aosp_15_r20/external/cpuinfo/src/x86/cache/
H A Ddescriptor.c38 * "Instruction TLB: 4 KByte pages, 4-way set associative, 32 entries" in cpuinfo_x86_decode_cache_descriptor()
40 * "Instruction TLB: 4-KB Pages, 4-way set associative, 32 entries" in cpuinfo_x86_decode_cache_descriptor()
45 .pages = CPUINFO_PAGE_SIZE_4KB, in cpuinfo_x86_decode_cache_descriptor()
51 * "Instruction TLB: 4 MByte pages, fully associative, 2 entries" in cpuinfo_x86_decode_cache_descriptor()
53 * "Instruction TLB: 4-MB Pages, fully associative, 2 entries" in cpuinfo_x86_decode_cache_descriptor()
58 .pages = CPUINFO_PAGE_SIZE_4MB, in cpuinfo_x86_decode_cache_descriptor()
64 * "Data TLB: 4 KByte pages, 4-way set associative, 64 entries" in cpuinfo_x86_decode_cache_descriptor()
66 * "Data TLB: 4-KB Pages, 4-way set associative, 64 entries" in cpuinfo_x86_decode_cache_descriptor()
71 .pages = CPUINFO_PAGE_SIZE_4KB, in cpuinfo_x86_decode_cache_descriptor()
77 * "Data TLB: 4 MByte pages, 4-way set associative, 8 entries" in cpuinfo_x86_decode_cache_descriptor()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/memmap2/src/
Dadvice.rs2 /// See [madvise()](https://man7.org/linux/man-pages/man2/madvise.2.html) map page.
24 /// Expect page references in sequential order. (Hence, pages
34 /// good idea to read some pages ahead.)
47 /// subsequent accesses of pages in the range will succeed,
52 /// segments) or zero-fill-on-demand pages for anonymous
56 /// might not lead to immediate freeing of the pages in the
57 /// range. The kernel is free to delay freeing the pages
62 /// **MADV_DONTNEED** cannot be applied to locked pages, Huge TLB
63 /// pages, or VM_PFNMAP pages. (Pages marked with the kernel-
65 /// not managed by the virtual memory subsystem. Such pages
[all …]
/aosp_15_r20/libcore/luni/src/main/java/android/system/
H A DOs.java49 * See <a href="http://man7.org/linux/man-pages/man2/accept.2.html">accept(2)</a>.
54 * See <a href="http://man7.org/linux/man-pages/man2/accept.2.html">accept(2)</a>.
60 * See <a href="http://man7.org/linux/man-pages/man2/access.2.html">access(2)</a>.
68 * See <a href="http://man7.org/linux/man-pages/man2/bind.2.html">bind(2)</a>.
73 * See <a href="http://man7.org/linux/man-pages/man2/bind.2.html">bind(2)</a>.
78 * See <a href="http://man7.org/linux/man-pages/man2/capget.2.html">capget(2)</a>.
93 * See <a href="http://man7.org/linux/man-pages/man2/capset.2.html">capset(2)</a>.
117 * See <a href="http://man7.org/linux/man-pages/man2/chmod.2.html">chmod(2)</a>.
122 * See <a href="http://man7.org/linux/man-pages/man2/chown.2.html">chown(2)</a>.
127 * See <a href="http://man7.org/linux/man-pages/man2/close.2.html">close(2)</a>.
[all …]
/aosp_15_r20/external/sg3_utils/doc/
H A Dsg_logs.83 sg_logs \- access log pages with SCSI LOG SENSE command
39 outputs the response. The LOG SENSE command is used to fetch log pages which,
62 supported log pages (but not subpages) are listed out.
68 fetch and decode all the log pages and subpages supported by the \fIDEVICE\fR.
69 This requires a two stage process: first the "supported log pages and
75 Since some vendors don't list all log pages in the "supported log pages and
77 merge both "supported ..." log pages then, from that resultant merged list,
85 outputs all the log pages supported by the \fIDEVICE\fR. This requires a two
86 stage process: first the "supported log pages" log page is fetched, then for
88 displayed. When used twice (e.g. '\-aa') all log pages and subpages are
[all …]
H A Dsg_vpd.816 page and decodes it or outputs it in ASCII hexadecimal or binary. VPD pages
29 The reference document used for interpreting VPD pages (and the INQUIRY
34 VPD pages" (0x0) VPD page is fetched and decoded.
41 decode all VPD pages. When used with \fIDEVICE\fR the pages to be decoded
42 are found in the "Supported VPD pages" VPD page. Pages that cannot be
47 \fIFN\fR is assumed to contain 1 or more VPD pages (in ASCII hex or binary).
56 list the names of the known VPD pages, first the standard pages (i.e.
57 those defined by T10), then the vendor specific pages. Each group is sorted
61 summary lines of all VPD pages whose number matches \fIPG\fR. May be used
62 with \fI\-\-vendor=VP\fR to restrict output to known vendor specific pages
[all …]
/aosp_15_r20/external/trusty/lk/kernel/novm/
Dnovm.c39 size_t pages; member
44 // We divide the memory up into pages. If there is memory we can use before
71 if (arena[i].pages > 0) ranges_found = i + 1; in novm_get_arenas()
73 ranges[i].size = arena[i].pages << PAGE_SIZE_SHIFT; in novm_get_arenas()
135 n->pages = map_size; in novm_init_helper()
143 if (arena[i].pages == 0) { in novm_add_arena()
159 void *novm_alloc_helper(struct novm_arena *n, size_t pages) in novm_alloc_helper() argument
161 if (pages == 0 || pages > n->pages) in novm_alloc_helper()
165 for (size_t i = 0; i <= n->pages - pages; i++) { in novm_alloc_helper()
167 for (size_t j = 0; j < pages; j++) { in novm_alloc_helper()
[all …]
/aosp_15_r20/cts/tests/tests/print/src/android/print/cts/
H A DPageRangeAdjustmentTest.java61 * the requested pages, more pages, etc.
105 PageRange[] pages = printJob.getInfo().getPages(); in allPagesWantedAndAllPagesWritten()
106 assertTrue(pages.length == 1 && PageRange.ALL_PAGES.equals(pages[0])); in allPagesWantedAndAllPagesWritten()
153 PageRange[] pages = printJob.getInfo().getPages(); in somePagesWantedAndAllPagesWritten()
154 // We asked for some pages, the app wrote more, but the system in somePagesWantedAndAllPagesWritten()
155 // pruned extra pages, hence we expect to print all pages. in somePagesWantedAndAllPagesWritten()
156 assertTrue(pages.length == 1 && PageRange.ALL_PAGES.equals(pages[0])); in somePagesWantedAndAllPagesWritten()
183 PageRange[] pages = (PageRange[]) args[0]; in somePagesWantedAndAllPagesWritten()
184 assertTrue(pages[pages.length - 1].getEnd() < PAGE_COUNT); in somePagesWantedAndAllPagesWritten()
242 PageRange[] pages = printJobInfo.getPages(); in somePagesWantedAndSomeMorePagesWritten()
[all …]
/aosp_15_r20/external/crosvm/swap/src/
H A Dpage_handler.rs130 /// the amount of pages which were already initialized on page faults.
134 /// MoveToStaging copies chunks of consecutive pages next to each other on the guest memory to the
146 // Remove chunks of pages at once to reduce madvise(2) syscall. in execute()
339 /// Clear the internal state for the pages.
341 /// When pages are removed by madvise with `MADV_DONTNEED` or `MADV_REMOVE`, userfaultfd
361 // TODO(b/269983521): Clear multiple pages in the same region at once. in handle_page_remove()
374 // Erase the pages from the disk because the pages are removed from the guest memory. in handle_page_remove()
381 /// Move active pages in the memory region to the staging memory.
383 /// It only moves active contents in the guest memory to the swap file and skips empty pages
384 /// (e.g. pages not touched, freed by balloon) using `lseek(2)` + `SEEK_HOLE/DATA`.
[all …]
H A Dfile.rs109 /// Freed pages on the swap file are managed in a free list. `first_freed_idx_file` points to
137 /// This reuses freed file pages first. If the free list is empty, this allocates new pages in
141 // TODO(kawasin): Collect consecutive freed pages in the free list to reduce number of in allocate()
145 unreachable!("pages in free list must be freed pages") in allocate()
155 // The free list is empty. Allocate new pages. in allocate()
165 /// Find the index range of file pages that are all present.
170 /// Returns `None` if no pages after `idx_file` are present.
176 /// * `max_pages` - The maximum number of pages to search.
177 /// * `consecutive` - If true, the pages must have consecutive idx_page values.
198 let mut pages = 1; in find_present_pages_range() localVariable
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/include/
H A Dsched.h48 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
55 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
62 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
69 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
76 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
83 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
102 * [sched_setscheduler(2)](https://man7.org/linux/man-pages/man2/sched_setscheduler.2.html)
110 * [sched_getscheduler(2)](https://man7.org/linux/man-pages/man2/sched_getscheduler.2)
119 * [sched_yield(2)](http://man7.org/linux/man-pages/man2/sched_yield.2.html)
127 * [sched_get_priority_max(2)](http://man7.org/linux/man-pages/man2/sched_get_priority_max.2.html)
[all …]
/aosp_15_r20/bionic/libc/include/
H A Dsched.h49 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
56 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
63 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
70 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
77 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
84 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
103 * [sched_setscheduler(2)](https://man7.org/linux/man-pages/man2/sched_setscheduler.2.html)
111 * [sched_getscheduler(2)](https://man7.org/linux/man-pages/man2/sched_getscheduler.2)
120 * [sched_yield(2)](https://man7.org/linux/man-pages/man2/sched_yield.2.html)
128 * [sched_get_priority_max(2)](https://man7.org/linux/man-pages/man2/sched_get_priority_max.2.html)
[all …]
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/
Dsched.h49 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
56 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
63 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
70 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
77 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
84 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
103 * [sched_setscheduler(2)](https://man7.org/linux/man-pages/man2/sched_setscheduler.2.html)
111 * [sched_getscheduler(2)](https://man7.org/linux/man-pages/man2/sched_getscheduler.2)
120 * [sched_yield(2)](https://man7.org/linux/man-pages/man2/sched_yield.2.html)
128 * [sched_get_priority_max(2)](https://man7.org/linux/man-pages/man2/sched_get_priority_max.2.html)
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/include/
H A Dsched.h48 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
55 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
62 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
69 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
76 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
83 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
102 * [sched_setscheduler(2)](https://man7.org/linux/man-pages/man2/sched_setscheduler.2.html)
110 * [sched_getscheduler(2)](https://man7.org/linux/man-pages/man2/sched_getscheduler.2)
119 * [sched_yield(2)](http://man7.org/linux/man-pages/man2/sched_yield.2.html)
127 * [sched_get_priority_max(2)](http://man7.org/linux/man-pages/man2/sched_get_priority_max.2.html)
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/include/
H A Dsched.h48 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
55 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
62 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
69 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
76 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
83 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
102 * [sched_setscheduler(2)](https://man7.org/linux/man-pages/man2/sched_setscheduler.2.html)
110 * [sched_getscheduler(2)](https://man7.org/linux/man-pages/man2/sched_getscheduler.2)
119 * [sched_yield(2)](http://man7.org/linux/man-pages/man2/sched_yield.2.html)
127 * [sched_get_priority_max(2)](http://man7.org/linux/man-pages/man2/sched_get_priority_max.2.html)
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/include/
H A Dsched.h48 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
55 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
62 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
69 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
76 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
83 * See [sched(7)](https://man7.org/linux/man-pages/man7/sched.7.html)
102 * [sched_setscheduler(2)](https://man7.org/linux/man-pages/man2/sched_setscheduler.2.html)
110 * [sched_getscheduler(2)](https://man7.org/linux/man-pages/man2/sched_getscheduler.2)
119 * [sched_yield(2)](https://man7.org/linux/man-pages/man2/sched_yield.2.html)
127 * [sched_get_priority_max(2)](https://man7.org/linux/man-pages/man2/sched_get_priority_max.2.html)
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/include/
H A Dsched.h48 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
55 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
62 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
69 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
76 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
83 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
102 * [sched_setscheduler(2)](https://man7.org/linux/man-pages/man2/sched_setscheduler.2.html)
110 * [sched_getscheduler(2)](https://man7.org/linux/man-pages/man2/sched_getscheduler.2)
119 * [sched_yield(2)](http://man7.org/linux/man-pages/man2/sched_yield.2.html)
127 * [sched_get_priority_max(2)](http://man7.org/linux/man-pages/man2/sched_get_priority_max.2.html)
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/include/
H A Dsched.h48 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
55 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
62 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
69 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
76 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
83 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
102 * [sched_setscheduler(2)](https://man7.org/linux/man-pages/man2/sched_setscheduler.2.html)
110 * [sched_getscheduler(2)](https://man7.org/linux/man-pages/man2/sched_getscheduler.2)
119 * [sched_yield(2)](http://man7.org/linux/man-pages/man2/sched_yield.2.html)
127 * [sched_get_priority_max(2)](http://man7.org/linux/man-pages/man2/sched_get_priority_max.2.html)
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dandroidenterprise_v1.storelayoutpages.html91 <p class="firstline">Retrieves the details of all pages in the store.</p>
130 …naged Google Play store page, made of a localized name and links to other pages. A page also conta…
132pages a user should be able to reach from this page. The list can&#x27;t include this page. It is …
153 …naged Google Play store page, made of a localized name and links to other pages. A page also conta…
155pages a user should be able to reach from this page. The list can&#x27;t include this page. It is …
174 …naged Google Play store page, made of a localized name and links to other pages. A page also conta…
176pages a user should be able to reach from this page. The list can&#x27;t include this page. It is …
190 <pre>Retrieves the details of all pages in the store.
204 …naged Google Play store page, made of a localized name and links to other pages. A page also conta…
206pages a user should be able to reach from this page. The list can&#x27;t include this page. It is …
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/generated-headers/bionic/libc/libc/android_vendor.34_arm_armv7-a-neon_shared/gen/include/
Dsched.h48 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
55 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
62 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
69 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
76 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
83 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
102 * [sched_setscheduler(2)](http://man7.org/linux/man-pages/man2/sched_getcpu.2.html)
110 * [sched_getscheduler(2)](http://man7.org/linux/man-pages/man2/sched_getcpu.2.html)
119 * [sched_yield(2)](http://man7.org/linux/man-pages/man2/sched_yield.2.html)
127 * [sched_get_priority_max(2)](http://man7.org/linux/man-pages/man2/sched_get_priority_max.2.html)
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/bionic/libc/libc/android_vendor.34_arm_armv8-a_shared/gen/include/
Dsched.h48 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
55 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
62 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
69 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
76 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
83 * See [sched(7)](http://man7.org/linux/man-pages/man7/sched.7.html)
102 * [sched_setscheduler(2)](http://man7.org/linux/man-pages/man2/sched_getcpu.2.html)
110 * [sched_getscheduler(2)](http://man7.org/linux/man-pages/man2/sched_getcpu.2.html)
119 * [sched_yield(2)](http://man7.org/linux/man-pages/man2/sched_yield.2.html)
127 * [sched_get_priority_max(2)](http://man7.org/linux/man-pages/man2/sched_get_priority_max.2.html)
[all …]

12345678910>>...446