Searched refs:sgp (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1182 * @sgp: the SGL to populate
1191 make_sgl(struct sg_ent *sgp, bus_dma_segment_t *segs, int nsegs) argument
1202 ++sgp;
1204 sgp->len[idx] = htobe32(segs[i].ds_len);
1205 sgp->addr[idx] = htobe64(segs[i].ds_addr);
1210 sgp->len[idx] = 0;
1211 sgp->addr[idx] = 0;
1365 struct sg_ent *sgp, *sgl; local
1572 sgp = (ndesc == 1) ? (struct sg_ent *)&txd->flit[flits] : sgl;
1573 make_sgl(sgp, seg
2204 struct sg_ent *sgp, t3sgl[TX_MAX_SEGS / 2 + 1]; local
[all...]
/freebsd-11-stable/sys/vm/
H A Dsg_pager.c116 TAILQ_INIT(&object->un_pager.sgp.sgp_pglist);
129 while ((m = TAILQ_FIRST(&object->un_pager.sgp.sgp_pglist)) != 0) {
130 TAILQ_REMOVE(&object->un_pager.sgp.sgp_pglist, m, plinks.q);
193 TAILQ_INSERT_TAIL(&object->un_pager.sgp.sgp_pglist, page, plinks.q);
H A Dvm_object.h146 } sgp; member in union:vm_object::__anon8568
H A Dvm_map.c3629 vm_size_t init_ssize, sgp; local
3646 sgp = (curproc->p_flag2 & P2_STKGAP_DISABLE) != 0 ? 0 :
3648 if (sgp >= max_ssize)
3652 if (max_ssize < init_ssize + sgp)
3653 init_ssize = max_ssize - sgp;
3711 new_entry->prev->next_read = sgp;
3713 new_entry->next->next_read = sgp;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp188 ScopedGlobalProcessor sgp; local
H A Dtsan_rtl.cpp246 ScopedGlobalProcessor sgp; local
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid.c2907 struct aac_sg_entry *sgp = srbcmd->sg_map.SgEntry; local
2910 if ((error = copyin(sgp, &sg, sizeof(sg))) != 0)
2918 struct aac_sg_entry64 *sgp = local
2922 if ((error = copyin(sgp, &sg, sizeof(sg))) != 0)

Completed in 273 milliseconds