/openbmc/qemu/util/ |
H A D | fdmon-io_uring.c | 136 AioHandler *old_node, in fdmon_io_uring_update() argument 143 if (old_node) { in fdmon_io_uring_update() 162 assert(!QLIST_IS_INSERTED(old_node, node_deleted)); in fdmon_io_uring_update() 163 old_node->node_deleted.le_prev = &old_node->node_deleted.le_next; in fdmon_io_uring_update() 165 enqueue(&ctx->submit_list, old_node, FDMON_IO_URING_REMOVE); in fdmon_io_uring_update()
|
H A D | aio-win32.c | 73 AioHandler *old_node; in aio_set_fd_handler() local 85 QLIST_FOREACH(old_node, &ctx->aio_handlers, node) { in aio_set_fd_handler() 86 if (old_node->pfd.fd == s && !old_node->deleted) { in aio_set_fd_handler() 126 if (old_node) { in aio_set_fd_handler() 127 aio_remove_fd_handler(ctx, old_node); in aio_set_fd_handler()
|
H A D | fdmon-epoll.c | 35 AioHandler *old_node, in fdmon_epoll_update() argument 45 r = epoll_ctl(ctx->epollfd, EPOLL_CTL_DEL, old_node->pfd.fd, &event); in fdmon_epoll_update() 46 } else if (!old_node) { in fdmon_epoll_update()
|
H A D | fdmon-poll.c | 97 AioHandler *old_node, in fdmon_poll_update() argument
|
/openbmc/linux/scripts/dtc/ |
H A D | livetree.c | 142 struct node *merge_nodes(struct node *old_node, struct node *new_node) in merge_nodes() argument 148 old_node->deleted = 0; in merge_nodes() 152 add_label(&old_node->labels, l->label); in merge_nodes() 163 delete_property_by_name(old_node, new_prop->name); in merge_nodes() 169 for_each_property_withdel(old_node, old_prop) { in merge_nodes() 187 add_property(old_node, new_prop); in merge_nodes() 200 delete_node_by_name(old_node, new_child->name); in merge_nodes() 206 for_each_child_withdel(old_node, old_child) { in merge_nodes() 216 add_child(old_node, new_child); in merge_nodes() 219 old_node->srcpos = srcpos_extend(old_node->srcpos, new_node->srcpos); in merge_nodes() [all …]
|
H A D | dtc.h | 276 struct node *merge_nodes(struct node *old_node, struct node *new_node); 277 struct node *add_orphan_node(struct node *old_node, struct node *new_node, char *ref);
|
/openbmc/u-boot/scripts/dtc/ |
H A D | livetree.c | 137 struct node *merge_nodes(struct node *old_node, struct node *new_node) in merge_nodes() argument 143 old_node->deleted = 0; in merge_nodes() 147 add_label(&old_node->labels, l->label); in merge_nodes() 158 delete_property_by_name(old_node, new_prop->name); in merge_nodes() 164 for_each_property_withdel(old_node, old_prop) { in merge_nodes() 180 add_property(old_node, new_prop); in merge_nodes() 193 delete_node_by_name(old_node, new_child->name); in merge_nodes() 199 for_each_child_withdel(old_node, old_child) { in merge_nodes() 209 add_child(old_node, new_child); in merge_nodes() 216 return old_node; in merge_nodes()
|
H A D | dtc.h | 206 struct node *merge_nodes(struct node *old_node, struct node *new_node); 207 struct node *add_orphan_node(struct node *old_node, struct node *new_node, char *ref);
|
/openbmc/linux/tools/perf/util/ |
H A D | maps.c | 699 struct map_list_node *old_node; in maps__merge_in() local 701 old_node = list_entry(merged.next, struct map_list_node, node); in maps__merge_in() 702 list_del_init(&old_node->node); in maps__merge_in() 704 err = maps__insert(kmaps, old_node->map); in maps__merge_in() 705 map__put(old_node->map); in maps__merge_in() 706 free(old_node); in maps__merge_in()
|
H A D | symbol.c | 1121 struct map_rb_node *old_node; in do_validate_kcore_modules() local 1128 maps__for_each_entry(kmaps, old_node) { in do_validate_kcore_modules() 1129 struct map *old_map = old_node->map; in do_validate_kcore_modules() 1247 struct map_rb_node *old_node, *next; in dso__load_kcore() local 1294 maps__for_each_entry_safe(kmaps, old_node, next) { in dso__load_kcore() 1295 struct map *old_map = old_node->map; in dso__load_kcore()
|
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | _html5lib.py | 380 old_node = self.element.contents[index-1] 381 new_str = self.soup.new_string(old_node + node.element) 382 old_node.replace_with(new_str)
|
/openbmc/qemu/include/block/ |
H A D | aio.h | 78 void (*update)(AioContext *ctx, AioHandler *old_node, AioHandler *new_node);
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_tc.c | 1047 struct otx2_tc_flow *new_node, *old_node; in otx2_tc_add_flow() local 1082 old_node = otx2_tc_get_entry_by_cookie(flow_cfg, tc_flow_cmd->cookie); in otx2_tc_add_flow() 1083 if (old_node) in otx2_tc_add_flow()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 1526 struct bnxt_tc_flow_node *new_node, *old_node; in bnxt_tc_add_flow() local 1556 old_node = rhashtable_lookup_fast(&tc_info->flow_table, in bnxt_tc_add_flow() 1559 if (old_node) in bnxt_tc_add_flow() 1560 __bnxt_tc_del_flow(bp, old_node); in bnxt_tc_add_flow()
|
/openbmc/linux/block/ |
H A D | blk-mq.c | 4333 int old_node; in blk_mq_realloc_hw_ctxs() local 4338 old_node = old_hctx->numa_node; in blk_mq_realloc_hw_ctxs() 4346 node, old_node); in blk_mq_realloc_hw_ctxs() 4347 hctx = blk_mq_alloc_and_init_hctx(set, q, i, old_node); in blk_mq_realloc_hw_ctxs()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 9239 struct hclge_mac_node *old_node, *new_node; in hclge_update_mac_node_for_dev_addr() local 9263 old_node = hclge_find_mac_node(list, old_addr); in hclge_update_mac_node_for_dev_addr() 9264 if (old_node) { in hclge_update_mac_node_for_dev_addr() 9265 if (old_node->state == HCLGE_MAC_TO_ADD) { in hclge_update_mac_node_for_dev_addr() 9266 list_del(&old_node->node); in hclge_update_mac_node_for_dev_addr() 9267 kfree(old_node); in hclge_update_mac_node_for_dev_addr() 9269 old_node->state = HCLGE_MAC_TO_DEL; in hclge_update_mac_node_for_dev_addr()
|