Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/mm/
H A Dkasan_init_64.c25 static __init void *early_alloc(size_t size, int nid, bool should_panic) in early_alloc() argument
30 if (!ptr && should_panic) in early_alloc()
/linux-6.15/rust/kernel/
H A Dstr.rs625 #[should_panic]