Searched refs:read_into (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/init/ |
H A D | initramfs.c | 209 static void __init read_into(char *buf, unsigned size, enum state next) in read_into() function 227 read_into(header_buf, 110, GotHeader); in do_start() 271 read_into(name_buf, N_ALIGN(name_len), GotName); in do_header()
|
/kernel/linux/linux-6.6/init/ |
H A D | initramfs.c | 239 static void __init read_into(char *buf, unsigned size, enum state next) in read_into() function 257 read_into(header_buf, 110, GotHeader); in do_start() 304 read_into(name_buf, N_ALIGN(name_len), GotName); in do_header()
|
Completed in 3 milliseconds