Home
last modified time | relevance | path

Searched refs:entry (Results 1951 - 1975 of 7278) sorted by relevance

1...<<71727374757677787980>>...292

/kernel/linux/linux-6.6/lib/pldmfw/
H A Dpldmfw.c298 list_add_tail(&desc->entry, &record->descs); in pldm_parse_desc_tlvs()
336 list_add_tail(&record->entry, &data->records); in pldm_parse_one_record()
484 list_add_tail(&component->entry, &data->components); in pldm_parse_components()
549 list_for_each_entry_safe(component, c_safe, &data->components, entry) { in pldmfw_free_priv()
550 list_del(&component->entry); in pldmfw_free_priv()
554 list_for_each_entry_safe(record, r_safe, &data->records, entry) { in pldmfw_free_priv()
555 list_for_each_entry_safe(desc, d_safe, &record->descs, entry) { in pldmfw_free_priv()
556 list_del(&desc->entry); in pldmfw_free_priv()
565 list_del(&record->entry); in pldmfw_free_priv()
639 list_for_each_entry(desc, &record->descs, entry) { in pldmfw_op_pci_match_record()
[all...]
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_epfile.c120 req = list_first_entry(&epfile->req_list, struct generic_request, entry); in generic_epfile_do_submit()
121 list_del_init(&req->entry); in generic_epfile_do_submit()
149 list_add_tail(&cur_req->entry, &epfile->comp_list); in generic_epfile_req_complete()
193 list_add_tail(&cur_req->entry, &epfile->comp_list); in generic_epfile_submit_request()
221 list_for_each_entry_safe(req_iter, tmp, &epfile->req_list, entry) in generic_epfile_cancel_pending_request()
225 list_del_init(&req_iter->entry); in generic_epfile_cancel_pending_request()
242 list_add_tail(&req_iter->entry, &epfile->comp_list); in generic_epfile_cancel_pending_request()
261 list_for_each_entry_safe(req_iter, tmp, &epfile->comp_list, entry) in generic_epfile_request_status()
269 list_for_each_entry_safe(req_iter, tmp, &epfile->req_list, entry) in generic_epfile_request_status()
344 req = list_first_entry(&epfile->comp_list, struct generic_request, entry); in generic_epfile_handle_read()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMapTest.java120 for (Entry<String, Integer> entry : unicodeTestMap.entrySet()) { in TestByteConversion()
121 String source = entry.getKey(); in TestByteConversion()
144 for (Entry<String, Integer> entry : testmap.entrySet()) { in checkGet()
145 Integer value = entry.getValue(); in checkGet()
146 String key = entry.getKey(); in checkGet()
180 for (Entry<String, Integer> entry : map.entrySet()) { in timeIteration()
181 String key = entry.getKey(); in timeIteration()
182 Integer value = entry.getValue(); in timeIteration()
198 for (Entry<CharSequence, Integer> entry : trieMap) { in timeIteration()
199 CharSequence key = entry in timeIteration()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMapTest.java117 for (Entry<String, Integer> entry : unicodeTestMap.entrySet()) { in TestByteConversion()
118 String source = entry.getKey(); in TestByteConversion()
141 for (Entry<String, Integer> entry : testmap.entrySet()) { in checkGet()
142 Integer value = entry.getValue(); in checkGet()
143 String key = entry.getKey(); in checkGet()
177 for (Entry<String, Integer> entry : map.entrySet()) { in timeIteration()
178 String key = entry.getKey(); in timeIteration()
179 Integer value = entry.getValue(); in timeIteration()
195 for (Entry<CharSequence, Integer> entry : trieMap) { in timeIteration()
196 CharSequence key = entry in timeIteration()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ducol_res.cpp284 // for the entry with the default type. in loadFromBundle()
286 // for the entry with an empty type. in loadFromBundle()
373 const CollationCacheEntry *entry = getCacheEntry(errorCode); in loadFromCollations() local
374 return makeCacheEntry(validLocale, entry, errorCode); in loadFromCollations()
451 const CollationCacheEntry *entry = new CollationCacheEntry(validLocale, t.getAlias()); in loadFromData() local
452 if(entry == NULL) { in loadFromData()
459 entry->addRef(); in loadFromData()
460 return entry; in loadFromData()
466 const CollationCacheEntry *entry = NULL; in getCacheEntry() local
467 cache->get(key, this, entry, errorCod in getCacheEntry()
490 CollationCacheEntry *entry = new CollationCacheEntry(loc, entryFromCache->tailoring); makeCacheEntry() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ducol_res.cpp294 // for the entry with the default type. in loadFromBundle()
296 // for the entry with an empty type. in loadFromBundle()
383 const CollationCacheEntry *entry = getCacheEntry(errorCode); in loadFromCollations() local
384 return makeCacheEntry(validLocale, entry, errorCode); in loadFromCollations()
461 const CollationCacheEntry *entry = new CollationCacheEntry(validLocale, t.getAlias()); in loadFromData() local
462 if(entry == nullptr) { in loadFromData()
469 entry->addRef(); in loadFromData()
470 return entry; in loadFromData()
476 const CollationCacheEntry *entry = nullptr; in getCacheEntry() local
477 cache->get(key, this, entry, errorCod in getCacheEntry()
500 CollationCacheEntry *entry = new CollationCacheEntry(loc, entryFromCache->tailoring); makeCacheEntry() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dshader_compiler_test.cc197 %entry = OpLabel in TEST_F()
369 for (const auto& entry : iter->second) { in TEST_F()
370 max_binding = std::max(max_binding, entry.binding); in TEST_F()
372 entry.kind == Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD_UBO; in TEST_F()
388 for (const auto& entry : iter->second) { in TEST_F()
389 max_binding = std::max(max_binding, entry.binding); in TEST_F()
391 entry.kind == Pipeline::ShaderInfo::DescriptorMapEntry::Kind::POD_UBO; in TEST_F()
421 for (const auto& entry : iter->second) { in TEST_F()
422 if (entry.binding == 0) { in TEST_F()
423 EXPECT_EQ(entry in TEST_F()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol_res.cpp284 // for the entry with the default type. in loadFromBundle()
286 // for the entry with an empty type. in loadFromBundle()
373 const CollationCacheEntry *entry = getCacheEntry(errorCode); in loadFromCollations() local
374 return makeCacheEntry(validLocale, entry, errorCode); in loadFromCollations()
451 const CollationCacheEntry *entry = new CollationCacheEntry(validLocale, t.getAlias()); in loadFromData() local
452 if(entry == NULL) { in loadFromData()
459 entry->addRef(); in loadFromData()
460 return entry; in loadFromData()
466 const CollationCacheEntry *entry = NULL; in getCacheEntry() local
467 cache->get(key, this, entry, errorCod in getCacheEntry()
490 CollationCacheEntry *entry = new CollationCacheEntry(loc, entryFromCache->tailoring); makeCacheEntry() local
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
H A Dresolve.go92 entry := &sem.EnumEntry{
97 entry.IsInternal = true
105 if err := r.globals.declare(entry, e.Source); err != nil {
108 s.Entries = append(s.Entries, entry)
211 entry := enum.FindEntry(ast.Name)
212 if entry == nil {
215 m.Options = append(m.Options, entry)
346 if entry, ok := target.(*sem.EnumEntry); ok {
347 // The target resolved to an enum entry.
360 matcher, ok := r.enumEntryMatchers[entry]
[all...]
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H A Ddsp_spos.c493 static void cs46xx_dsp_proc_symbol_table_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_symbol_table_read() argument
496 struct snd_cs46xx *chip = entry->private_data; in cs46xx_dsp_proc_symbol_table_read()
521 static void cs46xx_dsp_proc_modules_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_modules_read() argument
524 struct snd_cs46xx *chip = entry->private_data; in cs46xx_dsp_proc_modules_read()
544 static void cs46xx_dsp_proc_task_tree_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_task_tree_read() argument
547 struct snd_cs46xx *chip = entry->private_data; in cs46xx_dsp_proc_task_tree_read()
572 static void cs46xx_dsp_proc_scb_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_scb_read() argument
575 struct snd_cs46xx *chip = entry->private_data; in cs46xx_dsp_proc_scb_read()
605 static void cs46xx_dsp_proc_parameter_dump_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_parameter_dump_read() argument
608 struct snd_cs46xx *chip = entry in cs46xx_dsp_proc_parameter_dump_read()
633 cs46xx_dsp_proc_sample_dump_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) cs46xx_dsp_proc_sample_dump_read() argument
783 struct snd_info_entry *entry; cs46xx_dsp_proc_init() local
[all...]
/kernel/linux/linux-5.10/mm/
H A Dmigrate.c203 * Restore a potential migration pte to a working pte entry
216 swp_entry_t entry; in remove_migration_pte() local
227 /* PMD-mapped THP migration entry */ in remove_migration_pte()
243 entry = pte_to_swp_entry(*pvmw.pte); in remove_migration_pte()
244 if (is_write_migration_entry(entry)) in remove_migration_pte()
250 entry = make_device_private_entry(new, pte_write(pte)); in remove_migration_pte()
251 pte = swp_entry_to_pte(entry); in remove_migration_pte()
316 swp_entry_t entry; in __migration_entry_wait() local
324 entry = pte_to_swp_entry(pte); in __migration_entry_wait()
325 if (!is_migration_entry(entry)) in __migration_entry_wait()
2146 migrate_misplaced_transhuge_page(struct mm_struct *mm, struct vm_area_struct *vma, pmd_t *pmd, pmd_t entry, unsigned long address, struct page *page, int node) migrate_misplaced_transhuge_page() argument
2382 swp_entry_t entry; migrate_vma_collect_pmd() local
2879 pte_t entry; migrate_vma_insert_page() local
[all...]
H A Drmap.c674 * access to data via a stale TLB entry. Tracking all mm's that have TLB
936 pte_t entry; in page_mkclean_one() local
943 entry = ptep_clear_flush(vma, address, pte); in page_mkclean_one()
944 entry = pte_wrprotect(entry); in page_mkclean_one()
945 entry = pte_mkclean(entry); in page_mkclean_one()
946 set_pte_at(vma->vm_mm, address, pte, entry); in page_mkclean_one()
951 pmd_t entry; in page_mkclean_one() local
957 entry in page_mkclean_one()
1529 swp_entry_t entry; try_to_unmap_one() local
1623 swp_entry_t entry; try_to_unmap_one() local
1651 swp_entry_t entry = { .val = page_private(subpage) }; try_to_unmap_one() local
[all...]
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H A Ddsp_spos.c493 static void cs46xx_dsp_proc_symbol_table_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_symbol_table_read() argument
496 struct snd_cs46xx *chip = entry->private_data; in cs46xx_dsp_proc_symbol_table_read()
521 static void cs46xx_dsp_proc_modules_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_modules_read() argument
524 struct snd_cs46xx *chip = entry->private_data; in cs46xx_dsp_proc_modules_read()
544 static void cs46xx_dsp_proc_task_tree_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_task_tree_read() argument
547 struct snd_cs46xx *chip = entry->private_data; in cs46xx_dsp_proc_task_tree_read()
572 static void cs46xx_dsp_proc_scb_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_scb_read() argument
575 struct snd_cs46xx *chip = entry->private_data; in cs46xx_dsp_proc_scb_read()
605 static void cs46xx_dsp_proc_parameter_dump_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_parameter_dump_read() argument
608 struct snd_cs46xx *chip = entry in cs46xx_dsp_proc_parameter_dump_read()
634 cs46xx_dsp_proc_sample_dump_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) cs46xx_dsp_proc_sample_dump_read() argument
784 struct snd_info_entry *entry; cs46xx_dsp_proc_init() local
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_diag.c654 const struct inet_diag_entry *entry) in inet_diag_bc_run()
670 yes = entry->sport == op[1].no; in inet_diag_bc_run()
673 yes = entry->sport >= op[1].no; in inet_diag_bc_run()
676 yes = entry->sport <= op[1].no; in inet_diag_bc_run()
679 yes = entry->dport == op[1].no; in inet_diag_bc_run()
682 yes = entry->dport >= op[1].no; in inet_diag_bc_run()
685 yes = entry->dport <= op[1].no; in inet_diag_bc_run()
688 yes = !(entry->userlocks & SOCK_BINDPORT_LOCK); in inet_diag_bc_run()
698 entry->sport : entry in inet_diag_bc_run()
653 inet_diag_bc_run(const struct nlattr *_bc, const struct inet_diag_entry *entry) inet_diag_bc_run() argument
772 entry_fill_addrs(struct inet_diag_entry *entry, const struct sock *sk) entry_fill_addrs() argument
790 struct inet_diag_entry entry; inet_diag_bc_sk() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c65 struct ieee80211_frag_entry *entry; in ieee80211_frag_cache_find() local
69 entry = &ieee->frag_cache[tid][i]; in ieee80211_frag_cache_find()
70 if (entry->skb && in ieee80211_frag_cache_find()
71 time_after(jiffies, entry->first_frag_time + 2 * HZ)) { in ieee80211_frag_cache_find()
73 "expiring fragment cache entry " in ieee80211_frag_cache_find()
75 entry->seq, entry->last_frag); in ieee80211_frag_cache_find()
76 dev_kfree_skb_any(entry->skb); in ieee80211_frag_cache_find()
77 entry->skb = NULL; in ieee80211_frag_cache_find()
80 if (entry in ieee80211_frag_cache_find()
100 struct ieee80211_frag_entry *entry; ieee80211_frag_cache_get() local
167 struct ieee80211_frag_entry *entry; ieee80211_frag_cache_invalidate() local
444 struct ieee_ibss_seq *entry = NULL; is_duplicate_packet() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib_rx.c61 struct rtllib_frag_entry *entry; in rtllib_frag_cache_find() local
65 entry = &ieee->frag_cache[tid][i]; in rtllib_frag_cache_find()
66 if (entry->skb != NULL && in rtllib_frag_cache_find()
67 time_after(jiffies, entry->first_frag_time + 2 * HZ)) { in rtllib_frag_cache_find()
69 "expiring fragment cache entry seq=%u last_frag=%u\n", in rtllib_frag_cache_find()
70 entry->seq, entry->last_frag); in rtllib_frag_cache_find()
71 dev_kfree_skb_any(entry->skb); in rtllib_frag_cache_find()
72 entry->skb = NULL; in rtllib_frag_cache_find()
75 if (entry in rtllib_frag_cache_find()
95 struct rtllib_frag_entry *entry; rtllib_frag_cache_get() local
165 struct rtllib_frag_entry *entry; rtllib_frag_cache_invalidate() local
393 struct ieee_ibss_seq *entry = NULL; is_duplicate_packet() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H A Drtllib_rx.c61 struct rtllib_frag_entry *entry; in rtllib_frag_cache_find() local
65 entry = &ieee->frag_cache[tid][i]; in rtllib_frag_cache_find()
66 if (entry->skb != NULL && in rtllib_frag_cache_find()
67 time_after(jiffies, entry->first_frag_time + 2 * HZ)) { in rtllib_frag_cache_find()
69 "expiring fragment cache entry seq=%u last_frag=%u\n", in rtllib_frag_cache_find()
70 entry->seq, entry->last_frag); in rtllib_frag_cache_find()
71 dev_kfree_skb_any(entry->skb); in rtllib_frag_cache_find()
72 entry->skb = NULL; in rtllib_frag_cache_find()
75 if (entry in rtllib_frag_cache_find()
95 struct rtllib_frag_entry *entry; rtllib_frag_cache_get() local
164 struct rtllib_frag_entry *entry; rtllib_frag_cache_invalidate() local
381 struct ieee_ibss_seq *entry = NULL; is_duplicate_packet() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c65 struct ieee80211_frag_entry *entry; in ieee80211_frag_cache_find() local
69 entry = &ieee->frag_cache[tid][i]; in ieee80211_frag_cache_find()
70 if (entry->skb && in ieee80211_frag_cache_find()
71 time_after(jiffies, entry->first_frag_time + 2 * HZ)) { in ieee80211_frag_cache_find()
73 "expiring fragment cache entry " in ieee80211_frag_cache_find()
75 entry->seq, entry->last_frag); in ieee80211_frag_cache_find()
76 dev_kfree_skb_any(entry->skb); in ieee80211_frag_cache_find()
77 entry->skb = NULL; in ieee80211_frag_cache_find()
80 if (entry in ieee80211_frag_cache_find()
100 struct ieee80211_frag_entry *entry; ieee80211_frag_cache_get() local
167 struct ieee80211_frag_entry *entry; ieee80211_frag_cache_invalidate() local
444 struct ieee_ibss_seq *entry = NULL; is_duplicate_packet() local
[all...]
/third_party/mesa3d/src/compiler/
H A Dglsl_types.cpp509 hash_free_type_function(struct hash_entry *entry) in hash_free_type_function() argument
511 glsl_type *type = (glsl_type *) entry->data; in hash_free_type_function()
514 free((void*)entry->key); in hash_free_type_function()
699 const struct hash_entry *entry = in get_instance() local
701 if (entry == NULL) { in get_instance()
708 entry = _mesa_hash_table_insert(explicit_matrix_types, in get_instance()
712 assert(((glsl_type *) entry->data)->base_type == base_type); in get_instance()
713 assert(((glsl_type *) entry->data)->vector_elements == rows); in get_instance()
714 assert(((glsl_type *) entry->data)->matrix_columns == columns); in get_instance()
715 assert(((glsl_type *) entry in get_instance()
1252 const struct hash_entry *entry = _mesa_hash_table_search(array_types, key); get_array_instance() local
1464 const struct hash_entry *entry = _mesa_hash_table_search(struct_types, get_struct_instance() local
1504 const struct hash_entry *entry = _mesa_hash_table_search(interface_types, get_interface_instance() local
1537 const struct hash_entry *entry = _mesa_hash_table_search(subroutine_types, get_subroutine_instance() local
1593 struct hash_entry *entry = _mesa_hash_table_search(function_types, &key); get_function_instance() local
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpgtable.h113 * A 64 bit pagetable entry of S390 has following format:
122 * A 64 bit segmenttable entry of S390 has following format:
132 * A 64 bit region table entry of S390 has following format:
163 /* Hardware bits in the page table entry */
169 /* Software bits in the page table entry */
238 /* Bits in the region table entry */
243 #define _REGION_ENTRY_INVALID 0x20 /* invalid region table entry */
272 /* Bits in the segment table entry */
280 #define _SEGMENT_ENTRY_INVALID 0x20 /* invalid segment table entry */
349 * Segment table and region3 table entry encodin
1141 ptep_set_access_flags(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep, pte_t entry, int dirty) ptep_set_access_flags() argument
1200 set_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *ptep, pte_t entry) set_pte_at() argument
1554 pmdp_set_access_flags(struct vm_area_struct *vma, unsigned long addr, pmd_t *pmdp, pmd_t entry, int dirty) pmdp_set_access_flags() argument
1587 set_pmd_at(struct mm_struct *mm, unsigned long addr, pmd_t *pmdp, pmd_t entry) set_pmd_at() argument
1704 __swp_type(swp_entry_t entry) __swp_type() argument
1709 __swp_offset(swp_entry_t entry) __swp_offset() argument
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Ddelayed-ref.c282 struct btrfs_delayed_ref_head *entry; in htree_insert() local
291 entry = rb_entry(parent_node, struct btrfs_delayed_ref_head, in htree_insert()
294 if (bytenr < entry->bytenr) { in htree_insert()
296 } else if (bytenr > entry->bytenr) { in htree_insert()
300 return entry; in htree_insert()
315 struct btrfs_delayed_ref_node *entry; in tree_insert() local
322 entry = rb_entry(parent_node, struct btrfs_delayed_ref_node, in tree_insert()
324 comp = comp_refs(ins, entry, true); in tree_insert()
331 return entry; in tree_insert()
344 struct btrfs_delayed_ref_head *entry; in find_first_ref_head() local
366 struct btrfs_delayed_ref_head *entry; find_ref_head() local
[all...]
/kernel/linux/linux-5.10/fs/exfat/
H A Dnamei.c27 * If new entry was created in the parent, it could create the 8.3 alias (the
44 * Note, rename() to existing directory entry will have ->d_inode, and in exfat_d_revalidate()
301 /* find empty directory entry.
388 /* update the directory entry */ in exfat_find_empty_entry()
393 &(ei->dir), ei->entry + 1, &bh, &sector); in exfat_find_empty_entry()
403 ei->entry)) in exfat_find_empty_entry()
479 return ((loff_t) info->dir.dir << 32) | (info->entry & 0xffffffff); in exfat_make_i_pos()
519 /* update the directory entry */ in exfat_add_entry()
520 /* fill the dos name directory entry information of the created file. in exfat_add_entry()
533 info->entry in exfat_add_entry()
794 int num_entries, entry, err = 0; exfat_unlink() local
949 int num_entries, entry, err; exfat_rmdir() local
[all...]
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dbtmrvl_sdio.c329 { } /* Terminating entry */
1354 struct memory_type_mapping *entry = &mem_type_mapping_tbl[idx]; in btmrvl_sdio_coredump() local
1356 if (entry->mem_ptr) { in btmrvl_sdio_coredump()
1357 vfree(entry->mem_ptr); in btmrvl_sdio_coredump()
1358 entry->mem_ptr = NULL; in btmrvl_sdio_coredump()
1360 entry->mem_size = 0; in btmrvl_sdio_coredump()
1383 struct memory_type_mapping *entry = &mem_type_mapping_tbl[idx]; in btmrvl_sdio_coredump() local
1412 BT_INFO("%s_SIZE=0x%x", entry->mem_name, memory_size); in btmrvl_sdio_coredump()
1413 entry->mem_ptr = vzalloc(memory_size + 1); in btmrvl_sdio_coredump()
1414 entry in btmrvl_sdio_coredump()
1481 struct memory_type_mapping *entry = &mem_type_mapping_tbl[idx]; btmrvl_sdio_coredump() local
[all...]
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H A Dfib.c139 struct nsim_fib_entry *entry; in nsim_fib_get_val() local
143 entry = &fib_data->ipv4.fib; in nsim_fib_get_val()
146 entry = &fib_data->ipv4.rules; in nsim_fib_get_val()
149 entry = &fib_data->ipv6.fib; in nsim_fib_get_val()
152 entry = &fib_data->ipv6.rules; in nsim_fib_get_val()
155 entry = &fib_data->nexthops; in nsim_fib_get_val()
161 return max ? entry->max : atomic64_read(&entry->num); in nsim_fib_get_val()
167 struct nsim_fib_entry *entry; in nsim_fib_set_max() local
171 entry in nsim_fib_set_max()
192 nsim_fib_rule_account(struct nsim_fib_entry *entry, bool add, struct netlink_ext_ack *extack) nsim_fib_rule_account() argument
227 nsim_fib_account(struct nsim_fib_entry *entry, bool add) nsim_fib_account() argument
[all...]
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_user.c47 * not. Offset values in the command entry point to other locations
992 struct tcmu_cmd_entry *entry; in queue_cmd_ring() local
1063 entry = (void *) mb + CMDR_OFF + cmd_head; in queue_cmd_ring()
1064 memset(entry, 0, command_size); in queue_cmd_ring()
1065 tcmu_hdr_set_op(&entry->hdr.len_op, TCMU_OP_CMD); in queue_cmd_ring()
1069 iov = &entry->req.iov[0]; in queue_cmd_ring()
1077 entry->req.iov_cnt = iov_cnt - iov_bidi_cnt; in queue_cmd_ring()
1083 entry->req.iov_bidi_cnt = iov_bidi_cnt; in queue_cmd_ring()
1088 entry->hdr.cmd_id = tcmu_cmd->cmd_id; in queue_cmd_ring()
1090 tcmu_hdr_set_len(&entry in queue_cmd_ring()
1133 struct tcmu_tmr_entry *entry; queue_tmr_ring() local
1294 tcmu_handle_completion(struct tcmu_cmd *cmd, struct tcmu_cmd_entry *entry) tcmu_handle_completion() argument
1410 struct tcmu_cmd_entry *entry = (void *) mb + CMDR_OFF + udev->cmdr_last_cleaned; tcmu_handle_completions() local
[all...]

Completed in 34 milliseconds

1...<<71727374757677787980>>...292