/third_party/spirv-tools/source/opt/ |
H A D | merge_return_pass.h | 161 // that |return_blocks| is a list of all of the basic blocks in |function| 216 std::list<BasicBlock*>* order); 229 std::list<BasicBlock*>* order, 269 // Inserts |new_element| into |list| after the first occurrence of |element|. 270 // |element| must be in |list| at least once. 272 std::list<BasicBlock*>* list);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_i.h | 14 #include "utils/list.h" 52 struct dl_list list; member 66 struct dl_list list; member 80 struct dl_list list; member 90 /* Linked list of address alternatives (rotate through on failure) */ 107 struct dl_list list; member 118 * such interface is stored in the list of struct upnp_wps_device_interface
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp_i.h | 14 #include "utils/list.h" 52 struct dl_list list; member 66 struct dl_list list; member 80 struct dl_list list; member 90 /* Linked list of address alternatives (rotate through on failure) */ 107 struct dl_list list; member 118 * such interface is stored in the list of struct upnp_wps_device_interface
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | dsp_cmx.c | 166 list_for_each_entry(odsp, &dsp_ilist, list) { in dsp_cmx_debug() 177 list_for_each_entry(conf, &conf_ilist, list) { in dsp_cmx_debug() 179 list_for_each_entry(member, &conf->mlist, list) { in dsp_cmx_debug() 208 list_for_each_entry(conf, &conf_ilist, list) in dsp_cmx_search_conf() 252 list_add_tail(&member->list, &conf->mlist); in dsp_cmx_add_conf_member() 288 list_for_each_entry(member, &dsp->conf->mlist, list) { in dsp_cmx_del_conf_member() 290 list_del(&member->list); in dsp_cmx_del_conf_member() 298 "%s: dsp is not present in its own conf_member list.\n", in dsp_cmx_del_conf_member() 327 list_add_tail(&conf->list, &conf_ilist); in dsp_cmx_new_conf() 350 list_del(&conf->list); in dsp_cmx_del_conf() [all...] |
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | setup-bus.c | 32 struct list_head list; member 46 list_for_each_entry_safe(dev_res, tmp, head, list) { in free_list() 47 list_del(&dev_res->list); in free_list() 53 * add_to_list() - Add a new resource tracker to the list 54 * @head: Head of the list 78 list_add(&tmp->list, head); in add_to_list() 87 list_for_each_entry_safe(dev_res, tmp, head, list) { in remove_from_list() 89 list_del(&dev_res->list); in remove_from_list() 101 list_for_each_entry(dev_res, head, list) { in res_to_dev_res() 160 /* Fallback is smallest one or list i in pdev_sort_resources() [all...] |
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | setup-bus.c | 32 struct list_head list; member 46 list_for_each_entry_safe(dev_res, tmp, head, list) { in free_list() 47 list_del(&dev_res->list); in free_list() 53 * add_to_list() - Add a new resource tracker to the list 54 * @head: Head of the list 78 list_add(&tmp->list, head); in add_to_list() 87 list_for_each_entry_safe(dev_res, tmp, head, list) { in remove_from_list() 89 list_del(&dev_res->list); in remove_from_list() 101 list_for_each_entry(dev_res, head, list) { in res_to_dev_res() 157 /* Fallback is smallest one or list i in pdev_sort_resources() [all...] |
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | dsp_cmx.c | 155 list_for_each_entry(odsp, &dsp_ilist, list) { in dsp_cmx_debug() 166 list_for_each_entry(conf, &conf_ilist, list) { in dsp_cmx_debug() 168 list_for_each_entry(member, &conf->mlist, list) { in dsp_cmx_debug() 197 list_for_each_entry(conf, &conf_ilist, list) in dsp_cmx_search_conf() 241 list_add_tail(&member->list, &conf->mlist); in dsp_cmx_add_conf_member() 277 list_for_each_entry(member, &dsp->conf->mlist, list) { in dsp_cmx_del_conf_member() 279 list_del(&member->list); in dsp_cmx_del_conf_member() 287 "%s: dsp is not present in its own conf_member list.\n", in dsp_cmx_del_conf_member() 316 list_add_tail(&conf->list, &conf_ilist); in dsp_cmx_new_conf() 339 list_del(&conf->list); in dsp_cmx_del_conf() [all...] |
/kernel/linux/linux-5.10/drivers/net/team/ |
H A D | team.c | 108 struct list_head list; member 121 list_for_each_entry(option, &team->option_list, list) { in __team_find_option() 130 list_del(&opt_inst->list); in __team_option_inst_del() 139 list_for_each_entry_safe(opt_inst, tmp, &team->option_inst_list, list) { in __team_option_inst_del_option() 166 list_add_tail(&opt_inst->list, &team->option_inst_list); in __team_option_inst_add() 199 list_for_each_entry(opt_inst, &team->option_inst_list, list) { in __team_option_inst_mark_removed_option() 212 list_for_each_entry_safe(opt_inst, tmp, &team->option_inst_list, list) { in __team_option_inst_del_port() 225 list_for_each_entry(option, &team->option_list, list) { in __team_option_inst_add_port() 244 list_for_each_entry(opt_inst, &team->option_inst_list, list) { in __team_option_inst_mark_removed_port() 280 list_add_tail(&dst_opts[i]->list, in __team_options_register() 402 struct list_head list; global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/team/ |
H A D | team.c | 109 struct list_head list; member 122 list_for_each_entry(option, &team->option_list, list) { in __team_find_option() 131 list_del(&opt_inst->list); in __team_option_inst_del() 140 list_for_each_entry_safe(opt_inst, tmp, &team->option_inst_list, list) { in __team_option_inst_del_option() 166 list_add_tail(&opt_inst->list, &team->option_inst_list); in __team_option_inst_add() 196 list_for_each_entry(opt_inst, &team->option_inst_list, list) { in __team_option_inst_mark_removed_option() 209 list_for_each_entry_safe(opt_inst, tmp, &team->option_inst_list, list) { in __team_option_inst_del_port() 222 list_for_each_entry(option, &team->option_list, list) { in __team_option_inst_add_port() 241 list_for_each_entry(opt_inst, &team->option_inst_list, list) { in __team_option_inst_mark_removed_port() 277 list_add_tail(&dst_opts[i]->list, in __team_options_register() 401 struct list_head list; global() member [all...] |
/kernel/linux/linux-6.6/drivers/acpi/nfit/ |
H A D | core.c | 13 #include <linux/list.h> 708 list_for_each_entry(nfit_spa, &prev->spas, list) { in add_spa() 710 list_move_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa() 719 INIT_LIST_HEAD(&nfit_spa->list); in add_spa() 721 list_add_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa() 738 list_for_each_entry(nfit_memdev, &prev->memdevs, list) in add_memdev() 740 list_move_tail(&nfit_memdev->list, &acpi_desc->memdevs); in add_memdev() 748 INIT_LIST_HEAD(&nfit_memdev->list); in add_memdev() 750 list_add_tail(&nfit_memdev->list, &acpi_desc->memdevs); in add_memdev() 765 list_for_each_entry(acpi_desc, &acpi_descs, list) { in nfit_get_smbios_id() [all...] |
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | property.c | 29 * from different GUID appear in a property list of another, it will be 68 struct list_head *list, in acpi_nondev_subnode_extract() 109 list_add_tail(&dn->sibling, list); in acpi_nondev_subnode_extract() 120 struct list_head *list, in acpi_nondev_subnode_data_ok() 131 if (acpi_nondev_subnode_extract(buf.pointer, handle, link, list, in acpi_nondev_subnode_data_ok() 141 struct list_head *list, in acpi_nondev_subnode_ok() 155 return acpi_nondev_subnode_data_ok(handle, link, list, parent); in acpi_nondev_subnode_ok() 160 struct list_head *list, in acpi_add_nondev_subnodes() 183 result = acpi_nondev_subnode_ok(scope, link, list, in acpi_add_nondev_subnodes() 188 result = acpi_nondev_subnode_data_ok(handle, link, list, in acpi_add_nondev_subnodes() 65 acpi_nondev_subnode_extract(const union acpi_object *desc, acpi_handle handle, const union acpi_object *link, struct list_head *list, struct fwnode_handle *parent) acpi_nondev_subnode_extract() argument 118 acpi_nondev_subnode_data_ok(acpi_handle handle, const union acpi_object *link, struct list_head *list, struct fwnode_handle *parent) acpi_nondev_subnode_data_ok() argument 139 acpi_nondev_subnode_ok(acpi_handle scope, const union acpi_object *link, struct list_head *list, struct fwnode_handle *parent) acpi_nondev_subnode_ok() argument 158 acpi_add_nondev_subnodes(acpi_handle scope, const union acpi_object *links, struct list_head *list, struct fwnode_handle *parent) acpi_add_nondev_subnodes() argument 436 acpi_free_device_properties(struct list_head *list) acpi_free_device_properties() argument 446 acpi_destroy_nondev_subnodes(struct list_head *list) acpi_destroy_nondev_subnodes() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | wlan.c | 33 list_del(&tqe->list); in wilc_wlan_txq_remove() 47 if (!list_empty(&wilc->txq_head.list)) { in wilc_wlan_txq_remove_from_head() 48 tqe = list_first_entry(&wilc->txq_head.list, struct txq_entry_t, in wilc_wlan_txq_remove_from_head() 49 list); in wilc_wlan_txq_remove_from_head() 50 list_del(&tqe->list); in wilc_wlan_txq_remove_from_head() 66 list_add_tail(&tqe->list, &wilc->txq_head.list); in wilc_wlan_txq_add_to_tail() 84 list_add(&tqe->list, &wilc->txq_head.list); in wilc_wlan_txq_add_to_head() 343 if (!list_empty(&wilc->txq_head.list)) in wilc_wlan_txq_get_first() [all...] |
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | label.c | 493 /* Loop through the free list pulling in any active labels */ in nd_label_data_init() 834 list_for_each_entry(label_ent, &nd_mapping->labels, list) { in __pmem_label_update() 847 list_for_each_entry(label_ent, &nd_mapping->labels, list) in __pmem_label_update() 864 static bool is_old_resource(struct resource *res, struct resource **list, int n) in is_old_resource() argument 871 if (res == list[i]) in is_old_resource() 913 LIST_HEAD(list); in __blk_label_update() 985 list_for_each_entry_safe(label_ent, e, &nd_mapping->labels, list) in __blk_label_update() 988 list_move(&label_ent->list, &list); in __blk_label_update() 1091 list_for_each_entry_safe(label_ent, e, &nd_mapping->labels, list) { in __blk_label_update() [all...] |
/kernel/linux/linux-5.10/net/tls/ |
H A D | tls_device.c | 14 * copyright notice, this list of conditions and the following 18 * copyright notice, this list of conditions and the following 80 list_for_each_entry_safe(ctx, tmp, &gc_list, list) { in tls_device_gc_task() 90 list_del(&ctx->list); in tls_device_gc_task() 103 list_move_tail(&ctx->list, &tls_device_gc_list); in tls_device_queue_ctx_destruction() 142 list_for_each_entry_safe(info, temp, &offload_ctx->records_list, list) { in delete_all_records() 143 list_del(&info->list); in delete_all_records() 168 list_for_each_entry_safe(info, temp, &ctx->records_list, list) { in tls_icsk_clean_acked() 171 list_del(&info->list); in tls_icsk_clean_acked() 283 list_add_tail_rcu(&record->list, in tls_push_record() [all...] |
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | elf.c | 327 list_add_tail(&sec->list, &elf->sections); in read_sections() 360 entry = &rb_entry(pnode, struct symbol, node)->list; in elf_add_symbol() 363 list_add(&sym->list, entry); in elf_add_symbol() 448 list_for_each_entry(sec, &elf->sections, list) { in read_symbols() 449 list_for_each_entry(sym, &sec->symbol_list, list) { in read_symbols() 533 list_add_tail(&reloc->list, &sec->reloc->reloc_list); in elf_add_reloc() 550 list_for_each_entry(sec, &elf->sections, list) { in elf_dirty_reloc_sym() 556 list_for_each_entry(reloc, &sec->reloc_list, list) { in elf_dirty_reloc_sym() 607 /* end-of-list */ in elf_update_symbol() 818 list_for_each_entry(sec, &elf->sections, list) { in read_relocs() [all...] |
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lowcomms.c | 70 uint32_t nodeid; /* So we know who we are in the list */ 88 struct hlist_node list; member 102 struct list_head list; member 112 struct list_head list; member 161 hlist_for_each_entry_rcu(con, &connection_hash[r], list) { in __find_con() 230 hlist_add_head_rcu(&con->list, &connection_hash[r]); in nodeid2con() 244 hlist_for_each_entry_rcu(con, &connection_hash[i], list) in foreach_conn() 254 list_for_each_entry(na, &dlm_node_addrs, list) { in find_node_addr() 343 list_for_each_entry(na, &dlm_node_addrs, list) { in addr_to_nodeid() 383 list_add(&new_node->list, in dlm_lowcomms_addr() [all...] |
/kernel/linux/linux-5.10/kernel/dma/ |
H A D | debug.c | 24 #include <linux/list.h> 54 * @list: node on pre-allocated free_entries list 67 struct list_head list; member 87 struct list_head list; member 91 /* Hash list to save the allocated dma addresses */ 95 /* Lock for the list above */ 290 * Search a given entry in the hash bucket list 299 list_for_each_entry(entry, &bucket->list, list) { in __hash_bucket_find() [all...] |
/kernel/linux/linux-6.6/kernel/dma/ |
H A D | debug.c | 24 #include <linux/list.h> 54 * @list: node on pre-allocated free_entries list 68 struct list_head list; member 88 struct list_head list; member 92 /* Hash list to save the allocated dma addresses */ 96 /* Lock for the list above */ 291 * Search a given entry in the hash bucket list 300 list_for_each_entry(entry, &bucket->list, list) { in __hash_bucket_find() [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-daemon.c | 79 struct list_head list; member 129 list_add_tail(&session->list, &config->sessions); in daemon__add_session() 137 list_for_each_entry(session, &daemon->sessions, list) { in daemon__find_session() 308 list_for_each_entry(session, &daemon->sessions, list) in setup_server_config() 414 list_for_each_entry(session, &daemon->sessions, list) { in handle_signalfd() 475 list_for_each_entry(session, &daemon->sessions, list) { in daemon__has_alive_session() 645 } list; member 674 char csv_sep = cmd->list.csv_sep; in cmd_session_list() 698 if (cmd->list.verbose) { in cmd_session_list() 708 list_for_each_entry(session, &daemon->sessions, list) { in cmd_session_list() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface_unix.c | 25 #include "utils/list.h" 54 struct dl_list list; member 320 list); in wpas_ctrl_msg_send_pending_global() 323 dl_list_del(&msg->list); in wpas_ctrl_msg_send_pending_global() 344 list); in wpas_ctrl_msg_send_pending_iface() 347 dl_list_del(&msg->list); in wpas_ctrl_msg_send_pending_iface() 402 dl_list_add_tail(queue, &msg->list); in wpas_ctrl_msg_queue() 416 msg = dl_list_first(queue, struct ctrl_iface_msg, list); in wpas_ctrl_msg_queue_limit() 419 dl_list_del(&msg->list); in wpas_ctrl_msg_queue_limit() 820 struct ctrl_iface_msg, list) { in wpas_global_ctrl_iface_flush_queued_msg() [all...] |
/drivers/peripheral/usb/gadget/function/ecm/ |
H A D | cdcecm.c | 65 req = DLIST_FIRST_ENTRY(pool, struct UsbFnRequest, list); in UsbEcmStartTx() 73 DListRemove(&req->list); in UsbEcmStartTx() 79 DListInsertTail(&req->list, pool); in UsbEcmStartTx() 104 req = DLIST_FIRST_ENTRY(pool, struct UsbFnRequest, list); in UsbEcmStartRx() 105 DListRemove(&req->list); in UsbEcmStartRx() 110 DListInsertTail(&req->list, pool); in UsbEcmStartRx() 130 req = DLIST_FIRST_ENTRY(queue, struct UsbFnRequest, list); in UsbEcmRxPush() 155 DListRemove(&req->list); in UsbEcmRxPush() 156 DListInsertTail(&req->list, &port->readPool); in UsbEcmRxPush() 169 req = DLIST_FIRST_ENTRY(head, struct UsbFnRequest, list); in UsbEcmFreeRequests() [all...] |
/kernel/linux/linux-5.10/drivers/dma/dw-edma/ |
H A D | dw-edma-core.c | 51 INIT_LIST_HEAD(&burst->list); in dw_edma_alloc_burst() 53 /* Create and add new element into the linked list */ in dw_edma_alloc_burst() 55 list_add_tail(&burst->list, &chunk->burst->list); in dw_edma_alloc_burst() 75 INIT_LIST_HEAD(&chunk->list); in dw_edma_alloc_chunk() 78 * inform the eDMA HW block that this is a new linked list ready in dw_edma_alloc_chunk() 88 /* Create and add new element into the linked list */ in dw_edma_alloc_chunk() 94 list_add_tail(&chunk->list, &desc->chunk->list); in dw_edma_alloc_chunk() 126 /* Remove all the list element in dw_edma_free_burst() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.c | 674 struct sg_list *list, int *offset) in otx2_sqe_tso_add_sg() 682 for (seg = 0; seg < list->num_segs; seg++) { in otx2_sqe_tso_add_sg() 693 if ((list->num_segs - seg) >= (MAX_SEGS_PER_SG - 1)) in otx2_sqe_tso_add_sg() 698 sg_lens[frag_num(seg % MAX_SEGS_PER_SG)] = list->size[seg]; in otx2_sqe_tso_add_sg() 699 *iova++ = list->dma_addr[seg]; in otx2_sqe_tso_add_sg() 711 struct sg_list list; in otx2_sq_append_tso() local 742 list.dma_addr[0] = in otx2_sq_append_tso() 744 list.size[0] = hdr_len; in otx2_sq_append_tso() 745 list.num_segs = 1; in otx2_sq_append_tso() 754 list in otx2_sq_append_tso() 673 otx2_sqe_tso_add_sg(struct otx2_snd_queue *sq, struct sg_list *list, int *offset) otx2_sqe_tso_add_sg() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | cpts.c | 70 event = list_entry(this, struct cpts_event, list); in cpts_purge_events() 72 list_del_init(&event->list); in cpts_purge_events() 73 list_add(&event->list, &cpts->pool); in cpts_purge_events() 125 event = list_first_entry(&cpts->pool, struct cpts_event, list); in cpts_fifo_read() 149 list_del_init(&event->list); in cpts_fifo_read() 150 list_add_tail(&event->list, &cpts->events); in cpts_fifo_read() 390 event = list_entry(this, struct cpts_event, list); in cpts_process_events() 393 list_del_init(&event->list); in cpts_process_events() 394 list_add(&event->list, &events_free); in cpts_process_events() 481 event = list_entry(this, struct cpts_event, list); in cpts_find_ts() [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/freescale/ |
H A D | pinctrl-imx.c | 523 const __be32 *list = *list_p; in imx_pinctrl_parse_pin_mmio() local 527 mux_reg = be32_to_cpu(*list++); in imx_pinctrl_parse_pin_mmio() 535 conf_reg = be32_to_cpu(*list++); in imx_pinctrl_parse_pin_mmio() 545 pin_mmio->input_reg = be32_to_cpu(*list++); in imx_pinctrl_parse_pin_mmio() 546 pin_mmio->mux_mode = be32_to_cpu(*list++); in imx_pinctrl_parse_pin_mmio() 547 pin_mmio->input_val = be32_to_cpu(*list++); in imx_pinctrl_parse_pin_mmio() 554 config = be32_to_cpu(*list++); in imx_pinctrl_parse_pin_mmio() 562 *list_p = list; in imx_pinctrl_parse_pin_mmio() 576 const __be32 *list; in imx_pinctrl_parse_groups() local 604 list in imx_pinctrl_parse_groups() [all...] |