Lines Matching full:allocated
67 A kernel memory cookie allocated in \fBddi_umem_alloc()\fR.
72 pointer to the allocated memory. The number of bytes allocated is a multiple of
73 the system page size (roundup of \fIsize\fR). The allocated memory can be used
79 allocated memory is locked or not. \fBDDI_UMEM_SLEEP\fR allocations may sleep
82 \fBDDI_UMEM_PAGEABLE\fR is set, pageable memory will be allocated. These pages
84 allocated using \fBddi_umem_alloc()\fR is zero-filled.
88 kernel memory being allocated. A typical use of \fIcookiep\fR is in
93 To free the allocated memory, a driver calls \fBddi_umem_free()\fR with the
103 allocated memory.
112 Memory cannot be allocated by \fBddi_umem_alloc()\fR because
152 Memory allocated using \fBddi_umem_alloc()\fR without setting