Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/unxz/
Dxz_config.h27 #define kmalloc(size, flags) malloc(size) macro
Dxz_dec_bcj.c534 struct xz_dec_bcj *s = kmalloc(sizeof(*s), GFP_KERNEL); in xz_dec_bcj_create()
Dxz_dec_stream.c771 struct xz_dec *s = kmalloc(sizeof(*s), GFP_KERNEL); in xz_dec_init()
Dxz_dec_lzma2.c1106 struct xz_dec_lzma2 *s = kmalloc(sizeof(*s), GFP_KERNEL); in xz_dec_lzma2_create()