Searched refs:p_alloc (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | qos_external.c | 92 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 D | qos_external.h | 30 void *allocate_objects(QTestState *qts, char **path, QGuestAllocator **p_alloc);
|
H A D | qgraph.h | 327 void *qos_allocate_objects(QTestState *qts, QGuestAllocator **p_alloc);
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | qos_fuzz.c | 60 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()
|
/openbmc/qemu/tests/qtest/ |
H A D | qos-test.c | 130 void *qos_allocate_objects(QTestState *qts, QGuestAllocator **p_alloc) in qos_allocate_objects() argument 132 return allocate_objects(qts, current_path + 1, p_alloc); in qos_allocate_objects()
|