Lines Matching refs:p
32 #define get_memblk(p) list_entry(p, struct snd_util_memblk, list) argument
57 struct list_head *p; in snd_util_memhdr_free() local
62 while ((p = hdr->block.next) != &hdr->block) { in snd_util_memhdr_free()
63 list_del(p); in snd_util_memhdr_free()
64 kfree(get_memblk(p)); in snd_util_memhdr_free()
77 struct list_head *p; in __snd_util_mem_alloc() local
91 list_for_each(p, &hdr->block) { in __snd_util_mem_alloc()
92 blk = get_memblk(p); in __snd_util_mem_alloc()
101 return __snd_util_memblk_new(hdr, units, p->prev); in __snd_util_mem_alloc()
123 struct snd_util_memblk *p = get_memblk(prev); in __snd_util_memblk_new() local
124 blk->offset = p->offset + p->size; in __snd_util_memblk_new()