Home
last modified time | relevance | path

Searched refs:ZSMALLOC_MAGIC (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/uapi/linux/
Dmagic.h102 #define ZSMALLOC_MAGIC 0x58295829 macro
/linux-5.19.10/mm/
Dzsmalloc.c1759 return init_pseudo(fc, ZSMALLOC_MAGIC) ? 0 : -ENOMEM; in zs_init_fs_context()