Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 79) sorted by relevance

1234

/qemu/tests/qtest/libqos/
H A Dlibqos-malloc.c25 static void mlist_delete(MemList *list, MemBlock *node) in mlist_delete()
34 MemBlock *node; in mlist_find_key() local
45 MemBlock *node; in mlist_find_space() local
57 MemBlock *node; in mlist_sort_insert() local
71 static inline uint64_t mlist_boundary(MemBlock *node) in mlist_boundary()
85 static void mlist_coalesce(MemList *head, MemBlock *node) in mlist_coalesce()
156 MemBlock *node; in mlist_check() local
179 MemBlock *node; in mlist_alloc() local
191 MemBlock *node; in mlist_free() local
217 MemBlock *node; in alloc_destroy() local
[all …]
H A Dqgraph.c51 QOSGraphNode *node; member
140 QOSGraphNode *node = g_new0(QOSGraphNode, 1); in create_node() local
155 QOSGraphNode *node = val; in destroy_node() local
245 static void create_interface(const char *node) in create_interface()
268 static void build_machine_cmd_line(QOSGraphNode *node, const char *args) in build_machine_cmd_line()
288 static void build_driver_cmd_line(QOSGraphNode *node) in build_driver_cmd_line()
444 bool qos_graph_has_node(const char *node) in qos_graph_has_node()
450 QOSNodeType qos_graph_get_node_type(const char *node) in qos_graph_get_node_type()
459 bool qos_graph_get_node_availability(const char *node) in qos_graph_get_node_availability()
468 QOSGraphEdge *qos_graph_get_edge(const char *node, const char *dest) in qos_graph_get_edge()
[all …]
/qemu/util/
H A Dqtree.c122 QTreeNode *node = g_new(QTreeNode, 1); in q_tree_node_new() local
258 q_tree_node_previous(QTreeNode *node) in q_tree_node_previous()
287 q_tree_node_next(QTreeNode *node) in q_tree_node_next()
316 QTreeNode *node; in q_tree_remove_all() local
447 QTreeNode *node; in q_tree_insert_node() local
504 QTreeNode *node; in q_tree_replace_node() local
541 QTreeNode *node, *retnode; in q_tree_insert_internal() local
729 QTreeNode *node, *parent, *balance; in q_tree_remove_internal() local
960 QTreeNode *node; in q_tree_lookup() local
988 QTreeNode *node; in q_tree_lookup_extended() local
[all …]
H A Daio-posix.c40 AioHandler *node, in aio_add_ready_handler()
49 AioHandler *node) in aio_add_poll_ready_handler()
58 AioHandler *node; in find_aio_handler() local
71 static bool aio_remove_fd_handler(AioContext *ctx, AioHandler *node) in aio_remove_fd_handler()
112 AioHandler *node; in aio_set_fd_handler() local
189 AioHandler *node = find_aio_handler(ctx, fd); in aio_set_fd_poll() local
223 AioHandler *node; in poll_set_started() local
275 AioHandler *node; in aio_pending() local
305 AioHandler *node; in aio_free_deleted_handlers() local
324 static bool aio_dispatch_handler(AioContext *ctx, AioHandler *node) in aio_dispatch_handler()
[all …]
H A Dinterval-tree.c135 static inline void rb_link_node(RBNode *node, RBNode *parent, RBNode **rb_link) in rb_link_node()
147 static RBNode *rb_next(RBNode *node) in rb_next()
201 static void rb_insert_augmented(RBNode *node, RBRoot *root, in rb_insert_augmented()
338 static void rb_insert_augmented_cached(RBNode *node, in rb_insert_augmented_cached()
351 RBNode *node = NULL, *sibling, *tmp1, *tmp2; in rb_erase_color() local
528 static void rb_erase_augmented(RBNode *node, RBRoot *root, in rb_erase_augmented()
633 static void rb_erase_augmented_cached(RBNode *node, RBRootLeftCached *root, in rb_erase_augmented_cached()
652 static bool interval_tree_compute_max(IntervalTreeNode *node, bool exit) in interval_tree_compute_max()
679 IntervalTreeNode *node = rb_to_itree(rb); in interval_tree_propagate() local
711 void interval_tree_insert(IntervalTreeNode *node, IntervalTreeRoot *root) in interval_tree_insert()
[all …]
H A Dfdmon-io_uring.c102 static void enqueue(AioHandlerSList *head, AioHandler *node, unsigned flags) in enqueue()
115 AioHandler *node = QSLIST_FIRST(head); in dequeue() local
169 static void add_poll_add_sqe(AioContext *ctx, AioHandler *node) in add_poll_add_sqe()
178 static void add_poll_remove_sqe(AioContext *ctx, AioHandler *node) in add_poll_remove_sqe()
208 AioHandler *node; in fill_sq_ring() local
229 AioHandler *node = io_uring_cqe_get_data(cqe); in process_cqe() local
341 AioHandler *node; in fdmon_io_uring_destroy() local
H A Daio-win32.c39 static void aio_remove_fd_handler(AioContext *ctx, AioHandler *node) in aio_remove_fd_handler()
74 AioHandler *node = NULL; in aio_set_fd_handler() local
140 AioHandler *node; in aio_set_event_notifier() local
184 AioHandler *node; in aio_prepare() local
227 AioHandler *node; in aio_pending() local
257 AioHandler *node; in aio_dispatch_handlers() local
325 AioHandler *node; in aio_poll() local
H A Drcu.c187 static void enqueue(struct rcu_head *node) in enqueue()
212 struct rcu_head *node, *next; in try_dequeue() local
257 struct rcu_head *node; in call_rcu_thread() local
308 void call_rcu1(struct rcu_head *node, void (*func)(struct rcu_head *node)) in call_rcu1()
322 static void drain_rcu_callback(struct rcu_head *node) in drain_rcu_callback()
H A Dfdmon-poll.c37 static void add_pollfd(AioHandler *node) in add_pollfd()
62 AioHandler *node; in fdmon_poll_wait() local
H A Dfdmon-epoll.c64 AioHandler *node; in fdmon_epoll_wait() local
104 AioHandler *node; in fdmon_epoll_try_enable() local
/qemu/block/monitor/
H A Dbitmap-qmp-cmds.c53 BdrvDirtyBitmap *block_dirty_bitmap_lookup(const char *node, in block_dirty_bitmap_lookup()
90 void qmp_block_dirty_bitmap_add(const char *node, const char *name, in qmp_block_dirty_bitmap_add()
146 BdrvDirtyBitmap *block_dirty_bitmap_remove(const char *node, const char *name, in block_dirty_bitmap_remove()
183 void qmp_block_dirty_bitmap_remove(const char *node, const char *name, in qmp_block_dirty_bitmap_remove()
193 void qmp_block_dirty_bitmap_clear(const char *node, const char *name, in qmp_block_dirty_bitmap_clear()
211 void qmp_block_dirty_bitmap_enable(const char *node, const char *name, in qmp_block_dirty_bitmap_enable()
229 void qmp_block_dirty_bitmap_disable(const char *node, const char *name, in qmp_block_dirty_bitmap_disable()
312 void qmp_block_dirty_bitmap_merge(const char *node, const char *target, in qmp_block_dirty_bitmap_merge()
/qemu/tests/qemu-iotests/
H A D13945 def checkBlockDriverState(self, node, must_exist = True): argument
52 def addBlockDriverState(self, node): argument
66 def addBlockDriverStateOverlay(self, node): argument
79 def delBlockDriverState(self, node, expect_error = False): argument
110 def ejectDrive(self, device, node, expect_error = False, argument
122 def insertDrive(self, device, node): argument
129 def createSnapshotSync(self, node, overlay): argument
141 def createSnapshot(self, node, overlay): argument
150 def createMirror(self, node, new_node): argument
169 def addBlkDebug(self, debug, node): argument
H A D22835 def log_node_info(node): argument
H A D25828 def node(node_name, path, backing=None, fmt=None, throttle=None): function
/qemu/hw/xen/
H A Dxen-legacy-backend.c48 int xenstore_write_be_str(struct XenLegacyDevice *xendev, const char *node, in xenstore_write_be_str()
54 int xenstore_write_be_int(struct XenLegacyDevice *xendev, const char *node, in xenstore_write_be_int()
60 int xenstore_write_be_int64(struct XenLegacyDevice *xendev, const char *node, in xenstore_write_be_int64()
66 char *xenstore_read_be_str(struct XenLegacyDevice *xendev, const char *node) in xenstore_read_be_str()
71 int xenstore_read_be_int(struct XenLegacyDevice *xendev, const char *node, in xenstore_read_be_int()
77 char *xenstore_read_fe_str(struct XenLegacyDevice *xendev, const char *node) in xenstore_read_fe_str()
82 int xenstore_read_fe_int(struct XenLegacyDevice *xendev, const char *node, in xenstore_read_fe_int()
88 int xenstore_read_fe_uint64(struct XenLegacyDevice *xendev, const char *node, in xenstore_read_fe_uint64()
210 const char *node) in xen_be_backend_changed()
227 const char *node) in xen_be_frontend_changed()
[all …]
H A Dxen-bus-helper.c51 const char *node, unsigned int owner, unsigned int domid, in xs_node_create()
62 const char *node, Error **errp) in xs_node_destroy()
72 const char *node, const char *key, Error **errp, in xs_node_vprintf()
94 const char *node, const char *key, Error **errp, in xs_node_printf()
105 const char *node, const char *key, Error **errp, in xs_node_vscanf()
129 const char *node, const char *key, Error **errp, in xs_node_scanf()
164 struct qemu_xs_watch *xs_node_watch(struct qemu_xs_handle *h, const char *node, in xs_node_watch()
H A Dxen_pvdev.c72 int xenstore_write_str(const char *base, const char *node, const char *val) in xenstore_write_str()
83 char *xenstore_read_str(const char *base, const char *node) in xenstore_read_str()
97 int xenstore_write_int(const char *base, const char *node, int ival) in xenstore_write_int()
105 int xenstore_write_int64(const char *base, const char *node, int64_t ival) in xenstore_write_int64()
113 int xenstore_read_int(const char *base, const char *node, int *ival) in xenstore_read_int()
126 int xenstore_read_uint64(const char *base, const char *node, uint64_t *uval) in xenstore_read_uint64()
/qemu/hw/i2c/
H A Dcore.c125 I2CNode *node; in i2c_do_start_transfer() local
187 I2CPendingMaster *node = g_new(struct I2CPendingMaster, 1); in i2c_bus_master() local
195 I2CPendingMaster *node; in i2c_schedule_pending_master() local
240 I2CNode *node, *next; in i2c_end_transfer() local
259 I2CNode *node; in i2c_send() local
278 I2CNode *node = QLIST_FIRST(&bus->current_devs); in i2c_send_async() local
314 I2CNode *node; in i2c_nack() local
344 I2CNode *node; in i2c_slave_post_load() local
394 I2CNode *node = g_new(struct I2CNode, 1); in i2c_slave_match() local
/qemu/hw/9pfs/
H A D9p-synth.c48 V9fsSynthNode *node; in v9fs_add_dir_node() local
75 V9fsSynthNode *node, *tmp; in qemu_v9fs_synth_mkdir() local
106 V9fsSynthNode *node, *tmp; in qemu_v9fs_synth_add_file() local
139 static void synth_fill_statbuf(V9fsSynthNode *node, struct stat *stbuf) in synth_fill_statbuf()
159 V9fsSynthNode *node = *(V9fsSynthNode **)fs_path->data; in synth_lstat() local
177 V9fsSynthNode *node = *(V9fsSynthNode **)fs_path->data; in synth_opendir() local
194 V9fsSynthNode *node = synth_open->node; in synth_closedir() local
219 static void synth_direntry(V9fsSynthNode *node, in synth_direntry()
242 V9fsSynthNode *node; in synth_get_dentry() local
265 V9fsSynthNode *node = synth_open->node; in synth_readdir() local
[all …]
/qemu/hw/virtio/
H A Diothread-vq-mapping.c21 for (IOThreadVirtQueueMappingList *node = list; node; node = node->next) { in iothread_vq_mapping_validate() local
81 IOThreadVirtQueueMappingList *node; in iothread_vq_mapping_apply() local
124 IOThreadVirtQueueMappingList *node; in iothread_vq_mapping_cleanup() local
/qemu/hw/hyperv/
H A Dhv-balloon-page_range_tree.c55 GTreeNode *node; in hvb_page_range_tree_insert() local
139 GTreeNode *node; in hvb_page_range_tree_pop() local
169 GTreeNode *node; in hvb_page_range_tree_intree_any() local
/qemu/tests/qtest/
H A Dnuma-test.c98 int64_t cpu_idx, node; in test_query_cpus() local
141 int64_t socket, core, thread, node; in pc_numa_cpu() local
194 int64_t core, node; in spapr_numa_cpu() local
238 int64_t socket, cluster, core, thread, node; in aarch64_numa_cpu() local
288 int64_t socket, core, thread, node; in loongarch64_numa_cpu() local
354 int64_t socket, node; in pc_dynamic_cpu_cfg() local
/qemu/contrib/plugins/
H A Dcflow.c132 NodeData *node = (NodeData *) value; in filter_non_branches() local
210 NodeData *node = g_new0(NodeData, 1); in create_node() local
219 NodeData *node = NULL; in fetch_node() local
248 NodeData *node = fetch_node(lpc, true); in vcpu_tb_branched_exec() local
340 NodeData *node = fetch_node(ipc, last_insn); in vcpu_tb_trans() local
/qemu/docs/sphinx/
H A Dkerneldoc.py151 def do_parse(self, result, node): argument
/qemu/hw/core/
H A Dnuma.c62 static void parse_numa_node(MachineState *ms, NumaNodeOptions *node, in parse_numa_node()
208 void parse_numa_hmat_lb(NumaState *numa_state, NumaHmatLBOptions *node, in parse_numa_hmat_lb()
389 void parse_numa_hmat_cache(MachineState *ms, NumaHmatCacheOptions *node, in parse_numa_hmat_cache()
670 NumaNodeOptions node = { }; in numa_complete_configuration() local

1234