Home
last modified time | relevance | path

Searched refs:kmalloc_ok (Results 1 – 6 of 6) sorted by relevance

/linux-5.15/arch/um/os-Linux/
H A Dmain.c191 if (!kmalloc_ok) in __wrap_malloc()
246 if (kmalloc_ok) in __wrap_free()
250 if (kmalloc_ok) in __wrap_free()
/linux-5.15/arch/um/kernel/
H A Dprocess.c199 int save_kmalloc_ok = kmalloc_ok; in initial_thread_cb()
201 kmalloc_ok = 0; in initial_thread_cb()
203 kmalloc_ok = save_kmalloc_ok; in initial_thread_cb()
H A Dmem.c35 int kmalloc_ok = 0; variable
57 kmalloc_ok = 1; in mem_init()
H A Dreboot.c40 kmalloc_ok = 0; in uml_cleanup()
/linux-5.15/arch/um/include/shared/
H A Dkern_util.h17 extern int kmalloc_ok;
/linux-5.15/arch/um/os-Linux/skas/
H A Dprocess.c668 kmalloc_ok = 0; in start_idle_thread()
671 kmalloc_ok = 0; in start_idle_thread()