Home
last modified time | relevance | path

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

/linux-6.15/arch/um/os-Linux/
H A Dmain.c210 if (!kmalloc_ok) in __wrap_malloc()
261 if (kmalloc_ok) in __wrap_free()
265 if (kmalloc_ok) in __wrap_free()
/linux-6.15/arch/um/kernel/
H A Dprocess.c184 int save_kmalloc_ok = kmalloc_ok; in initial_thread_cb()
186 kmalloc_ok = 0; in initial_thread_cb()
188 kmalloc_ok = save_kmalloc_ok; in initial_thread_cb()
H A Dreboot.c41 kmalloc_ok = 0; in uml_cleanup()
H A Dmem.c54 int kmalloc_ok = 0; variable
77 kmalloc_ok = 1; in mem_init()
/linux-6.15/arch/um/include/shared/
H A Dkern_util.h16 extern int kmalloc_ok;
/linux-6.15/arch/um/os-Linux/skas/
H A Dprocess.c617 kmalloc_ok = 0; in start_idle_thread()
620 kmalloc_ok = 0; in start_idle_thread()