Home
last modified time | relevance | path

Searched refs:entry (Results 4826 - 4850 of 7439) sorted by relevance

1...<<191192193194195196197198199200>>...298

/third_party/spirv-tools/source/fuzz/
H A Dtransformation_replace_params_with_struct.cpp54 // The function can't be an entry-point function. in IsApplicable()
120 for (const auto& entry : caller_id_to_fresh_composite_id) { in IsApplicable()
121 fresh_ids.push_back(entry.second); in IsApplicable()
193 // Insert OpCompositeExtract instructions into the entry point block of the in Apply()
/third_party/spirv-tools/source/opt/
H A Ddominator_tree.cpp26 // will point to all entry or all exit nodes.
109 // For compliance with the dominance tree computation, entry nodes are
144 // The dominator tree construction requires a unique entry node, which cannot
146 // is here to gather all entry nodes.
166 // The tree construction requires 1 entry point, so we add a placeholder in CreateSuccessorMap()
189 successors_[placeholder_start_node].push_back(f.entry().get()); in CreateSuccessorMap()
190 predecessors_[f.entry().get()].push_back( in CreateSuccessorMap()
/third_party/spirv-tools/test/opt/
H A Dlocal_single_block_elim.cpp1223 OpName %bb_entry "bb.entry"
1381 OpName %bb_entry "bb.entry"
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dunwind.c47 #include "entry.h"
1509 /* do a binary search for right entry: */ in lookup()
1631 * If RP did't get saved, generate entry for the return link in build_script()
1719 * reflect the state that existed upon entry to the function that this
2192 const struct unw_table_entry *entry, *start, *end; in create_gate_table()
2216 for (entry = start; entry < end; ++entry) in create_gate_table()
2217 size += 3*8 + 8 + 8*UNW_LENGTH(*(u64 *) (segbase + entry->info_offset)); in create_gate_table()
2231 for (entry in create_gate_table()
2189 const struct unw_table_entry *entry, *start, *end; create_gate_table() local
[all...]
/kernel/linux/linux-5.10/drivers/net/dsa/
H A Dmt7530.c316 * entry is invalid in mt7530_fdb_cmd()
365 /* STATIC_ENT indicate that entry is static wouldn't in mt7530_fdb_write()
367 * entry in mt7530_fdb_write()
1141 * from incoming packets before fetching entry within the VLAN table. in mt7530_port_set_vlan_aware()
1311 struct mt7530_hw_vlan_entry *entry) in mt7530_hw_vlan_add()
1316 new_members = entry->old_members | BIT(entry->port) | in mt7530_hw_vlan_add()
1319 /* Validate the entry with independent learning, create egress tag per in mt7530_hw_vlan_add()
1328 val = entry->untagged ? MT7530_VLAN_EGRESS_UNTAG : in mt7530_hw_vlan_add()
1331 ETAG_CTRL_P_MASK(entry in mt7530_hw_vlan_add()
1310 mt7530_hw_vlan_add(struct mt7530_priv *priv, struct mt7530_hw_vlan_entry *entry) mt7530_hw_vlan_add() argument
1346 mt7530_hw_vlan_del(struct mt7530_priv *priv, struct mt7530_hw_vlan_entry *entry) mt7530_hw_vlan_del() argument
1376 mt7530_hw_vlan_update(struct mt7530_priv *priv, u16 vid, struct mt7530_hw_vlan_entry *entry, mt7530_vlan_op vlan_op) mt7530_hw_vlan_update() argument
[all...]
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dunwind.c47 #include "entry.h"
1509 /* do a binary search for right entry: */ in lookup()
1631 * If RP did't get saved, generate entry for the return link in build_script()
1719 * reflect the state that existed upon entry to the function that this
2192 const struct unw_table_entry *entry, *start, *end; in create_gate_table()
2216 for (entry = start; entry < end; ++entry) in create_gate_table()
2217 size += 3*8 + 8 + 8*UNW_LENGTH(*(u64 *) (segbase + entry->info_offset)); in create_gate_table()
2231 for (entry in create_gate_table()
2189 const struct unw_table_entry *entry, *start, *end; create_gate_table() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Ddevx.c1209 /* The entry must match to one of the devx_is_obj_create_cmd */ in devx_obj_build_destroy_cmd()
2411 void *entry; in mlx5_ib_devx_cleanup() local
2417 xa_for_each(&table->event_xa, id, entry) { in mlx5_ib_devx_cleanup()
2418 event = entry; in mlx5_ib_devx_cleanup()
2422 kfree(entry); in mlx5_ib_devx_cleanup()
2634 struct devx_async_data *entry, *tmp; in devx_async_cmd_event_destroy_uobj() local
2644 list_for_each_entry_safe(entry, tmp, in devx_async_cmd_event_destroy_uobj()
2646 list_del(&entry->list); in devx_async_cmd_event_destroy_uobj()
2647 kvfree(entry); in devx_async_cmd_event_destroy_uobj()
2674 struct devx_async_event_data *entry, *tm in devx_async_event_destroy_uobj() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsg.c120 struct list_head entry; /* list entry */ member
862 list_for_each_entry(srp, &sfp->rq_list, entry) { in sg_fill_request_table()
1000 list_for_each_entry(srp, &sfp->rq_list, entry) { in sg_ioctl_common()
1012 list_for_each_entry(srp, &sfp->rq_list, entry) { in sg_ioctl_common()
1202 list_for_each_entry(srp, &sfp->rq_list, entry) { in sg_poll()
2098 list_for_each_entry(resp, &sfp->rq_list, entry) { in sg_get_rq_mark()
2142 list_add_tail(&rp->entry, &sfp->rq_list); in sg_add_request()
2160 if (!list_empty(&srp->entry)) { in sg_remove_request()
2161 list_del(&srp->entry); in sg_remove_request()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsg.c125 struct list_head entry; /* list entry */ member
864 list_for_each_entry(srp, &sfp->rq_list, entry) { in sg_fill_request_table()
1002 list_for_each_entry(srp, &sfp->rq_list, entry) { in sg_ioctl_common()
1014 list_for_each_entry(srp, &sfp->rq_list, entry) { in sg_ioctl_common()
1184 list_for_each_entry(srp, &sfp->rq_list, entry) { in sg_poll()
2078 list_for_each_entry(resp, &sfp->rq_list, entry) { in sg_get_rq_mark()
2122 list_add_tail(&rp->entry, &sfp->rq_list); in sg_add_request()
2140 if (!list_empty(&srp->entry)) { in sg_remove_request()
2141 list_del(&srp->entry); in sg_remove_request()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Ddevx.c359 /* The entry must match to one of the devx_is_obj_create_cmd */ in devx_get_created_obj_id()
1303 /* The entry must match to one of the devx_is_obj_create_cmd */ in devx_obj_build_destroy_cmd()
2578 void *entry; in mlx5_ib_devx_cleanup() local
2584 xa_for_each(&table->event_xa, id, entry) { in mlx5_ib_devx_cleanup()
2585 event = entry; in mlx5_ib_devx_cleanup()
2589 kfree(entry); in mlx5_ib_devx_cleanup()
2801 struct devx_async_data *entry, *tmp; in devx_async_cmd_event_destroy_uobj() local
2811 list_for_each_entry_safe(entry, tmp, in devx_async_cmd_event_destroy_uobj()
2813 list_del(&entry->list); in devx_async_cmd_event_destroy_uobj()
2814 kvfree(entry); in devx_async_cmd_event_destroy_uobj()
2840 struct devx_async_event_data *entry, *tmp; devx_async_event_destroy_uobj() local
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-core.c1674 struct hid_field_entry *entry; in hid_process_report() local
1683 list_for_each_entry(entry, in hid_process_report()
1686 field = entry->field; in hid_process_report()
1691 &field->usage[entry->index], in hid_process_report()
1692 field->new_value[entry->index], in hid_process_report()
1728 struct hid_field_entry *entry, in __hid_insert_field_entry()
1734 entry->field = field; in __hid_insert_field_entry()
1735 entry->index = usage_index; in __hid_insert_field_entry()
1736 entry->priority = field->usages_priorities[usage_index]; in __hid_insert_field_entry()
1746 if (entry in __hid_insert_field_entry()
1726 __hid_insert_field_entry(struct hid_device *hid, struct hid_report *report, struct hid_field_entry *entry, struct hid_field *field, unsigned int usage_index) __hid_insert_field_entry() argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_spill.c1369 struct hash_entry *entry = _mesa_hash_table_search(state->remap, def); in read_live_in() local
1370 if (entry) in read_live_in()
1371 return entry->data; in read_live_in()
1544 struct hash_entry *entry = in add_live_in_phi() local
1546 assert(entry); in add_live_in_phi()
1547 struct reg_or_immed *pred_val = entry->data; in add_live_in_phi()
1583 struct hash_entry *entry = in add_live_in_phi() local
1585 assert(entry); in add_live_in_phi()
1586 struct reg_or_immed *new_val = entry->data; in add_live_in_phi()
1642 struct hash_entry *entry in rewrite_phi() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dshaderapi.c538 /* Copy old list entries to new list, skipping removed entry at [i] */ in detach_shader()
2151 * if corresponding entry found from MESA_SHADER_READ_PATH. in shader_source()
3228 /* This is simple list entry that will be used to hold a list of string
3277 destroy_shader_include(struct hash_entry *entry) in destroy_shader_include() argument
3280 (struct sh_incl_path_ht_entry *) entry->data; in destroy_shader_include()
3405 struct sh_incl_path_entry *entry; in lookup_shader_include() local
3412 LIST_FOR_EACH_ENTRY(entry, &rel_path_list->list, list) { in lookup_shader_include()
3414 _mesa_hash_table_search(path_ht, entry->path); in lookup_shader_include()
3441 LIST_FOR_EACH_ENTRY(entry, &path_list->list, list) { in lookup_shader_include()
3443 _mesa_hash_table_search(path_ht, entry in lookup_shader_include()
3548 struct sh_incl_path_entry *entry; _mesa_NamedStringARB() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c265 * Since each section may have a different header and entry size, the handler
272 * offset for each entry. For example, if the base for a section's header
273 * indicates a base offset of 10, and the index for the entry is 2, then
282 void *entry; in ice_pkg_enum_entry() local
300 /* get entry */ in ice_pkg_enum_entry()
301 entry = state->handler(state->sect_type, state->sect, state->entry_idx, in ice_pkg_enum_entry()
303 if (!entry) { in ice_pkg_enum_entry()
309 entry = state->handler(state->sect_type, state->sect, in ice_pkg_enum_entry()
313 return entry; in ice_pkg_enum_entry()
320 * @index: index of the boost TCAM entry t
361 ice_find_boost_entry(struct ice_seg *ice_seg, u16 addr, struct ice_boost_tcam_entry **entry) ice_find_boost_entry() argument
3853 struct ice_prof_map *entry = NULL; ice_search_prof_id() local
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dpmbus_core.c3267 struct pmbus_debugfs_entry *entry = data; in pmbus_debugfs_get() local
3268 struct pmbus_data *pdata = i2c_get_clientdata(entry->client); in pmbus_debugfs_get()
3273 rc = _pmbus_read_byte_data(entry->client, entry->page, entry->reg); in pmbus_debugfs_get()
3288 struct pmbus_debugfs_entry *entry = data; in pmbus_debugfs_get_status() local
3289 struct pmbus_data *pdata = i2c_get_clientdata(entry->client); in pmbus_debugfs_get_status()
3294 rc = pdata->read_status(entry->client, entry->page); in pmbus_debugfs_get_status()
3310 struct pmbus_debugfs_entry *entry in pmbus_debugfs_mfr_read() local
3341 struct dentry *entry = data; pmbus_remove_debugfs() local
[all...]
/kernel/linux/linux-6.6/sound/core/oss/
H A Dpcm_oss.c2962 static void snd_pcm_oss_proc_read(struct snd_info_entry *entry, in snd_pcm_oss_proc_read() argument
2965 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_oss_proc_read()
2997 static void snd_pcm_oss_proc_write(struct snd_info_entry *entry, in snd_pcm_oss_proc_write() argument
3000 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_oss_proc_write()
3079 struct snd_info_entry *entry; in snd_pcm_oss_proc_init() local
3083 entry = snd_info_create_card_entry(pcm->card, "oss", pstr->proc_root); in snd_pcm_oss_proc_init()
3084 if (entry) { in snd_pcm_oss_proc_init()
3085 entry->content = SNDRV_INFO_CONTENT_TEXT; in snd_pcm_oss_proc_init()
3086 entry->mode = S_IFREG | 0644; in snd_pcm_oss_proc_init()
3087 entry in snd_pcm_oss_proc_init()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsend.c255 * more then one inum would fall into the same entry, we use radix_list
1739 * generation of the parent dir and the name of the dir entry.
1865 * and we can just unlink this entry. in will_overwrite_ref()
2018 * Insert a name cache entry. On 32bit kernels the radix tree index is 32bit,
2097 * Removes the entry from the list and adds it back to the end. This marks the
2098 * entry as recently used so that name_cache_clean_unused does not remove it.
2156 * ino/gen. If yes, check if the cache entry is still up-to-date. If yes in __get_cur_name_and_parent()
2867 struct orphan_dir_info *entry, *odi; in add_orphan_dir_info() local
2871 entry = rb_entry(parent, struct orphan_dir_info, node); in add_orphan_dir_info()
2872 if (dir_ino < entry in add_orphan_dir_info()
2900 struct orphan_dir_info *entry; get_orphan_dir_info() local
3034 struct waiting_dir_move *entry = get_waiting_dir_move(sctx, ino); is_waiting_for_move() local
3043 struct waiting_dir_move *entry, *dm; add_waiting_dir_move() local
3075 struct waiting_dir_move *entry; get_waiting_dir_move() local
3108 struct pending_dir_move *entry = NULL, *pm; add_pending_dir_move() local
3170 struct pending_dir_move *entry; get_pending_dir_moves() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant.c662 struct external_pmksa_cache *entry; in wpa_supplicant_cleanup() local
664 while ((entry = dl_list_last(&wpa_s->mesh_external_pmksa_cache, in wpa_supplicant_cleanup()
667 dl_list_del(&entry->list); in wpa_supplicant_cleanup()
668 os_free(entry->pmksa_cache); in wpa_supplicant_cleanup()
669 os_free(entry); in wpa_supplicant_cleanup()
1603 /* Use PMK from DPP network introduction (PMKSA entry) */ in wpa_supplicant_set_suites()
3080 wpa_dbg(wpa_s, MSG_DEBUG, "BSS/SSID entry for association not valid anymore - drop connection attempt"); in wpas_start_assoc_cb()
3903 * wpa_supplicant_set_bss_expiration_age - Set BSS entry expiration age
3926 * wpa_supplicant_set_bss_expiration_count - Set BSS entry expiration scan count
4055 struct wpa_ssid *entry; in wpa_supplicant_get_ssid() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant.c768 struct external_pmksa_cache *entry; in wpa_supplicant_cleanup() local
770 while ((entry = dl_list_last(&wpa_s->mesh_external_pmksa_cache, in wpa_supplicant_cleanup()
773 dl_list_del(&entry->list); in wpa_supplicant_cleanup()
774 os_free(entry->pmksa_cache); in wpa_supplicant_cleanup()
775 os_free(entry); in wpa_supplicant_cleanup()
1891 /* Use PMK from DPP network introduction (PMKSA entry) */ in wpa_supplicant_set_suites()
3809 wpa_dbg(wpa_s, MSG_DEBUG, "BSS/SSID entry for association not valid anymore - drop connection attempt");
4841 /* Remove any network entry created based on the removed credential */
4990 * wpa_supplicant_set_bss_expiration_age - Set BSS entry expiration age
5013 * wpa_supplicant_set_bss_expiration_count - Set BSS entry expiratio
5142 struct wpa_ssid *entry; global() local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_mac80211.c692 hi_list *entry = HI_NULL; in WalGetAssociatedStasInfo() local
702 for (entry = user_list_head->next; entry != user_list_head && number < num; number++) { in WalGetAssociatedStasInfo()
703 user_tmp = hi_list_entry(entry, mac_user_stru, user_dlist); in WalGetAssociatedStasInfo()
712 entry = entry->next; in WalGetAssociatedStasInfo()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_softjobs.c224 struct list_head *entry, *tmp; in kbasep_complete_triggered_soft_events() local
228 list_for_each_safe(entry, tmp, &kctx->waiting_soft_jobs) in kbasep_complete_triggered_soft_events()
230 struct kbase_jd_atom *katom = list_entry(entry, struct kbase_jd_atom, queue); in kbasep_complete_triggered_soft_events()
367 struct list_head *entry, *tmp; in kbasep_soft_job_timeout_worker() local
370 list_for_each_safe(entry, tmp, &kctx->waiting_soft_jobs) in kbasep_soft_job_timeout_worker()
372 struct kbase_jd_atom *katom = list_entry(entry, struct kbase_jd_atom, queue); in kbasep_soft_job_timeout_worker()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_softjobs.c229 struct list_head *entry, *tmp; in kbasep_complete_triggered_soft_events() local
233 list_for_each_safe(entry, tmp, &kctx->waiting_soft_jobs) { in kbasep_complete_triggered_soft_events()
235 entry, struct kbase_jd_atom, queue); in kbasep_complete_triggered_soft_events()
383 struct list_head *entry, *tmp; in kbasep_soft_job_timeout_worker() local
386 list_for_each_safe(entry, tmp, &kctx->waiting_soft_jobs) { in kbasep_soft_job_timeout_worker()
387 struct kbase_jd_atom *katom = list_entry(entry, in kbasep_soft_job_timeout_worker()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/
H A Dv4l2_device_manager.cpp560 camera_metadata_item_t entry; in ConvertControlCaptureMirrorSupportedToOhos() local
561 int ret = FindCameraMetadataItem(data, OHOS_CONTROL_CAPTURE_MIRROR_SUPPORTED, &entry); in ConvertControlCaptureMirrorSupportedToOhos()
787 camera_metadata_item_t entry; in AddDefaultControlCaptureMirrorSupport() local
788 int ret = FindCameraMetadataItem(data, OHOS_CONTROL_CAPTURE_MIRROR_SUPPORTED, &entry); in AddDefaultControlCaptureMirrorSupport()
820 camera_metadata_item_t entry; in AddDefaultFlashAvailable() local
821 int ret = FindCameraMetadataItem(data, OHOS_ABILITY_FLASH_MODES, &entry); in AddDefaultFlashAvailable()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c164 /* Read the entry from guest memory */ in kvmppc_mmu_walk_radix_tree()
177 /* Check if a leaf entry */ in kvmppc_mmu_walk_radix_tree()
222 * doubleword of a partition table entry has the same layout as
232 struct prtb_entry entry; in kvmppc_mmu_radix_translate_table() local
238 /* Is the table big enough to contain this entry? */ in kvmppc_mmu_radix_translate_table()
239 if ((table_index * sizeof(entry)) >= size) in kvmppc_mmu_radix_translate_table()
243 ptbl = (table & PRTB_MASK) + (table_index * sizeof(entry)); in kvmppc_mmu_radix_translate_table()
245 ret = kvm_read_guest(kvm, ptbl, &entry, sizeof(entry)); in kvmppc_mmu_radix_translate_table()
251 root = be64_to_cpu(entry in kvmppc_mmu_radix_translate_table()
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Ddebug.c43 int act_entry; /* last formated entry (offset */
48 /* entry to userland */
384 * - format one debug entry and return size of formated data
405 goto out; /* empty entry */ in debug_format_entry()
418 * - goto next entry in p_info
545 /* no entry found */ in debug_open()
631 * @name: Name of debug log (e.g. used for debugfs entry)
634 * @buf_size: Size of data area in each debug entry
674 * @name: Name of debug log (e.g. used for debugfs entry)
677 * @buf_size: Size of data area in each debug entry
1445 debug_dflt_header_fn(debug_info_t *id, struct debug_view *view, int area, debug_entry_t *entry, char *out_buf) debug_dflt_header_fn() argument
[all...]

Completed in 71 milliseconds

1...<<191192193194195196197198199200>>...298