Home
last modified time | relevance | path

Searched refs:page_idx (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp91 return page_idx; in alloc_record()
122 return page_idx; in alloc_record()
149 next_free_index = page_idx; in free_record()
175 if (page_idx < high_index) in alloc_record()
244 if (page_idx == hi) in alloc_record()
257 for (; hi < page_idx;) in alloc_record()
275 return page_idx; in alloc_record()
295 Uint32 page_idx; in alloc_record() local
301 page_idx= high_index++; in alloc_record()
305 page_idx= next_free_index; in alloc_record()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp55 m_data[page_idx + 1] = 0; in alloc_record()
70 return page_idx; in alloc_record()
99 m_data[page_idx + 1] = 0; in alloc_record()
100 return page_idx; in alloc_record()
127 next_free_index = page_idx; in free_record()
153 if (page_idx < high_index) in alloc_record()
222 if (page_idx == hi) in alloc_record()
253 return page_idx; in alloc_record()
273 Uint32 page_idx; in alloc_record() local
279 page_idx= high_index++; in alloc_record()
[all …]
H A Dtuppage.hpp100 return m_data + page_idx; in get_ptr()
109 Uint32 alloc_record(Uint32 page_idx);
110 Uint32 free_record(Uint32 page_idx);
167 Uint32 *get_index_ptr(Uint32 page_idx) { in get_index_ptr()
168 assert(page_idx < high_index); in get_index_ptr()
173 assert(page_idx < high_index); in get_index_word()
243 Uint32* get_ptr(Uint32 page_idx) { in get_ptr()
248 Uint32 *pos= get_index_ptr(page_idx); in set_entry_offset()
253 Uint32 *pos= get_index_ptr(page_idx); in set_entry_len()
262 return get_index_word(page_idx) & CHAIN; in get_entry_chain()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp55 m_data[page_idx + 1] = 0; in alloc_record()
70 return page_idx; in alloc_record()
99 m_data[page_idx + 1] = 0; in alloc_record()
100 return page_idx; in alloc_record()
127 next_free_index = page_idx; in free_record()
153 if (page_idx < high_index) in alloc_record()
222 if (page_idx == hi) in alloc_record()
253 return page_idx; in alloc_record()
273 Uint32 page_idx; in alloc_record() local
279 page_idx= high_index++; in alloc_record()
[all …]
H A Dtuppage.hpp100 return m_data + page_idx; in get_ptr()
109 Uint32 alloc_record(Uint32 page_idx);
110 Uint32 free_record(Uint32 page_idx);
167 Uint32 *get_index_ptr(Uint32 page_idx) { in get_index_ptr()
168 assert(page_idx < high_index); in get_index_ptr()
173 assert(page_idx < high_index); in get_index_word()
243 Uint32* get_ptr(Uint32 page_idx) { in get_ptr()
248 Uint32 *pos= get_index_ptr(page_idx); in set_entry_offset()
253 Uint32 *pos= get_index_ptr(page_idx); in set_entry_len()
262 return get_index_word(page_idx) & CHAIN; in get_entry_chain()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp55 m_data[page_idx + 1] = 0; in alloc_record()
70 return page_idx; in alloc_record()
99 m_data[page_idx + 1] = 0; in alloc_record()
100 return page_idx; in alloc_record()
127 next_free_index = page_idx; in free_record()
153 if (page_idx < high_index) in alloc_record()
222 if (page_idx == hi) in alloc_record()
253 return page_idx; in alloc_record()
273 Uint32 page_idx; in alloc_record() local
279 page_idx= high_index++; in alloc_record()
[all …]
H A Dtuppage.hpp100 return m_data + page_idx; in get_ptr()
109 Uint32 alloc_record(Uint32 page_idx);
110 Uint32 free_record(Uint32 page_idx);
167 Uint32 *get_index_ptr(Uint32 page_idx) { in get_index_ptr()
168 assert(page_idx < high_index); in get_index_ptr()
173 assert(page_idx < high_index); in get_index_word()
243 Uint32* get_ptr(Uint32 page_idx) { in get_ptr()
248 Uint32 *pos= get_index_ptr(page_idx); in set_entry_offset()
253 Uint32 *pos= get_index_ptr(page_idx); in set_entry_len()
262 return get_index_word(page_idx) & CHAIN; in get_entry_chain()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp60 m_data[page_idx + 1] = 0; in alloc_record()
75 return page_idx; in alloc_record()
104 m_data[page_idx + 1] = 0; in alloc_record()
105 return page_idx; in alloc_record()
132 next_free_index = page_idx; in free_record()
158 if (page_idx < high_index) in alloc_record()
227 if (page_idx == hi) in alloc_record()
258 return page_idx; in alloc_record()
278 Uint32 page_idx; in alloc_record() local
284 page_idx= high_index++; in alloc_record()
[all …]
H A Dtuppage.hpp134 return m_data + page_idx; in get_ptr()
143 Uint32 alloc_record(Uint32 page_idx);
144 Uint32 free_record(Uint32 page_idx);
208 Uint32 *get_index_ptr(Uint32 page_idx) { in get_index_ptr()
209 assert(page_idx < high_index); in get_index_ptr()
214 assert(page_idx < high_index); in get_index_word()
284 Uint32* get_ptr(Uint32 page_idx) { in get_ptr()
289 Uint32 *pos= get_index_ptr(page_idx); in set_entry_offset()
294 Uint32 *pos= get_index_ptr(page_idx); in set_entry_len()
303 return get_index_word(page_idx) & CHAIN; in get_entry_chain()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp60 m_data[page_idx + 1] = 0; in alloc_record()
75 return page_idx; in alloc_record()
104 m_data[page_idx + 1] = 0; in alloc_record()
105 return page_idx; in alloc_record()
132 next_free_index = page_idx; in free_record()
158 if (page_idx < high_index) in alloc_record()
227 if (page_idx == hi) in alloc_record()
258 return page_idx; in alloc_record()
278 Uint32 page_idx; in alloc_record() local
284 page_idx= high_index++; in alloc_record()
[all …]
H A Dtuppage.hpp134 return m_data + page_idx; in get_ptr()
143 Uint32 alloc_record(Uint32 page_idx);
144 Uint32 free_record(Uint32 page_idx);
208 Uint32 *get_index_ptr(Uint32 page_idx) { in get_index_ptr()
209 assert(page_idx < high_index); in get_index_ptr()
214 assert(page_idx < high_index); in get_index_word()
284 Uint32* get_ptr(Uint32 page_idx) { in get_ptr()
289 Uint32 *pos= get_index_ptr(page_idx); in set_entry_offset()
294 Uint32 *pos= get_index_ptr(page_idx); in set_entry_len()
303 return get_index_word(page_idx) & CHAIN; in get_entry_chain()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp60 m_data[page_idx + 1] = 0; in alloc_record()
75 return page_idx; in alloc_record()
104 m_data[page_idx + 1] = 0; in alloc_record()
105 return page_idx; in alloc_record()
132 next_free_index = page_idx; in free_record()
158 if (page_idx < high_index) in alloc_record()
227 if (page_idx == hi) in alloc_record()
258 return page_idx; in alloc_record()
278 Uint32 page_idx; in alloc_record() local
284 page_idx= high_index++; in alloc_record()
[all …]
H A Dtuppage.hpp134 return m_data + page_idx; in get_ptr()
143 Uint32 alloc_record(Uint32 page_idx);
144 Uint32 free_record(Uint32 page_idx);
208 Uint32 *get_index_ptr(Uint32 page_idx) { in get_index_ptr()
209 assert(page_idx < high_index); in get_index_ptr()
214 assert(page_idx < high_index); in get_index_word()
284 Uint32* get_ptr(Uint32 page_idx) { in get_ptr()
289 Uint32 *pos= get_index_ptr(page_idx); in set_entry_offset()
294 Uint32 *pos= get_index_ptr(page_idx); in set_entry_len()
303 return get_index_word(page_idx) & CHAIN; in get_entry_chain()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp60 m_data[page_idx + 1] = 0; in alloc_record()
75 return page_idx; in alloc_record()
104 m_data[page_idx + 1] = 0; in alloc_record()
105 return page_idx; in alloc_record()
132 next_free_index = page_idx; in free_record()
158 if (page_idx < high_index) in alloc_record()
227 if (page_idx == hi) in alloc_record()
258 return page_idx; in alloc_record()
278 Uint32 page_idx; in alloc_record() local
284 page_idx= high_index++; in alloc_record()
[all …]
H A Dtuppage.hpp134 return m_data + page_idx; in get_ptr()
143 Uint32 alloc_record(Uint32 page_idx);
144 Uint32 free_record(Uint32 page_idx);
208 Uint32 *get_index_ptr(Uint32 page_idx) { in get_index_ptr()
209 assert(page_idx < high_index); in get_index_ptr()
214 assert(page_idx < high_index); in get_index_word()
284 Uint32* get_ptr(Uint32 page_idx) { in get_ptr()
289 Uint32 *pos= get_index_ptr(page_idx); in set_entry_offset()
294 Uint32 *pos= get_index_ptr(page_idx); in set_entry_len()
303 return get_index_word(page_idx) & CHAIN; in get_entry_chain()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp60 m_data[page_idx + 1] = 0; in alloc_record()
75 return page_idx; in alloc_record()
104 m_data[page_idx + 1] = 0; in alloc_record()
105 return page_idx; in alloc_record()
132 next_free_index = page_idx; in free_record()
158 if (page_idx < high_index) in alloc_record()
227 if (page_idx == hi) in alloc_record()
258 return page_idx; in alloc_record()
278 Uint32 page_idx; in alloc_record() local
284 page_idx= high_index++; in alloc_record()
[all …]
H A Dtuppage.hpp134 return m_data + page_idx; in get_ptr()
143 Uint32 alloc_record(Uint32 page_idx);
144 Uint32 free_record(Uint32 page_idx);
208 Uint32 *get_index_ptr(Uint32 page_idx) { in get_index_ptr()
209 assert(page_idx < high_index); in get_index_ptr()
214 assert(page_idx < high_index); in get_index_word()
284 Uint32* get_ptr(Uint32 page_idx) { in get_ptr()
289 Uint32 *pos= get_index_ptr(page_idx); in set_entry_offset()
294 Uint32 *pos= get_index_ptr(page_idx); in set_entry_len()
303 return get_index_word(page_idx) & CHAIN; in get_entry_chain()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp55 m_data[page_idx + 1] = 0; in alloc_record()
70 return page_idx; in alloc_record()
99 m_data[page_idx + 1] = 0; in alloc_record()
100 return page_idx; in alloc_record()
127 next_free_index = page_idx; in free_record()
153 if (page_idx < high_index) in alloc_record()
222 if (page_idx == hi) in alloc_record()
253 return page_idx; in alloc_record()
273 Uint32 page_idx; in alloc_record() local
279 page_idx= high_index++; in alloc_record()
[all …]
H A Dtuppage.hpp100 return m_data + page_idx; in get_ptr()
109 Uint32 alloc_record(Uint32 page_idx);
110 Uint32 free_record(Uint32 page_idx);
167 Uint32 *get_index_ptr(Uint32 page_idx) { in get_index_ptr()
168 assert(page_idx < high_index); in get_index_ptr()
173 assert(page_idx < high_index); in get_index_word()
243 Uint32* get_ptr(Uint32 page_idx) { in get_ptr()
248 Uint32 *pos= get_index_ptr(page_idx); in set_entry_offset()
253 Uint32 *pos= get_index_ptr(page_idx); in set_entry_len()
262 return get_index_word(page_idx) & CHAIN; in get_entry_chain()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp55 m_data[page_idx + 1] = 0; in alloc_record()
70 return page_idx; in alloc_record()
99 m_data[page_idx + 1] = 0; in alloc_record()
100 return page_idx; in alloc_record()
127 next_free_index = page_idx; in free_record()
153 if (page_idx < high_index) in alloc_record()
222 if (page_idx == hi) in alloc_record()
253 return page_idx; in alloc_record()
273 Uint32 page_idx; in alloc_record() local
279 page_idx= high_index++; in alloc_record()
[all …]
H A Dtuppage.hpp100 return m_data + page_idx; in get_ptr()
109 Uint32 alloc_record(Uint32 page_idx);
110 Uint32 free_record(Uint32 page_idx);
167 Uint32 *get_index_ptr(Uint32 page_idx) { in get_index_ptr()
168 assert(page_idx < high_index); in get_index_ptr()
173 assert(page_idx < high_index); in get_index_word()
243 Uint32* get_ptr(Uint32 page_idx) { in get_ptr()
248 Uint32 *pos= get_index_ptr(page_idx); in set_entry_offset()
253 Uint32 *pos= get_index_ptr(page_idx); in set_entry_len()
262 return get_index_word(page_idx) & CHAIN; in get_entry_chain()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dbtup/
H A Dtuppage.cpp48 m_data[page_idx + 1] = 0; in alloc_record()
63 return page_idx; in alloc_record()
92 m_data[page_idx + 1] = 0; in alloc_record()
93 return page_idx; in alloc_record()
120 next_free_index = page_idx; in free_record()
146 if (page_idx < high_index) in alloc_record()
215 if (page_idx == hi) in alloc_record()
246 return page_idx; in alloc_record()
266 Uint32 page_idx; in alloc_record() local
272 page_idx= high_index++; in alloc_record()
[all …]
H A Dtuppage.hpp90 assert(page_idx + rec_size <= DATA_WORDS); in get_ptr()
91 return m_data + page_idx; in get_ptr()
100 Uint32 alloc_record(Uint32 page_idx);
101 Uint32 free_record(Uint32 page_idx);
164 Uint32 *get_index_ptr(Uint32 page_idx) { in get_index_ptr()
165 assert(page_idx < high_index); in get_index_ptr()
170 assert(page_idx < high_index); in get_index_word()
240 Uint32* get_ptr(Uint32 page_idx) { in get_ptr()
245 Uint32 *pos= get_index_ptr(page_idx); in set_entry_offset()
250 Uint32 *pos= get_index_ptr(page_idx); in set_entry_len()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/include/perfetto/ext/tracing/core/
H A Dshared_memory_abi.h461 uint8_t* page_start(size_t page_idx) { in page_start() argument
462 PERFETTO_DCHECK(page_idx < num_pages_); in page_start()
463 return start_ + page_size_ * page_idx; in page_start()
466 PageHeader* page_header(size_t page_idx) { in page_header() argument
474 bool is_page_free(size_t page_idx) { in is_page_free() argument
481 bool is_page_complete(size_t page_idx) { in is_page_complete() argument
501 uint32_t GetPageLayout(size_t page_idx) { in GetPageLayout() argument
508 uint32_t GetFreeChunks(size_t page_idx);
535 Chunk GetChunkUnchecked(size_t page_idx,
550 PageHeader* phdr = page_header(page_idx); in GetChunkState()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/include/perfetto/ext/tracing/core/
H A Dshared_memory_abi.h447 uint8_t* page_start(size_t page_idx) { in page_start() argument
448 PERFETTO_DCHECK(page_idx < num_pages_); in page_start()
449 return start_ + page_size_ * page_idx; in page_start()
452 PageHeader* page_header(size_t page_idx) { in page_header() argument
460 bool is_page_free(size_t page_idx) { in is_page_free() argument
467 bool is_page_complete(size_t page_idx) { in is_page_complete() argument
487 uint32_t GetPageLayout(size_t page_idx) { in GetPageLayout() argument
494 uint32_t GetFreeChunks(size_t page_idx);
519 Chunk GetChunkUnchecked(size_t page_idx,
534 PageHeader* phdr = page_header(page_idx); in GetChunkState()
[all …]

12345678910>>...20