Home
last modified time | relevance | path

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

12

/freebsd/lib/libc/db/btree/
H A Dbt_split.c45 static int bt_broot(BTREE *, PAGE *, PAGE *, PAGE *);
46 static PAGE *bt_page(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
48 static PAGE *bt_psplit(BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t);
49 static PAGE *bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
50 static int bt_rroot(BTREE *, PAGE *, PAGE *, PAGE *);
51 static recno_t rec_total(PAGE *);
73 __bt_split(BTREE *t, PAGE *sp, const DBT *key, const DBT *data, int flags, in __bt_split()
80 PAGE *h, *l, *r, *lchild, *rchild; in __bt_split()
332 static PAGE *
333 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_page()
[all …]
H A Dextern.h38 int __bt_dleaf(BTREE *, const DBT *, PAGE *, u_int);
40 int __bt_free(BTREE *, PAGE *);
42 PAGE *__bt_new(BTREE *, pgno_t *);
51 int __bt_split(BTREE *, PAGE *,
61 void __bt_dpage(PAGE *);
H A Dbt_delete.c45 static int __bt_curdel(BTREE *, const DBT *, PAGE *, u_int);
46 static int __bt_pdelete(BTREE *, PAGE *);
47 static int __bt_relink(BTREE *, PAGE *);
48 static int __bt_stkacq(BTREE *, PAGE **, CURSOR *);
61 PAGE *h; in __bt_delete()
135 __bt_stkacq(BTREE *t, PAGE **hp, CURSOR *c) in __bt_stkacq()
140 PAGE *h; in __bt_stkacq()
282 PAGE *h; in __bt_bdelete()
364 __bt_pdelete(BTREE *t, PAGE *h) in __bt_pdelete()
367 PAGE *pg; in __bt_pdelete()
[all …]
H A Dbt_search.c42 static int __bt_snext(BTREE *, PAGE *, const DBT *, int *);
43 static int __bt_sprev(BTREE *, PAGE *, const DBT *, int *);
62 PAGE *h; in __bt_search()
142 __bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_snext()
177 __bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_sprev()
H A Dbt_page.c54 __bt_free(BTREE *t, PAGE *h) in __bt_free()
77 PAGE *
80 PAGE *h; in __bt_new()
H A Dbt_conv.c42 static void mswap(PAGE *);
57 PAGE *h; in __bt_pgin()
122 PAGE *h; in __bt_pgout()
191 mswap(PAGE *pg) in mswap()
H A Dbt_debug.c55 PAGE *h; in __bt_dump()
94 __bt_dmpage(PAGE *h) in __bt_dmpage()
130 PAGE *h; in __bt_dnpage()
144 __bt_dpage(PAGE *h) in __bt_dpage()
245 PAGE *h; in __bt_stat()
H A Dbt_overflow.c76 PAGE *h; in __ovfl_get()
130 PAGE *h, *last; in __ovfl_put()
181 PAGE *h; in __ovfl_delete()
H A Dbtree.h80 } PAGE; typedef
243 PAGE *page; /* the (pinned) page */
306 PAGE *bt_pinned; /* page pinned across calls */
H A Dbt_seq.c145 PAGE *h; in __bt_seqset()
230 PAGE *h; in __bt_seqadv()
328 PAGE *h; in __bt_first()
H A Dbt_put.c66 PAGE *h; in __bt_put()
262 PAGE *h; in bt_fast()
/freebsd/tools/boot/smbios/
H A Dmain.c28 #define PAGE (64<<10) macro
44 pa2 = rounddown(pa, PAGE); in ptov()
52 va = mmap(0, PAGE, PROT_READ, MAP_SHARED, fd, pa2); in ptov()
65 munmap(map[i].va, PAGE); in cleanup()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dsz.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()
H A Dpages.h8 #define PAGE ((size_t)(1U << LG_PAGE)) macro
9 #define PAGE_MASK ((size_t)(PAGE - 1))
H A Dextent_structs.h150 #define EXTENT_SIZE_MASK ((size_t)~(PAGE-1))
151 #define EXTENT_ESN_MASK ((size_t)PAGE-1)
H A Dextent_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/contrib/jemalloc/src/
H A Dpages.c108 void *new_addr = os_pages_map(ret, size, PAGE, commit); in os_pages_trim()
182 assert(alignment >= PAGE); in pages_map()
608 if (os_page > PAGE) { in pages_boot()
643 void *madv_free_page = os_pages_map(NULL, PAGE, PAGE, &committed); in pages_boot()
648 if (pages_purge_lazy(madv_free_page, PAGE)) { in pages_boot()
651 os_pages_unmap(madv_free_page, PAGE); in pages_boot()
H A Dsc.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()
H A Dextent_mmap.c24 assert(alignment == ALIGNMENT_CEILING(alignment, PAGE)); in extent_alloc_mmap()
H A Dsz.c19 sz_pind2sz_tab[pind] = sc_data->large_maxclass + PAGE;
/freebsd/lib/libc/db/recno/
H A Drec_delete.c114 PAGE *h; in rec_rdelete()
143 __rec_dleaf(BTREE *t, PAGE *h, u_int32_t idx) in __rec_dleaf()
H A Dextern.h36 int __rec_dleaf(BTREE *, PAGE *, u_int32_t);
H A Drec_search.c61 PAGE *h; in __rec_search()
/freebsd/stand/kboot/kboot/
H A Dmain.c205 #define PAGE (64<<10) macro
221 pa2 = rounddown(pa, PAGE); in ptov()
236 va = host_mmap(0, PAGE, HOST_PROT_READ, HOST_MAP_SHARED, smbios_fd, pa2); in ptov()
249 host_munmap(map[i].va, PAGE); in smbios_cleanup()
/freebsd/usr.sbin/bsdconfig/include/
H A Dusage.hlp20 PAGE UP In text display boxes, scrolls up one page.
21 PAGE DOWN In text display boxes, scrolls down one page.

12