Searched refs:sglist_alloc (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_mem.c | 68 sg = sglist_alloc(1, M_WAITOK); in vmm_mmio_alloc()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_sglist.c | 284 sglist_alloc(int nsegs, int mflags) in sglist_alloc() function 691 sg = sglist_alloc(nsegs, mflags); in sglist_build() 711 new = sglist_alloc(sg->sg_maxseg, mflags); in sglist_clone() 788 sg = sglist_alloc(count, mflags); in sglist_split() 938 sg = sglist_alloc(count, mflags); in sglist_slice()
|
| /f-stack/freebsd/sys/ |
| H A D | sglist.h | 87 struct sglist *sglist_alloc(int nsegs, int mflags);
|
| /f-stack/freebsd/crypto/ccp/ |
| H A D | ccp.c | 149 qp->cq_sg_crp = sglist_alloc(32, M_WAITOK); in ccp_initialize_queues() 151 qp->cq_sg_ulptx = sglist_alloc(34, M_WAITOK); in ccp_initialize_queues() 152 qp->cq_sg_dst = sglist_alloc(2, M_WAITOK); in ccp_initialize_queues()
|