Searched refs:pgidx (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | memfd_create.c | 57 int error, fd, npgs, oflags, pgidx, saved_errno, shmflags; in memfd_create() local 99 for (pgidx = 0; pgidx < npgs; pgidx++) { in memfd_create() 100 if (pgsize == pgs[pgidx]) in memfd_create() 103 if (pgidx == npgs) { in memfd_create() 109 slc.psind = pgidx; in memfd_create()
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64lsn.c | 277 struct nat64lsn_pgchunk **chunks, uint32_t *pgidx, in_addr_t faddr) in nat64lsn_get_pg() argument 284 idx = oldidx = ck_pr_load_32(pgidx); in nat64lsn_get_pg() 306 ck_pr_cas_32(pgidx, oldidx, idx); in nat64lsn_get_pg() 313 ck_pr_cas_32(pgidx, oldidx, idx); in nat64lsn_get_pg() 839 uint32_t *pgmask, *pgidx; in nat64lsn_expire_portgroups() local 859 pgidx = &alias->tcp_pgidx; in nat64lsn_expire_portgroups() 863 pgidx = &alias->udp_pgidx; in nat64lsn_expire_portgroups() 867 pgidx = &alias->icmp_pgidx; in nat64lsn_expire_portgroups() 891 ck_pr_cas_32(pgidx, idx, 0); in nat64lsn_expire_portgroups() 1128 struct nat64lsn_pgchunk **chunks, uint32_t *pgidx, uint8_t proto) in nat64lsn_alloc_proto_pg() argument [all …]
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 240959 Fts5Buffer pgidx; /* Buffer containing page-index */ 244884 assert( (pPage->pgidx.n==0)==(pWriter->bFirstTermInPage) ); 244892 assert( pPage->pgidx.n==0 ); 244896 fts5BufferAppendBlob(&p->rc, &pPage->buf, pPage->pgidx.n, pPage->pgidx.p); 244905 fts5BufferZero(&pPage->pgidx); 244932 Fts5Buffer *pPgidx = &pWriter->writer.pgidx; 245014 if( (pPage->buf.n + pPage->pgidx.n)>=p->pConfig->pgsz ){ 245053 && (pPage->buf.n + pPage->pgidx.n + n)>=p->pConfig->pgsz 245055 int nReq = p->pConfig->pgsz - pPage->buf.n - pPage->pgidx.n; 245094 fts5BufferFree(&pLeaf->pgidx); [all …]
|