Home
last modified time | relevance | path

Searched refs:PAGE (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-13-stable/lib/libc/db/btree/
HDbt_split.c49 static int bt_broot(BTREE *, PAGE *, PAGE *, PAGE *);
50 static PAGE *bt_page(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
52 static PAGE *bt_psplit(BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t);
53 static PAGE *bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
54 static int bt_rroot(BTREE *, PAGE *, PAGE *, PAGE *);
55 static recno_t rec_total(PAGE *);
77 __bt_split(BTREE *t, PAGE *sp, const DBT *key, const DBT *data, int flags, in __bt_split()
84 PAGE *h, *l, *r, *lchild, *rchild; in __bt_split()
336 static PAGE *
337 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_page()
[all …]
HDextern.h40 int __bt_dleaf(BTREE *, const DBT *, PAGE *, u_int);
42 int __bt_free(BTREE *, PAGE *);
44 PAGE *__bt_new(BTREE *, pgno_t *);
53 int __bt_split(BTREE *, PAGE *,
63 void __bt_dpage(PAGE *);
HDbt_delete.c49 static int __bt_curdel(BTREE *, const DBT *, PAGE *, u_int);
50 static int __bt_pdelete(BTREE *, PAGE *);
51 static int __bt_relink(BTREE *, PAGE *);
52 static int __bt_stkacq(BTREE *, PAGE **, CURSOR *);
65 PAGE *h; in __bt_delete()
139 __bt_stkacq(BTREE *t, PAGE **hp, CURSOR *c) in __bt_stkacq()
144 PAGE *h; in __bt_stkacq()
286 PAGE *h; in __bt_bdelete()
368 __bt_pdelete(BTREE *t, PAGE *h) in __bt_pdelete()
371 PAGE *pg; in __bt_pdelete()
[all …]
HDbt_search.c46 static int __bt_snext(BTREE *, PAGE *, const DBT *, int *);
47 static int __bt_sprev(BTREE *, PAGE *, const DBT *, int *);
66 PAGE *h; in __bt_search()
146 __bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_snext()
181 __bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_sprev()
HDbt_page.c58 __bt_free(BTREE *t, PAGE *h) in __bt_free()
81 PAGE *
84 PAGE *h; in __bt_new()
HDbt_conv.c46 static void mswap(PAGE *);
61 PAGE *h; in __bt_pgin()
126 PAGE *h; in __bt_pgout()
195 mswap(PAGE *pg) in mswap()
HDbt_debug.c59 PAGE *h; in __bt_dump()
98 __bt_dmpage(PAGE *h) in __bt_dmpage()
134 PAGE *h; in __bt_dnpage()
148 __bt_dpage(PAGE *h) in __bt_dpage()
249 PAGE *h; in __bt_stat()
HDbt_overflow.c80 PAGE *h; in __ovfl_get()
134 PAGE *h, *last; in __ovfl_put()
185 PAGE *h; in __ovfl_delete()
HDbtree.h82 } PAGE; typedef
245 PAGE *page; /* the (pinned) page */
308 PAGE *bt_pinned; /* page pinned across calls */
HDbt_seq.c149 PAGE *h; in __bt_seqset()
234 PAGE *h; in __bt_seqadv()
332 PAGE *h; in __bt_first()
HDbt_put.c70 PAGE *h; in __bt_put()
266 PAGE *h; in bt_fast()
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDsz.h44 PAGE
76 return SC_LARGE_MAXCLASS + PAGE; in sz_pind2sz_compute()
109 return SC_LARGE_MAXCLASS + PAGE; in sz_psz2u()
269 if (size <= SC_SMALL_MAXCLASS && alignment < PAGE) { in sz_sa2u()
311 if (usize + sz_large_pad + PAGE_CEILING(alignment) - PAGE < usize) { in sz_sa2u()
HDpages.h8 #define PAGE ((size_t)(1U << LG_PAGE)) macro
9 #define PAGE_MASK ((size_t)(PAGE - 1))
HDextent_structs.h150 #define EXTENT_SIZE_MASK ((size_t)~(PAGE-1))
151 #define EXTENT_ESN_MASK ((size_t)PAGE-1)
HDextent_inlines.h156 return (void *)((uintptr_t)extent_base_get(extent) - PAGE); in extent_before_get()
162 extent_size_get(extent) - PAGE); in extent_last_get()
219 if (alignment < PAGE) { in extent_addr_randomize()
/freebsd-13-stable/contrib/jemalloc/src/
HDpages.c108 void *new_addr = os_pages_map(ret, size, PAGE, commit); in os_pages_trim()
182 assert(alignment >= PAGE); in pages_map()
615 if (os_page > PAGE) { in pages_boot()
650 void *madv_free_page = os_pages_map(NULL, PAGE, PAGE, &committed); in pages_boot()
655 if (pages_purge_lazy(madv_free_page, PAGE)) { in pages_boot()
658 os_pages_unmap(madv_free_page, PAGE); in pages_boot()
HDsc.c272 size_t min_pgs = reg_size / PAGE; in sc_data_update_sc_slab_size()
273 if (reg_size % PAGE != 0) { in sc_data_update_sc_slab_size()
280 size_t max_pgs = BITMAP_MAXBITS * reg_size / PAGE; in sc_data_update_sc_slab_size()
HDextent_mmap.c24 assert(alignment == ALIGNMENT_CEILING(alignment, PAGE)); in extent_alloc_mmap()
HDsz.c19 sz_pind2sz_tab[pind] = sc_data->large_maxclass + PAGE;
HDextent.c497 size_t max_size = esize + PAGE_CEILING(alignment) - PAGE; in extents_fit_locked()
506 if (alignment > PAGE && extent == NULL) { in extents_fit_locked()
913 assert(alignment <= PAGE); in extent_recycle_extract()
1038 if (slab && extent_size_get(*extent) > PAGE) { in extent_split_interior()
1042 (uintptr_t)PAGE, szind, slab); in extent_split_interior()
1194 for (size_t i = 0; i < PAGE / sizeof(size_t); i++) { in extent_recycle()
1265 ALIGNMENT_CEILING(alignment, PAGE), zero, commit); in extent_alloc_default()
1305 size_t alloc_size_min = esize + PAGE_CEILING(alignment) - PAGE; in extent_grow_retained()
1336 alloc_size, PAGE, &zeroed, &committed); in extent_grow_retained()
1340 alloc_size, PAGE, &zeroed, &committed, in extent_grow_retained()
[all …]
HDextent_dss.c116 assert(alignment == ALIGNMENT_CEILING(alignment, PAGE)); in extent_alloc_dss()
/freebsd-13-stable/lib/libc/db/recno/
HDrec_delete.c118 PAGE *h; in rec_rdelete()
147 __rec_dleaf(BTREE *t, PAGE *h, u_int32_t idx) in __rec_dleaf()
HDextern.h38 int __rec_dleaf(BTREE *, PAGE *, u_int32_t);
HDrec_search.c65 PAGE *h; in __rec_search()
/freebsd-13-stable/usr.sbin/bsdconfig/include/
HDusage.hlp20 PAGE UP In text display boxes, scrolls up one page.
21 PAGE DOWN In text display boxes, scrolls down one page.

12