Home
last modified time | relevance | path

Searched refs:entry (Results 2451 - 2475 of 7646) sorted by relevance

1...<<919293949596979899100>>...306

/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c210 /* only check first chain list entry */ in callchain_node__count_flat_rows()
717 /* Collapse the selected entry. */ in hist_browser__handle_hotkey()
725 /* Toggle expand/collapse the selected entry. */ in hist_browser__handle_hotkey()
1164 struct hist_entry *entry, int level, in hist_browser__show_callchain()
1170 u64 total = hists__total_period(entry->hists); in hist_browser__show_callchain()
1175 parent_total = entry->stat_acc->period; in hist_browser__show_callchain()
1177 parent_total = entry->stat.period; in hist_browser__show_callchain()
1181 &entry->sorted_chain, row, in hist_browser__show_callchain()
1186 &entry->sorted_chain, row, in hist_browser__show_callchain()
1191 &entry in hist_browser__show_callchain()
1163 hist_browser__show_callchain(struct hist_browser *browser, struct hist_entry *entry, int level, unsigned short row, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) hist_browser__show_callchain() argument
1295 hist_browser__show_entry(struct hist_browser *browser, struct hist_entry *entry, unsigned short row) hist_browser__show_entry() argument
1401 hist_browser__show_hierarchy_entry(struct hist_browser *browser, struct hist_entry *entry, unsigned short row, int level) hist_browser__show_hierarchy_entry() argument
3407 perf_evsel_menu__write(struct ui_browser *browser, void *entry, int row) perf_evsel_menu__write() argument
3547 filter_group_entries(struct ui_browser *browser __maybe_unused, void *entry) filter_group_entries() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c499 u8 *entry; in _rtl_pci_tx_isr() local
502 entry = (u8 *)(&ring->buffer_desc[ring->idx]); in _rtl_pci_tx_isr()
504 entry = (u8 *)(&ring->desc[ring->idx]); in _rtl_pci_tx_isr()
512 rtlpriv->cfg->ops->get_desc(hw, (u8 *)entry, in _rtl_pci_tx_isr()
589 struct sk_buff *new_skb, u8 *entry, in _rtl_pci_init_one_rxdesc()
617 rtlpriv->cfg->ops->set_desc(hw, (u8 *)entry, false, in _rtl_pci_init_one_rxdesc()
621 rtlpriv->cfg->ops->set_desc(hw, (u8 *)entry, false, in _rtl_pci_init_one_rxdesc()
624 rtlpriv->cfg->ops->set_desc(hw, (u8 *)entry, false, in _rtl_pci_init_one_rxdesc()
627 rtlpriv->cfg->ops->set_desc(hw, (u8 *)entry, false, in _rtl_pci_init_one_rxdesc()
1047 u8 *entry; in _rtl_pci_prepare_bcn_tasklet() local
588 _rtl_pci_init_one_rxdesc(struct ieee80211_hw *hw, struct sk_buff *new_skb, u8 *entry, int rxring_idx, int desc_idx) _rtl_pci_init_one_rxdesc() argument
1239 struct rtl_rx_buffer_desc *entry = NULL; _rtl_pci_init_rx_ring() local
1261 struct rtl_rx_desc *entry = NULL; _rtl_pci_init_rx_ring() local
1300 u8 *entry; _rtl_pci_free_tx_ring() local
1431 struct rtl_rx_desc *entry = NULL; rtl_pci_reset_trx_ring() local
1478 u8 *entry; rtl_pci_reset_trx_ring() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c493 u8 *entry; in _rtl_pci_tx_isr() local
496 entry = (u8 *)(&ring->buffer_desc[ring->idx]); in _rtl_pci_tx_isr()
498 entry = (u8 *)(&ring->desc[ring->idx]); in _rtl_pci_tx_isr()
506 rtlpriv->cfg->ops->get_desc(hw, (u8 *)entry, in _rtl_pci_tx_isr()
583 struct sk_buff *new_skb, u8 *entry, in _rtl_pci_init_one_rxdesc()
611 rtlpriv->cfg->ops->set_desc(hw, (u8 *)entry, false, in _rtl_pci_init_one_rxdesc()
615 rtlpriv->cfg->ops->set_desc(hw, (u8 *)entry, false, in _rtl_pci_init_one_rxdesc()
618 rtlpriv->cfg->ops->set_desc(hw, (u8 *)entry, false, in _rtl_pci_init_one_rxdesc()
621 rtlpriv->cfg->ops->set_desc(hw, (u8 *)entry, false, in _rtl_pci_init_one_rxdesc()
1041 u8 *entry; in _rtl_pci_prepare_bcn_tasklet() local
582 _rtl_pci_init_one_rxdesc(struct ieee80211_hw *hw, struct sk_buff *new_skb, u8 *entry, int rxring_idx, int desc_idx) _rtl_pci_init_one_rxdesc() argument
1233 struct rtl_rx_buffer_desc *entry = NULL; _rtl_pci_init_rx_ring() local
1255 struct rtl_rx_desc *entry = NULL; _rtl_pci_init_rx_ring() local
1294 u8 *entry; _rtl_pci_free_tx_ring() local
1425 struct rtl_rx_desc *entry = NULL; rtl_pci_reset_trx_ring() local
1472 u8 *entry; rtl_pci_reset_trx_ring() local
[all...]
/third_party/curl/lib/
H A Dmulti.c253 * The sockhash has its own separate subhash in each entry that need to be
293 /* make/add new hash entry */ in sh_addentry()
305 static void sh_delentry(struct Curl_sh_entry *entry, in sh_delentry() argument
308 Curl_hash_destroy(&entry->transfers); in sh_delentry()
310 /* We remove the hash entry. This will end up in a call to in sh_delentry()
316 * free a sockhash entry
347 * limiting. It simply has a fixed-size array, and on each entry in the array
464 /* We add the new easy entry last in the list. */ in link_easy()
2793 * It is important that the 'now' value is set at the entry of this function
2920 /* remove the extracted entry */
2940 struct Curl_sh_entry *entry; global() local
3111 struct Curl_sh_entry *entry = sh_getentry(&multi->sockhash, s); global() local
3222 struct Curl_sh_entry *entry = sh_getentry(&multi->sockhash, s); global() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/vermilion/
H A Dvermilion.c1072 struct vml_info *entry; in vmlfb_register_subsys() local
1091 entry = list_entry(list, struct vml_info, head); in vmlfb_register_subsys()
1098 if (!vmlfb_check_var_locked(&entry->info.var, entry)) { in vmlfb_register_subsys()
1099 vmlfb_set_par_locked(entry); in vmlfb_register_subsys()
1109 save_activate = entry->info.var.activate; in vmlfb_register_subsys()
1110 entry->info.var.bits_per_pixel = 16; in vmlfb_register_subsys()
1111 vmlfb_set_pref_pixel_format(&entry->info.var); in vmlfb_register_subsys()
1112 if (fb_find_mode(&entry->info.var, in vmlfb_register_subsys()
1113 &entry in vmlfb_register_subsys()
1139 struct vml_info *entry, *next; vmlfb_unregister_subsys() local
[all...]
/kernel/linux/linux-5.10/lib/
H A Dradix-tree.c87 void __rcu **entry = rcu_dereference_raw(parent->slots[offset]); in radix_tree_descend() local
89 *nodep = (void *)entry; in radix_tree_descend()
409 void *entry; in radix_tree_extend() local
418 entry = rcu_dereference_raw(root->xa_head); in radix_tree_extend()
419 if (!entry && (!is_idr(root) || root_tag_get(root, IDR_FREE))) in radix_tree_extend()
443 if (radix_tree_is_internal_node(entry)) { in radix_tree_extend()
444 entry_to_node(entry)->parent = node; in radix_tree_extend()
445 } else if (xa_is_value(entry)) { in radix_tree_extend()
446 /* Moving a value entry root->xa_head to a node */ in radix_tree_extend()
450 * entry wa in radix_tree_extend()
660 void *entry = rcu_dereference_raw(child->slots[offset]); radix_tree_free_nodes() local
1415 void *entry; radix_tree_delete_item() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/vermilion/
H A Dvermilion.c1082 struct vml_info *entry; in vmlfb_register_subsys() local
1101 entry = list_entry(list, struct vml_info, head); in vmlfb_register_subsys()
1108 if (!vmlfb_check_var_locked(&entry->info.var, entry)) { in vmlfb_register_subsys()
1109 vmlfb_set_par_locked(entry); in vmlfb_register_subsys()
1119 save_activate = entry->info.var.activate; in vmlfb_register_subsys()
1120 entry->info.var.bits_per_pixel = 16; in vmlfb_register_subsys()
1121 vmlfb_set_pref_pixel_format(&entry->info.var); in vmlfb_register_subsys()
1122 if (fb_find_mode(&entry->info.var, in vmlfb_register_subsys()
1123 &entry in vmlfb_register_subsys()
1149 struct vml_info *entry, *next; vmlfb_unregister_subsys() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Dradix-tree.c89 void __rcu **entry = rcu_dereference_raw(parent->slots[offset]); in radix_tree_descend() local
91 *nodep = (void *)entry; in radix_tree_descend()
411 void *entry; in radix_tree_extend() local
420 entry = rcu_dereference_raw(root->xa_head); in radix_tree_extend()
421 if (!entry && (!is_idr(root) || root_tag_get(root, IDR_FREE))) in radix_tree_extend()
445 if (radix_tree_is_internal_node(entry)) { in radix_tree_extend()
446 entry_to_node(entry)->parent = node; in radix_tree_extend()
447 } else if (xa_is_value(entry)) { in radix_tree_extend()
448 /* Moving a value entry root->xa_head to a node */ in radix_tree_extend()
452 * entry wa in radix_tree_extend()
662 void *entry = rcu_dereference_raw(child->slots[offset]); radix_tree_free_nodes() local
1418 void *entry; radix_tree_delete_item() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dscope-info.cc28 Object entry = get(index); in Equals() local
30 if (entry.IsSmi()) { in Equals()
31 if (entry != other_entry) return false; in Equals()
33 if (HeapObject::cast(entry).map().instance_type() != in Equals()
37 if (entry.IsString()) { in Equals()
38 if (!String::cast(entry).Equals(String::cast(other_entry))) { in Equals()
41 } else if (entry.IsScopeInfo()) { in Equals()
42 if (!ScopeInfo::cast(entry).Equals(ScopeInfo::cast(other_entry))) { in Equals()
45 } else if (entry.IsSourceTextModuleInfo()) { in Equals()
46 if (!SourceTextModuleInfo::cast(entry) in Equals()
353 InternalIndex entry = local_names_hashtable->FindEntry(isolate, name); Create() local
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_job.c171 struct hash_entry *entry = _mesa_hash_table_search(ctx->jobs, &local_key); in lima_job_get_with_fb() local
172 if (entry) in lima_job_get_with_fb()
173 return entry->data; in lima_job_get_with_fb()
555 list_for_each_entry_safe(struct lima_ctx_plb_pp_stream, entry, in lima_free_stale_pp_stream_bo()
561 _mesa_hash_table_search(ctx->plb_pp_stream, &entry->key); in lima_free_stale_pp_stream_bo()
564 list_del(&entry->lru_list); in lima_free_stale_pp_stream_bo()
566 ctx->plb_stream_cache_size -= entry->bo->size; in lima_free_stale_pp_stream_bo()
567 lima_bo_unreference(entry->bo); in lima_free_stale_pp_stream_bo()
569 ralloc_free(entry); in lima_free_stale_pp_stream_bo()
613 struct hash_entry *entry in lima_update_damage_pp_stream() local
1045 struct hash_entry *entry = _mesa_hash_table_search(ctx->write_jobs, prsc); lima_flush_previous_job_writing_resource() local
[all...]
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/vhe/
H A DMakefile10 obj-y += ../vgic-v3-sr.o ../aarch32.o ../vgic-v2-cpuif-proxy.o ../entry.o \
11 ../fpsimd.o ../hyp-entry.o
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsystbls_64.S2 /* systbls.S: System call entry point tables for OS compatibility.
13 #define __SYSCALL(nr, entry) .word entry
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dctimap.h28 int input_mapper_add(struct list_head *mappers, struct imapper *entry,
31 int input_mapper_delete(struct list_head *mappers, struct imapper *entry,
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_coredump.h22 * @size: Number of bytes for the entry
34 * @entry: Contains File info
38 struct iosm_cd_list_entry entry[]; member
51 int ipc_coredump_collect(struct iosm_devlink *devlink, u8 **data, int entry,
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dctimap.h28 int input_mapper_add(struct list_head *mappers, struct imapper *entry,
31 int input_mapper_delete(struct list_head *mappers, struct imapper *entry,
/third_party/node/deps/v8/tools/
H A Dgc-nvp-to-csv.py27 for entry in trace:
28 print(', '.join(map(lambda key: str(entry[key]), keys)))
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_combiner.cpp120 for (auto &entry : frameToAbort) { in PeriodicalSurveillance()
121 eachSource.second.erase(entry); in PeriodicalSurveillance()
201 for (auto &entry : combineWorkPool_[inSourceId]) { in AbortCombineWorkBySource()
202 if (entry.second.status.GetProgressId() < toBeAbortProgressId) { in AbortCombineWorkBySource()
203 toBeAbortProgressId = entry.second.status.GetProgressId(); in AbortCombineWorkBySource()
204 toBeAbortFrameId = entry.first; in AbortCombineWorkBySource()
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_util.cpp141 struct dirent *entry; in SmtpfsRemoveDir() local
148 while ((entry = ::readdir(dir))) { in SmtpfsRemoveDir()
149 if (strcmp(entry->d_name, ".") && strcmp(entry->d_name, "..")) { in SmtpfsRemoveDir()
150 path = dirName + "/" + entry->d_name; in SmtpfsRemoveDir()
151 if (entry->d_type == DT_DIR) { in SmtpfsRemoveDir()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dglue.c268 struct acpi_device_physical_node *entry; in acpi_unbind_one() local
275 list_for_each_entry(entry, &acpi_dev->physical_node_list, node) in acpi_unbind_one()
276 if (entry->dev == dev) { in acpi_unbind_one()
279 list_del(&entry->node); in acpi_unbind_one()
282 acpi_physnode_link_name(physnode_name, entry->node_id); in acpi_unbind_one()
289 kfree(entry); in acpi_unbind_one()
/kernel/linux/linux-5.10/arch/x86/pci/
H A Dpcbios.c54 * This is the standard structure used to identify the entry point
66 unsigned long entry; /* 32 bit physical address */ member
88 * Returns the entry point for the given service, NULL on error
96 unsigned long entry; /* %edx */ in bios32_service() local
104 "=d" (entry) in bios32_service()
112 return address + entry; in bios32_service()
170 printk(KERN_INFO "PCI: PCI BIOS revision %x.%02x entry at 0x%lx, last bus=%d\n", in check_pcibios()
324 if (check->fields.entry >= 0x100000) { in pci_find_bios()
325 printk("PCI: BIOS32 entry (0x%p) in high memory, " in pci_find_bios()
329 unsigned long bios32_entry = check->fields.entry; in pci_find_bios()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c357 struct lpc_debugfs_entry *entry; in opal_lpc_debugfs_create_type() local
358 entry = kzalloc(sizeof(*entry), GFP_KERNEL); in opal_lpc_debugfs_create_type()
359 if (!entry) in opal_lpc_debugfs_create_type()
361 entry->lpc_type = type; in opal_lpc_debugfs_create_type()
362 debugfs_create_file(fname, 0600, folder, entry, &lpc_fops); in opal_lpc_debugfs_create_type()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dsi_ih.c128 struct amdgpu_iv_entry *entry) in si_ih_decode_iv()
138 entry->client_id = AMDGPU_IRQ_CLIENTID_LEGACY; in si_ih_decode_iv()
139 entry->src_id = dw[0] & 0xff; in si_ih_decode_iv()
140 entry->src_data[0] = dw[1] & 0xfffffff; in si_ih_decode_iv()
141 entry->ring_id = dw[2] & 0xff; in si_ih_decode_iv()
142 entry->vmid = (dw[2] >> 8) & 0xff; in si_ih_decode_iv()
126 si_ih_decode_iv(struct amdgpu_device *adev, struct amdgpu_ih_ring *ih, struct amdgpu_iv_entry *entry) si_ih_decode_iv() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c357 struct lpc_debugfs_entry *entry; in opal_lpc_debugfs_create_type() local
358 entry = kzalloc(sizeof(*entry), GFP_KERNEL); in opal_lpc_debugfs_create_type()
359 if (!entry) in opal_lpc_debugfs_create_type()
361 entry->lpc_type = type; in opal_lpc_debugfs_create_type()
362 debugfs_create_file(fname, 0600, folder, entry, &lpc_fops); in opal_lpc_debugfs_create_type()
/kernel/linux/linux-5.10/sound/core/
H A Dsound.c345 static void snd_minor_info_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_minor_info_read() argument
372 struct snd_info_entry *entry; in snd_minor_info_init() local
374 entry = snd_info_create_module_entry(THIS_MODULE, "devices", NULL); in snd_minor_info_init()
375 if (!entry) in snd_minor_info_init()
377 entry->c.text.read = snd_minor_info_read; in snd_minor_info_init()
378 return snd_info_register(entry); /* freed in error path */ in snd_minor_info_init()
/kernel/linux/linux-5.10/mm/
H A Dfrontswap.c248 swp_entry_t entry = { .val = page_private(page), }; in __frontswap_store() local
249 int type = swp_type(entry); in __frontswap_store()
251 pgoff_t offset = swp_offset(entry); in __frontswap_store()
297 swp_entry_t entry = { .val = page_private(page), }; in __frontswap_load() local
298 int type = swp_type(entry); in __frontswap_load()
300 pgoff_t offset = swp_offset(entry); in __frontswap_load()

Completed in 26 milliseconds

1...<<919293949596979899100>>...306