Home
last modified time | relevance | path

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

12345

/netbsd/lib/libc/db/btree/
H A Dbt_split.c54 static int bt_broot(BTREE *, PAGE *, PAGE *, PAGE *);
55 static PAGE *bt_page(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
57 static PAGE *bt_psplit(BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t);
58 static PAGE *bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
59 static int bt_rroot(BTREE *, PAGE *, PAGE *, PAGE *);
347 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_page()
448 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_root()
491 bt_rroot(BTREE *t, PAGE *h, PAGE *l, PAGE *r) in bt_rroot()
536 bt_broot(BTREE *t, PAGE *h, PAGE *l, PAGE *r) in bt_broot()
614 bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen) in bt_psplit()
[all …]
H A Dextern.h42 int __bt_dleaf(BTREE *, const DBT *, PAGE *, unsigned int);
44 int __bt_free(BTREE *, PAGE *);
46 PAGE *__bt_new(BTREE *, pgno_t *);
51 int __bt_relink(BTREE *, PAGE *);
56 int __bt_split(BTREE *, PAGE *,
65 void __bt_dmpage(PAGE *);
67 void __bt_dpage(PAGE *);
H A Dbt_delete.c55 static int __bt_pdelete(BTREE *, PAGE *);
56 static int __bt_stkacq(BTREE *, PAGE **, CURSOR *);
69 PAGE *h; in __bt_delete()
144 __bt_stkacq(BTREE *t, PAGE **hp, CURSOR *c) in __bt_stkacq()
149 PAGE *h; in __bt_stkacq()
291 PAGE *h; in __bt_bdelete()
373 __bt_pdelete(BTREE *t, PAGE *h) in __bt_pdelete()
376 PAGE *pg; in __bt_pdelete()
533 PAGE *pg; in __bt_curdel()
624 __bt_relink(BTREE *t, PAGE *h) in __bt_relink()
[all …]
H A Dbt_page.c63 __bt_free(BTREE *t, PAGE *h) in __bt_free()
86 PAGE *
89 PAGE *h; in __bt_new()
H A Dbt_search.c51 static int __bt_snext(BTREE *, PAGE *, const DBT *, int *);
52 static int __bt_sprev(BTREE *, PAGE *, const DBT *, int *);
71 PAGE *h; in __bt_search()
151 __bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_snext()
228 __bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_sprev()
H A Dbt_conv.c49 static void mswap(PAGE *);
64 PAGE *h; in __bt_pgin()
131 PAGE *h; in __bt_pgout()
202 mswap(PAGE *pg) in mswap()
H A Dbt_debug.c84 PAGE *h; in __bt_dump()
127 __bt_dmpage(PAGE *h) in __bt_dmpage()
181 PAGE *h; in __bt_dnpage()
200 __bt_dpage(PAGE *h) in __bt_dpage()
304 PAGE *h; in __bt_stat()
H A Dbt_overflow.c85 PAGE *h; in __ovfl_get()
142 PAGE *h, *last; in __ovfl_put()
199 PAGE *h; in __ovfl_delete()
H A Dbtree.h86 } PAGE; typedef
96 NEXTINDEX(const PAGE *p) { in NEXTINDEX()
297 PAGE *page; /* the (pinned) page */
360 PAGE *bt_pinned; /* page pinned across calls */
H A Dbt_seq.c158 PAGE *h; in __bt_seqset()
249 PAGE *h; in __bt_seqadv()
377 PAGE *h; in __bt_rseq_next()
416 PAGE *h; in __bt_rseq_prev()
466 PAGE *h, *hprev; in __bt_first()
/netbsd/sys/dev/pcmcia/
H A Dif_xi.c283 PAGE(sc, 0); in xi_intr()
316 PAGE(sc, 0); in xi_intr()
379 PAGE(sc, 0); in xi_intr()
398 PAGE(sc, 0); in xi_get()
559 PAGE(sc, 2); in xi_mdi_read()
588 PAGE(sc, 2); in xi_mdi_write()
664 PAGE(sc, 0); in xi_stop()
667 PAGE(sc, 1); in xi_stop()
709 PAGE(sc, 1); in xi_init()
720 PAGE(sc, 0); in xi_init()
[all …]
/netbsd/external/bsd/jemalloc/dist/test/unit/
H A Drtree.c76 assert_ptr_null(rtree_extent_read(tsdn, rtree, &rtree_ctx, PAGE, in TEST_BEGIN()
101 assert_false(rtree_write(tsdn, rtree, &rtree_ctx, PAGE, &extent_a, in TEST_BEGIN()
104 rtree_szind_slab_update(tsdn, rtree, &rtree_ctx, PAGE, in TEST_BEGIN()
106 assert_ptr_eq(rtree_extent_read(tsdn, rtree, &rtree_ctx, PAGE, true), in TEST_BEGIN()
124 uintptr_t keys[] = {PAGE, PAGE + 1, in TEST_BEGIN()
125 PAGE + (((uintptr_t)1) << LG_PAGE) - 1}; in TEST_BEGIN()
H A Dextent_quantize.c66 extent_size = cache_oblivious ? lextent_size + PAGE : in TEST_BEGIN()
82 extent_size_quantize_floor(extent_size - PAGE), in TEST_BEGIN()
95 PAGE); in TEST_BEGIN()
H A Dpages.c8 alloc_size = HUGEPAGE * 2 - PAGE; in TEST_BEGIN()
10 pages = pages_map(NULL, alloc_size, PAGE, &commit); in TEST_BEGIN()
/netbsd/external/bsd/jemalloc/dist/src/
H A Dpages.c82 if (alignment > os_page || PAGE > os_page) { in os_pages_map()
83 int a = ilog2(MAX(alignment, PAGE)); in os_pages_map()
116 void *new_addr = os_pages_map(ret, size, PAGE, commit); in os_pages_trim()
190 assert(alignment >= PAGE); in pages_map()
574 if (os_page > PAGE) { in pages_boot()
606 void *madv_free_page = os_pages_map(NULL, PAGE, PAGE, &committed); in pages_boot()
611 if (pages_purge_lazy(madv_free_page, PAGE)) { in pages_boot()
614 os_pages_unmap(madv_free_page, PAGE); in pages_boot()
/netbsd/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dsz.h44 PAGE
76 return LARGE_MAXCLASS + PAGE; in sz_pind2sz_compute()
111 return LARGE_MAXCLASS + PAGE; in sz_psz2u()
268 if (size <= SMALL_MAXCLASS && alignment < PAGE) { in sz_sa2u()
310 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.h138 #define EXTENT_SIZE_MASK ((size_t)~(PAGE-1))
139 #define EXTENT_ESN_MASK ((size_t)PAGE-1)
/netbsd/external/bsd/jemalloc/include/jemalloc/internal/
H A Dsz.h44 PAGE
76 return LARGE_MAXCLASS + PAGE; in sz_pind2sz_compute()
111 return LARGE_MAXCLASS + PAGE; in sz_psz2u()
268 if (size <= SMALL_MAXCLASS && alignment < PAGE) { in sz_sa2u()
310 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.h138 #define EXTENT_SIZE_MASK ((size_t)~(PAGE-1))
139 #define EXTENT_ESN_MASK ((size_t)PAGE-1)
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Dchardefs.h149 #ifdef PAGE
150 #undef PAGE
152 #define PAGE CTRL('L') macro
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dchardefs.h149 #ifdef PAGE
150 #undef PAGE
152 #define PAGE CTRL('L') macro
/netbsd/external/gpl3/gdb/dist/ld/scripttempl/
H A Dtic54xcoff.sc24 /*PAGE 0 : */ prog (RXI) : ORIGIN = 0x00000080, LENGTH = 0xFF00
25 /*PAGE 1 : */ data (W) : ORIGIN = 0x01000080, LENGTH = 0xFF80
/netbsd/external/gpl3/binutils.old/dist/ld/scripttempl/
H A Dtic54xcoff.sc24 /*PAGE 0 : */ prog (RXI) : ORIGIN = 0x00000080, LENGTH = 0xFF00
25 /*PAGE 1 : */ data (W) : ORIGIN = 0x01000080, LENGTH = 0xFF80

12345