| /freebsd-13-stable/lib/libc/db/btree/ |
| HD | bt_split.c | 49 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 …]
|
| HD | extern.h | 40 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 *);
|
| HD | bt_delete.c | 49 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 …]
|
| HD | bt_search.c | 46 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()
|
| HD | bt_page.c | 58 __bt_free(BTREE *t, PAGE *h) in __bt_free() 81 PAGE * 84 PAGE *h; in __bt_new()
|
| HD | bt_conv.c | 46 static void mswap(PAGE *); 61 PAGE *h; in __bt_pgin() 126 PAGE *h; in __bt_pgout() 195 mswap(PAGE *pg) in mswap()
|
| HD | bt_debug.c | 59 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()
|
| HD | bt_overflow.c | 80 PAGE *h; in __ovfl_get() 134 PAGE *h, *last; in __ovfl_put() 185 PAGE *h; in __ovfl_delete()
|
| HD | btree.h | 82 } PAGE; typedef 245 PAGE *page; /* the (pinned) page */ 308 PAGE *bt_pinned; /* page pinned across calls */
|
| HD | bt_seq.c | 149 PAGE *h; in __bt_seqset() 234 PAGE *h; in __bt_seqadv() 332 PAGE *h; in __bt_first()
|
| HD | bt_put.c | 70 PAGE *h; in __bt_put() 266 PAGE *h; in bt_fast()
|
| /freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/ |
| HD | sz.h | 44 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()
|
| HD | pages.h | 8 #define PAGE ((size_t)(1U << LG_PAGE)) macro 9 #define PAGE_MASK ((size_t)(PAGE - 1))
|
| HD | extent_structs.h | 150 #define EXTENT_SIZE_MASK ((size_t)~(PAGE-1)) 151 #define EXTENT_ESN_MASK ((size_t)PAGE-1)
|
| HD | extent_inlines.h | 156 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/ |
| HD | pages.c | 108 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()
|
| HD | sc.c | 272 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()
|
| HD | extent_mmap.c | 24 assert(alignment == ALIGNMENT_CEILING(alignment, PAGE)); in extent_alloc_mmap()
|
| HD | sz.c | 19 sz_pind2sz_tab[pind] = sc_data->large_maxclass + PAGE;
|
| HD | extent.c | 497 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 …]
|
| HD | extent_dss.c | 116 assert(alignment == ALIGNMENT_CEILING(alignment, PAGE)); in extent_alloc_dss()
|
| /freebsd-13-stable/lib/libc/db/recno/ |
| HD | rec_delete.c | 118 PAGE *h; in rec_rdelete() 147 __rec_dleaf(BTREE *t, PAGE *h, u_int32_t idx) in __rec_dleaf()
|
| HD | extern.h | 38 int __rec_dleaf(BTREE *, PAGE *, u_int32_t);
|
| HD | rec_search.c | 65 PAGE *h; in __rec_search()
|
| /freebsd-13-stable/usr.sbin/bsdconfig/include/ |
| HD | usage.hlp | 20 PAGE UP In text display boxes, scrolls up one page. 21 PAGE DOWN In text display boxes, scrolls down one page.
|