Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dthunk.c477 void thunk_init(unsigned int max_structs) in thunk_init() argument
479 max_struct_entries = max_structs; in thunk_init()
480 struct_entries = g_new0(StructEntry, max_structs); in thunk_init()
/openbmc/qemu/include/exec/user/
H A Dthunk.h207 void thunk_init(unsigned int max_structs);