Home
last modified time | relevance | path

Searched refs:p_alloc (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/qtest/libqos/
H A Dqos_external.c92 void *allocate_objects(QTestState *qts, char **path, QGuestAllocator **p_alloc) in allocate_objects() argument
109 if (p_alloc) { in allocate_objects()
110 *p_alloc = alloc; in allocate_objects()
H A Dqos_external.h30 void *allocate_objects(QTestState *qts, char **path, QGuestAllocator **p_alloc);
H A Dqgraph.h327 void *qos_allocate_objects(QTestState *qts, QGuestAllocator **p_alloc);
/qemu/tests/qtest/fuzz/
H A Dqos_fuzz.c60 void *qos_allocate_objects(QTestState *qts, QGuestAllocator **p_alloc) in qos_allocate_objects() argument
62 return allocate_objects(qts, current_path + 1, p_alloc); in qos_allocate_objects()
/qemu/tests/qtest/
H A Dqos-test.c131 void *qos_allocate_objects(QTestState *qts, QGuestAllocator **p_alloc) in qos_allocate_objects() argument
133 return allocate_objects(qts, current_path + 1, p_alloc); in qos_allocate_objects()