Home
last modified time | relevance | path

Searched refs:kmem_alloc_max (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem.c296 unsigned long long kmem_alloc_max = 0; variable
299 unsigned long long kmem_alloc_max = 0; variable
303 EXPORT_SYMBOL(kmem_alloc_max);
313 if (unlikely(kmem_alloc_used_read() > kmem_alloc_max)) in spl_kmem_alloc_debug()
314 kmem_alloc_max = kmem_alloc_used_read(); in spl_kmem_alloc_debug()
611 (unsigned long)kmem_alloc_used_read(), kmem_alloc_max); in spl_kmem_fini()
H A Dspl-proc.c625 .data = &kmem_alloc_max,
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h164 extern unsigned long long kmem_alloc_max;
171 extern unsigned long long kmem_alloc_max;