Searched refs:kmalloc (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_config.h57 #define kmalloc(size, flags) malloc(size) macro
H A Dxz_dec_stream.c487 s->crc32_context = kmalloc(s->crc32->contextsize, GFP_KERNEL);
503 s->hash_context = kmalloc(s->hash->contextsize, GFP_KERNEL);
510 s->index.hash.hash_context = kmalloc(s->hash->contextsize,
519 s->block.hash.hash_context = kmalloc(s->hash->contextsize, GFP_KERNEL);
956 s = kmalloc(sizeof(*s), GFP_KERNEL);
H A Dxz_dec_bcj.c533 s = kmalloc(sizeof(*s), GFP_KERNEL);
H A Dxz_dec_lzma2.c1117 s = kmalloc(sizeof(*s), GFP_KERNEL);

Completed in 58 milliseconds