/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 1999 struct ptr_list *list = head; in find_identifier() local 2005 for (i = 0; i < list->nr; i++) { in find_identifier() 2006 struct symbol *sym = (struct symbol *) list->list[i]; in find_identifier() 2026 } while ((list = list->next) != head); in find_identifier() 2699 * if the latter happens inside a list (it's legal, but likely to be 2737 * compound type <- initializer list in braces [6.7.8(16)] 2739 * us for individual elements of the list. 3569 void evaluate_symbol_list(struct symbol_list *list) in evaluate_symbol_list() argument [all...] |
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.cc | 49 RegList list = (kCallerSaved | lr) - exclusions; in RequiredStackSizeForCallerSaved() local 51 bytes += list.Count() * kPointerSize; in RequiredStackSizeForCallerSaved() 65 RegList list = (kCallerSaved | lr) - exclusions; in PushCallerSaved() local 66 stm(db_w, sp, list); in PushCallerSaved() 68 bytes += list.Count() * kPointerSize; in PushCallerSaved() 88 RegList list = (kCallerSaved | lr) - exclusions; in PopCallerSaved() local 89 ldm(ia_w, sp, list); in PopCallerSaved() 91 bytes += list.Count() * kPointerSize; in PopCallerSaved()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 9 // this list of conditions and the following disclaimer. 12 // notice, this list of conditions and the following disclaimer in the 1935 void Include(const RegList& list) { *available_ |= list; } in Include() argument 1936 void Exclude(const RegList& list) { available_->clear(list); } in Exclude() argument 1938 RegList list({reg1, reg2}); in Include() 1939 Include(list); in Include() 1942 RegList list({reg1, reg2}); in Exclude() 1943 Exclude(list); in Exclude() [all...] |
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 9 // this list of conditions and the following disclaimer. 12 // notice, this list of conditions and the following disclaimer in the 1905 void Include(const RegList& list) { *available_ |= list; } in Include() argument 1906 void Exclude(const RegList& list) { available_->clear(list); } in Exclude() argument 1908 RegList list({reg1, reg2}); in Include() 1909 Include(list); in Include() 1912 RegList list({reg1, reg2}); in Exclude() 1913 Exclude(list); in Exclude() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 100 inline CPURegList PadRegList(RegList list) { in PadRegList() argument 101 if ((list.Count() & 1) != 0) list.set(padreg); in PadRegList() 102 return CPURegList(kXRegSizeInBits, list); in PadRegList() 105 inline CPURegList PadVRegList(DoubleRegList list) { in PadVRegList() argument 106 if ((list.Count() & 1) != 0) list.set(fp_scratch); in PadVRegList() 107 return CPURegList(kQRegSizeInBits, list); in PadVRegList()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | virtio_uml.c | 823 list_for_each_entry_reverse(vq, &vdev->vqs, list) in vu_del_vqs() 829 list_for_each_entry_safe(vq, n, &vdev->vqs, list) in vu_del_vqs() 1013 list_for_each_entry(vq, &vdev->vqs, list) { in vu_find_vqs() 1152 /* Command line device list */ 1271 " See virtio_ids.h for a list of possible virtio device id values.\n"
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | virtio_uml.c | 885 list_for_each_entry_reverse(vq, &vdev->vqs, list) in vu_del_vqs() 891 list_for_each_entry_safe(vq, n, &vdev->vqs, list) in vu_del_vqs() 1047 list_for_each_entry(vq, &vdev->vqs, list) { in vu_find_vqs() 1252 /* Command line device list */ 1377 " See virtio_ids.h for a list of possible virtio device id values.\n"
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-v4l2.c | 1279 * to protect the objects list. 1289 list_for_each_entry(obj, &req->objects, list) { in vb2_request_validate() 1299 list_for_each_entry_continue_reverse(obj, &req->objects, list) in vb2_request_validate() 1314 * objects list, after all other object types. Once buffer objects in vb2_request_queue() 1320 list_for_each_entry_safe(obj, obj_safe, &req->objects, list) in vb2_request_queue()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-driver.c | 761 INIT_LIST_HEAD(&cx->vbi.sliced_mpeg_buf.list); in cx18_init_struct1() 762 INIT_LIST_HEAD(&cx->vbi.sliced_mpeg_mdl.list); in cx18_init_struct1() 764 list_add(&cx->vbi.sliced_mpeg_buf.list, in cx18_init_struct1() 1037 /* if no tuner was found, then pick the first tuner in the card list */ in cx18_probe()
|
H A D | cx18-ioctl.c | 732 struct cx18_buffer, list); in cx18_process_idx_data() 734 if (list_entry_is_past_end(mdl->curr_buf, &mdl->buf_list, list)) { in cx18_process_idx_data() 744 list_for_each_entry_from(mdl->curr_buf, &mdl->buf_list, list) { in cx18_process_idx_data()
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/ |
H A D | mtk_mdp_m2m.c | 1081 INIT_LIST_HEAD(&ctx->list); in mtk_mdp_m2m_open() 1111 list_add(&ctx->list, &mdp->ctx_list); in mtk_mdp_m2m_open() 1156 list_del_init(&ctx->list); in mtk_mdp_m2m_release()
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_dec.c | 831 struct s5p_mfc_buf, list); in vidioc_decoder_cmd() 1067 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue() 1076 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_rep.c | 15 * copyright notice, this list of conditions and the following 19 * copyright notice, this list of conditions and the following 390 list_for_each_entry_safe(rep_sq, tmp, &rpriv->vport_sqs_list, list) { in mlx5e_sqs2vport_stop() 392 list_del(&rep_sq->list); in mlx5e_sqs2vport_stop() 428 list_add(&rep_sq->list, &rpriv->vport_sqs_list); in mlx5e_sqs2vport_start()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic.h | 521 * netxen_skb_frag{} is to contain mapping info for each SG list. This 551 struct list_head list; member 936 struct list_head list; member 941 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ptp.c | 377 struct rhlist_head *tmp, *list; in mlxsw_sp1_ptp_unmatched_lookup() local 380 list = rhltable_lookup(&mlxsw_sp->ptp_state->unmatched_ht, &key, in mlxsw_sp1_ptp_unmatched_lookup() 382 rhl_for_each_entry_rcu(unmatched, tmp, list, ht_node) { in mlxsw_sp1_ptp_unmatched_lookup()
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | stm32-dfsdm-adc.c | 125 const struct stm32_dfsdm_str2field *list) in stm32_dfsdm_str2val() 127 const struct stm32_dfsdm_str2field *p = list; in stm32_dfsdm_str2val() 129 for (p = list; p && p->name; p++) in stm32_dfsdm_str2val() 124 stm32_dfsdm_str2val(const char *str, const struct stm32_dfsdm_str2field *list) stm32_dfsdm_str2val() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | qmi.c | 852 list_add_tail(&event->list, &qmi->event_list); in ath10k_qmi_driver_event_post() 999 struct ath10k_qmi_driver_event, list); in ath10k_qmi_driver_event_work() 1000 list_del(&event->list); in ath10k_qmi_driver_event_work()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | wil6210.h | 487 struct list_head list; member 772 struct list_head list; member 888 struct list_head list; member 896 * list to the 'free' list. 898 * 'active' list.
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00dev.c | 287 list_for_each_entry_rcu(bar_entry, &rt2x00dev->bar_list, list) { in rt2x00lib_txdone_bar_status() 295 list_del_rcu(&bar_entry->list); in rt2x00lib_txdone_bar_status() 437 * remove BARs from our check list while checking for their in rt2x00lib_txdone_nomatch() 514 * remove BARs from our check list while checking for their in rt2x00lib_txdone() 612 list_for_each_entry_rcu(entry, &rt2x00dev->bar_list, list) { in rt2x00lib_rxdone_check_ba() 1031 * Initialize Rate list. in rt2x00lib_probe_hw_modes() 1037 * Initialize Channel list. in rt2x00lib_probe_hw_modes()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | debug.c | 33 * notice, this list of conditions and the following disclaimer, 68 #include <linux/list.h> 834 list_for_each_entry_safe(bf, bf0, &txq->q, list) in read_file_queue() 1077 list_for_each_entry(bf, &ah->rxbuf, list) { in ath5k_debug_printrxbuffs()
|
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
H A D | hyperv_net.h | 15 #include <linux/list.h> 928 struct list_head list; member 946 /* list of netvsc net_devices */ 947 struct list_head list; member 954 /* list protection */
|
/kernel/linux/linux-5.10/drivers/net/plip/ |
H A D | plip.c | 1243 plip_searchfor(int list[], int a) in plip_searchfor() argument 1246 for (i = 0; i < PLIP_MAX && list[i] != -1; i++) { in plip_searchfor() 1247 if (list[i] == a) return 1; in plip_searchfor()
|
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_dump.c | 934 if (num > 0 && !list_empty(&ascb->list)) { 937 list_for_each(el, &ascb->list) { 939 list);
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc.h | 67 #define LPFC_IOCB_LIST_CNT 2250 /* list of IOCBs for fast-path usage. */ 139 struct list_head list; member 146 struct list_head list; member 316 LPFC_NS_QRY = 11, /* Query NameServer for NPort ID list */ 319 LPFC_DISC_AUTH = 13, /* Processing ADISC list */ 400 /* Keep counters for the number of entries in each list. */ 423 uint32_t fc_rscn_id_cnt; /* count of RSCNs payloads in list */ 602 struct list_head list; member 766 #define HBA_RRQ_ACTIVE 0x4000 /* process the rrq active list */ 1011 /* fastpath list [all...] |
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_core.h | 392 struct list_head list; member 626 struct list_head list; member 1020 list_add_tail(&entry->list, &card->qdio.in_buf_pool.entry_list); in qeth_put_buffer_pool_entry()
|