Searched refs:KMEM_ALLOC (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_common_impl.h | 132 #define KMEM_ALLOC(size, flag) kmem_alloc(size, flag) macro
|
H A D | hxge_rxdma.c | 878 buffer = KMEM_ALLOC(size, KM_NOSLEEP);
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_common_impl.h | 181 #define KMEM_ALLOC(size, flag) kmem_alloc(size, flag) macro
|
H A D | nxge_impl.h | 525 KMEM_ALLOC, /* use kmem_alloc(). */ enumerator in enum:__anon8374
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_rxdma.c | 1542 buffer = KMEM_ALLOC(size, KM_NOSLEEP); 3913 rbrp->rbr_alloc_type = KMEM_ALLOC; 4977 case KMEM_ALLOC:
|
H A D | nxge_main.c | 2667 rx_dmap[i].buf_alloc_type = KMEM_ALLOC; 3439 kaddrp = KMEM_ALLOC(length, KM_NOSLEEP); 3742 nxge_free_buf(KMEM_ALLOC, kaddr, buf_size);
|
Completed in 159 milliseconds