Home
last modified time | relevance | path

Searched refs:heap_free (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/boot/
H A Dvideo-bios.c82 if (!heap_free(sizeof(struct mode_info))) in bios_probe()
H A Dvideo-vesa.c57 if (!heap_free(sizeof(struct mode_info))) in vesa_probe()
H A Dvideo.c247 if (!heap_free(saved.x*saved.y*sizeof(u16)+512)) in save_screen()
H A Dboot.h187 static inline bool heap_free(size_t n) in heap_free() function