Searched defs:segmap (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h163 caddr_t base; /* Base addr of segmap mapping */
164 size_t len; /* Length of segmap mapping */
171 uri_segmap_t *segmap; /* If segmap mapped else NULL */ member in struct:uri_desb_s
H A Dnl7curi.c67 boolean_t nl7c_use_kmem = B_FALSE; /* Force use of kmem (no segmap) */
1517 * release the segmap mapping. Note, the uri_segmap_t will be freed by
1533 * The call-back for desballoc()ed mblk_t's, if a segmap mapped mblk_t
1534 * release the reference, one per desballoc() of a segmap page, if a rd_t
1542 if (desb->segmap != NULL) {
1543 REF_RELE(desb->segmap);
1556 uri_segmap_t *segmap = kmem_cache_alloc(uri_segmap_kmc, KM_SLEEP); local
1562 REF_INIT(segmap, 1, uri_segmap_inactive, uri_segmap_kmc);
1563 segmap->len = len;
1565 segmap
1716 uri_segmap_t *segmap = NULL; local
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c317 static struct seg *segmap = &kmapseg; /* easier to use name for in here */ variable in typeref:struct:seg
456 * | segmap |
509 * ekernelheap: end of kernelheap and start of segmap.
515 * segmap_start: start of segmap. The length of segmap can be modified
523 * sizes for different memory configurations (assuming default segmap and
1489 * If segmap is too large we can push the bottom of the kernel heap
1889 * Establish the final size of the kernel's heap, size of segmap,
1970 * size of segmap.
1976 * 32-bit systems don't have segkpm or segkp, so segmap appear
[all...]

Completed in 52 milliseconds