Searched refs:pgsize (Results 76 - 99 of 99) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_overflow.c214 pagespace = P_MAXSPACE(dbp, dbp->pgsize);
521 page_sz = dbp->pgsize;
H A Ddb_stati.c314 STAT_ULONG("Page size", dbp->pgsize);
H A Ddb_iface.c869 data->ulen < dbp->pgsize || data->ulen % 1024 != 0) {
2238 data->ulen < dbp->pgsize || data->ulen % 1024 != 0) {
H A Ddb_pr.c1534 "db_pagesize=%lu\n", (u_long)dbp->pgsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfileops_autop.c138 (void)printf("\tpgsize: %lu\n", (u_long)argp->pgsize);
H A Dfop_rec.c186 NULL, argp->pgsize, argp->pageno, argp->offset,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fopen.c92 __memp_fopen(dbmfp, mfp, path, flags, mode, pgsize)
98 size_t pgsize;
130 pagesize = (u_int32_t)pgsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c136 dbc->dbp->pgsize, &new_curs->split_buf)) != 0) {
286 LEN_HDATA(dbp, hcp->page, dbp->pgsize, hcp->indx);
604 pagesize = dbp->pgsize;
1235 P_INIT(h, dbp->pgsize,
1412 dbp->pgsize, hcp->indx);
H A Dhash_rec.c212 P_INIT(pagep, file_dbp->pgsize, argp->new_pgno,
496 P_INIT(pagep, file_dbp->pgsize, argp->pgno,
557 P_INIT(pagep, file_dbp->pgsize, argp->pgno, PGNO_INVALID,
982 P_INIT(pagep, dbc->dbp->pgsize,
1508 dbc->dbp->pgsize, pgno, PGNO_INVALID, PGNO_INVALID, 0, P_HASH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_files.c254 (void)__memp_set_clear_len(mpf, dbp->pgsize);
267 mpf, NULL, buf, openflags, qp->mode, dbp->pgsize)) != 0) {
H A Dqam.c1431 pagesize = dbp->pgsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_stat.c412 sp->bt_over_pgfree += P_OVFLSPACE(dbp, dbp->pgsize, h);
H A Dbt_cursor.c237 dbp, F_ISSET(dbc, DBC_OPD) ? 2 : t->bt_minkey, dbp->pgsize);
1060 pagesize = dbc->dbp->pgsize;
1457 pagesize = opd->dbp->pgsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_stat.c630 STAT_ULONG("file-handle.page size", fh->pgsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c106 static u32 ehca_encode_hwpage_size(u32 pgsize) argument
108 int log = ilog2(pgsize);
274 /* for kernel space we try most possible pgsize */
2241 void ehca_mrmw_set_pgsize_hipz_acl(u32 pgsize, u32 *hipz_acl) /*INOUT*/ argument
2243 *hipz_acl |= (ehca_encode_hwpage_size(pgsize) << 24);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dhead.S165 #define SET_ONE_RR(num, pgsize, _tmp1, _tmp2, vhpt) \
167 mov _tmp2=((ia64_rid(IA64_REGION_ID_KERNEL, (num<<61)) << 8) | (pgsize << 2) | vhpt);; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/
H A Dconfigure14357 long int pgsize;
14360 pgsize = sysconf (_SC_PAGESIZE);
14362 pgsize = getpagesize();
14364 pgsize = -1;
14367 if (pgsize == -1)
14368 pgsize = 4096;
14370 pool = malloc( 4096 + pgsize );
14373 pool += (pgsize - ((long int)pool % pgsize));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dconfigure14357 long int pgsize;
14360 pgsize = sysconf (_SC_PAGESIZE);
14362 pgsize = getpagesize();
14364 pgsize = -1;
14367 if (pgsize == -1)
14368 pgsize = 4096;
14370 pool = malloc( 4096 + pgsize );
14373 pool += (pgsize - ((long int)pool % pgsize));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1222 u_int32_t pgsize; /* Database logical page size. */ member in struct:__db
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1211 u_int32_t pgsize; /* Database logical page size. */ member in struct:__db
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h1232 u_int32_t pgsize; /* Database logical page size. */ member in struct:__db
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h1220 u_int32_t pgsize; /* Database logical page size. */ member in struct:__db
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1259 u_int32_t pgsize; /* Database logical page size. */ member in struct:__db
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h1259 u_int32_t pgsize; /* Database logical page size. */ member in struct:__db

Completed in 282 milliseconds

1234