OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPOOL_IGNOREPIN
(Results
1 - 3
of
3
) sorted by relevancy
/src/include/
mpool.h
91
#define
MPOOL_IGNOREPIN
0x01 /* Ignore if the page is pinned. */
/src/lib/libc/db/btree/
bt_debug.c
114
(h = mpool_get(t->bt_mp, i,
MPOOL_IGNOREPIN
)) != NULL; ++i)
186
if ((h = mpool_get(t->bt_mp, pgno,
MPOOL_IGNOREPIN
)) != NULL) {
315
(h = mpool_get(t->bt_mp, i,
MPOOL_IGNOREPIN
)) != NULL; ++i) {
337
h = mpool_get(t->bt_mp, i,
MPOOL_IGNOREPIN
);
/src/lib/libc/db/mpool/
mpool.c
216
if (!(flags &
MPOOL_IGNOREPIN
) && bp->flags & MPOOL_PINNED) {
233
if (!(flags &
MPOOL_IGNOREPIN
))
270
if (!(flags &
MPOOL_IGNOREPIN
))
Completed in 15 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026