Searched refs:pages (Results 26 - 50 of 162) sorted by relevance

1234567

/freebsd-13-stable/sys/kern/
H A Dkern_kthread.c85 struct proc **newpp, int flags, int pages, const char *fmt, ...)
99 fr.fr_pages = pages;
256 struct thread **newtdp, int flags, int pages, const char *fmt, ...)
269 newtd = thread_alloc(pages);
457 int flags, int pages, const char *procname, const char *fmt, ...)
466 procptr, flags, pages, "%s", procname);
484 tdptr, flags, pages, "%s", buf);
84 kproc_create(void (*func)(void *), void *arg, struct proc **newpp, int flags, int pages, const char *fmt, ...) argument
255 kthread_add(void (*func)(void *), void *arg, struct proc *p, struct thread **newtdp, int flags, int pages, const char *fmt, ...) argument
455 kproc_kthread_add(void (*func)(void *), void *arg, struct proc **procptr, struct thread **tdptr, int flags, int pages, const char *procname, const char *fmt, ...) argument
/freebsd-13-stable/sys/riscv/riscv/
H A Dbusdma_bounce.c119 "Total bounce pages");
124 vm_page_t pages; /* starting page of client data */ member in struct:sync_list
216 int pages; local
218 pages = atop(round_page(maxsize)) - bz->total_bpages;
220 /* Add pages to our bounce pool */
221 if (alloc_bounce_pages(newtag, pages) < pages)
301 int error, maxpages, pages; local
341 * Attempt to add pages to our pool on a per-instance
351 pages
1200 int pages; local
[all...]
/freebsd-13-stable/sys/arm64/arm64/
H A Dbusdma_bounce.c121 "Total bounce pages");
126 vm_page_t pages; /* starting page of client data */ member in struct:sync_list
303 * number of pages in a transfer.
315 int pages; local
317 pages = atop(maxsize) + 1 - bz->total_bpages;
319 /* Add pages to our bounce pool */
320 if (alloc_bounce_pages(newtag, pages) < pages)
409 int error, maxpages, pages; local
445 * Attempt to add pages t
1353 int pages; local
[all...]
/freebsd-13-stable/sys/opencrypto/
H A Dcriov.c80 pages++; \
158 cvm_page_apply(vm_page_t *pages, int off, int len, argument
167 char *kaddr = (char *)PHYS_TO_DMAP(VM_PAGE_TO_PHYS(*pages));
175 pages++;
181 cvm_page_contiguous_segment(vm_page_t *pages, size_t skip, int len) argument
186 pages += (skip / PAGE_SIZE);
188 return (((char *)PHYS_TO_DMAP(VM_PAGE_TO_PHYS(*pages))) + skip);
197 cvm_page_copyback(vm_page_t *pages, int off, int len, c_caddr_t cp) argument
205 bcopy(cp, (char *)PHYS_TO_DMAP(VM_PAGE_TO_PHYS(*pages)) + off,
211 pages
222 cvm_page_copydata(vm_page_t *pages, int off, int len, caddr_t cp) argument
[all...]
H A Dcryptodev.h525 _crypto_use_vmpage(struct crypto_buffer *cb, vm_page_t *pages, int len, argument
528 cb->cb_vm_page = pages;
554 crypto_use_vmpage(struct cryptop *crp, vm_page_t *pages, int len, int offset) argument
556 _crypto_use_vmpage(&crp->crp_buf, pages, len, offset);
578 crypto_use_output_vmpage(struct cryptop *crp, vm_page_t *pages, int len, argument
581 _crypto_use_vmpage(&crp->crp_obuf, pages, len, offset);
/freebsd-13-stable/sys/vm/
H A Dvm_reserv.c73 * pages ("superpages"). Speculative allocation enables the fully automatic
85 * The number of small pages that are contained in a level 0 reservation
103 * within the reservation's array of small pages.
175 * physical pages for the range [pindex, pindex + VM_LEVEL_0_NPAGES) of offsets
177 * small physical pages that are in use at any given time. When and if the
196 vm_page_t pages; /* (c) first page */ member in struct:vm_reserv
197 uint16_t popcnt; /* (r) # of pages in use */
201 popmap_t popmap[NPOPMAP_MAX]; /* (r) bit vector, used pages */
222 * reservation's "pages" field. Invalid reservation structures have a NULL
223 * "pages" fiel
[all...]
H A Dvm_swapout.c179 * Ignore unreclaimable wired pages. Repeat the check after busying
201 * Deactivate enough pages to satisfy the inactive target
251 * deactivate some number of pages in a map, try to do it fairly, but
268 * first, search out the biggest object, and try to free pages from
295 * Next, hunt around for other pages to deactivate. We actually
314 * table pages.
340 * reclaiming pages.
403 * process is swapped out -- deactivate pages
533 int i, pages; local
537 pages
560 int a, count, i, j, pages, rv; local
[all...]
/freebsd-13-stable/contrib/xz/src/common/
H A Dtuklib_physmem.c147 const long pages = sysconf(_SC_PHYS_PAGES); local
148 if (pagesize != -1 && pages != -1)
149 // According to docs, pagesize * pages can overflow.
154 ret = (uint64_t)pagesize * (uint64_t)pages;
/freebsd-13-stable/lib/libgeom/
H A Dgeom_stats.c117 uint pages; member in struct:snapshot
142 sp->pages = npages;
186 if (++sp->u >= sp->pages)
/freebsd-13-stable/lib/ncurses/
H A Dconfig.mk37 # Manual pages filter
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h312 struct page **pages, unsigned int count,
327 page_to_pfn(pages[i]) != page_to_pfn(pages[i - 1]) + 1) {
343 if (len >= max_segment || page_to_pfn(pages[j]) !=
344 page_to_pfn(pages[j - 1]) + 1)
349 sg_set_page(s, pages[cur], MIN(size, seg_size), off);
359 struct page **pages, unsigned int count,
364 return (__sg_alloc_table_from_pages(sgt, pages, count, off, size,
311 __sg_alloc_table_from_pages(struct sg_table *sgt, struct page **pages, unsigned int count, unsigned long off, unsigned long size, unsigned int max_segment, gfp_t gfp_mask) argument
358 sg_alloc_table_from_pages(struct sg_table *sgt, struct page **pages, unsigned int count, unsigned long off, unsigned long size, gfp_t gfp_mask) argument
/freebsd-13-stable/share/mk/
H A Dbsd.man.mk3 # The include file <bsd.man.mk> handles installing manual pages and
9 # DESTDIR Change the tree where the man pages gets installed. [not set]
20 # or "/tahoe" for machine specific manual pages.
22 # MAN The manual pages to be installed. For sections see
25 # MCOMPRESS_CMD Program to compress man pages. Output is to
38 # MANBUILDCAT create preformatted manual pages in addition to normal
39 # pages. [not set]
41 # MANDOC_CMD command and flags to create preformatted pages
46 # Install the manual pages and their links.
/freebsd-13-stable/sys/fs/smbfs/
H A Dsmbfs_io.c438 vm_page_t *pages;
450 pages = ap->a_m;
455 * allow the pager to zero-out the blanks. Partially valid pages
461 if (!vm_page_none_valid(pages[npages - 1]) && --npages == 0)
471 pmap_qenter(kva, pages, npages);
480 uio.uio_offset = IDX_TO_OFF(pages[0]->pindex);
503 m = pages[i];
542 * Note that vop_close always invalidate pages before close, so it's
577 vm_page_t *pages;
584 pages
[all...]
/freebsd-13-stable/sys/mips/mips/
H A Dbusdma_machdep.c148 "Total bounce pages");
190 MALLOC_DEFINE(M_BOUNCE, "bounce", "busdma bounce pages");
458 int pages; local
460 pages = atop(maxsize) - bz->total_bpages;
462 /* Add pages to our bounce pool */
463 if (alloc_bounce_pages(newtag, pages) < pages)
594 * Attempt to add pages to our pool on a per-instance
600 int pages; local
602 pages
1429 int pages; local
[all...]
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dbusdma_machdep.c126 "Total bounce pages");
322 int pages; local
324 pages = atop(maxsize) - bz->total_bpages;
326 /* Add pages to our bounce pool */
327 if (alloc_bounce_pages(newtag, pages) < pages)
447 * Attempt to add pages to our pool on a per-instance
456 int pages; local
458 pages = MAX(atop(dmat->maxsize), 1);
459 pages
1122 int pages; local
[all...]
/freebsd-13-stable/sys/x86/x86/
H A Dbusdma_bounce.c120 "Total bounce pages");
166 int pages; local
168 pages = atop(dmat->common.maxsize) - bz->total_bpages;
170 /* Add pages to our bounce pool */
171 if (alloc_bounce_pages(dmat, pages) < pages)
240 * bounce pages.
299 int error, maxpages, pages; local
339 * Attempt to add pages to our pool on a per-instance
349 pages
1212 int pages; local
[all...]
/freebsd-13-stable/sys/dev/agp/
H A Dagpvar.h128 * Bind a set of pages at a given offset within the AGP aperture.
131 int agp_bind_pages(device_t dev, vm_page_t *pages, vm_size_t size,
135 * Unbind a set of pages from the AGP aperture.
/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c29 * - Pool collects resently freed pages for reuse (and hooks up to
31 * - Tracks currently in use pages
84 * for each 'struct device'. The 'cached' is for pages that are actively used.
91 * @inuse_list: Pool of pages that are in use. The order is very important and
92 * it is in the order that the TTM pages that are put back are in.
93 * @free_list: Pool of pages that are free to be used. No order requirements.
96 * @npages_free: Count of available pages for re-use.
97 * @npages_in_use: Count of pages that are in use.
220 /* Convert kb to number of pages */
274 static int set_pages_array_wb(struct page **pages, in argument
285 set_pages_array_wc(struct page **pages, int addrinarray) argument
296 set_pages_array_uc(struct page **pages, int addrinarray) argument
308 ttm_set_pages_caching(struct dma_pool *pool, struct page **pages, unsigned cpages) argument
380 ttm_dma_pages_put(struct dma_pool *pool, struct list_head *d_pages, struct page *pages[], unsigned npages) argument
[all...]
/freebsd-13-stable/contrib/mandoc/
H A Ddba_read.c51 page = dba_page_new(dba->pages, pdata->arch,
/freebsd-13-stable/sys/arm/arm/
H A Dbusdma_machdep.c111 vm_page_t pages; /* starting page of client data */ member in struct:sync_list
174 "Total bounce pages");
218 MALLOC_DEFINE(M_BOUNCE, "bounce", "busdma bounce pages");
274 * kmem_alloc_contig() just because it can allocate pages in an address range).
544 * number of pages in a transfer.
555 int pages; local
557 pages = atop(maxsize) - bz->total_bpages;
559 /* Add pages to our bounce pool */
560 if (alloc_bounce_pages(newtag, pages) < pages)
670 int pages; local
1639 int pages; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat32 echo. man to make manual pages
51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
144 echo.Build finished. The manual pages are in %BUILDDIR%/man.
/freebsd-13-stable/sys/geom/eli/
H A Dg_eli_privacy.c265 vm_page_t *pages; local
299 pages = bp->bio_ma;
313 MPASS(pages != NULL);
314 crypto_use_vmpage(crp, pages, secsize, pages_offset);
316 pages += pages_offset >> PAGE_SHIFT;
/freebsd-13-stable/contrib/bmake/mk/
H A Dman.mk10 # 2. install formatted pages
11 # 3. install formatted pages but with extension of .0
15 # set MANTARGET=cat for formatted pages
/freebsd-13-stable/stand/efi/loader/
H A Dbootinfo.c295 UINTN dsz, pages, retry, sz; local
340 * Allocate enough pages to hold the bootinfo block and the
371 BS->FreePages(addr, pages);
376 pages = EFI_SIZE_TO_PAGES(sz + efisz);
378 pages, &addr);
392 sz = (EFI_PAGE_SIZE * pages) - efisz;
401 BS->FreePages(addr, pages);
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_memory.c56 void drm_free_agp(DRM_AGP_MEM * handle, int pages) argument

Completed in 238 milliseconds

1234567