Lines Matching full:will
26 A call to gen_pool_create() will create a pool. The granularity of
29 So, if min_alloc_order is passed as 3, then all allocations will be a
36 specific device. Among other things, it will automatically clean up the
45 given pool, this function will take the rather extreme step of invoking
58 A call to gen_pool_add() will place the size bytes of memory
62 address with the memory; this is only necessary if the pool will be used
77 As one would expect, gen_pool_alloc() will allocate size< bytes
80 address in the space pointed to by dma. This will only work if the memory
88 return. If that sort of control is needed, the following functions will be
111 size. A 60-byte allocation will thus be 64-byte aligned, for example.
122 above. With luck, wider awareness of this module will help to prevent the