Home
last modified time | relevance | path

Searched refs:entries (Results 2326 - 2350 of 2604) sorted by relevance

1...<<919293949596979899100>>...105

/kernel/linux/linux-5.10/drivers/atm/
H A Didt77252.c708 int entries; in push_on_scq() local
713 entries = atomic_read(&scq->used); in push_on_scq()
714 if (entries > (SCQ_ENTRIES - 1)) { in push_on_scq()
768 TXPRINTK("%d entries in SCQ used (push).\n", atomic_read(&scq->used)); in push_on_scq()
1609 printk("%s: No free TST entries found\n", card->name); in __fill_tst()
2197 OPRINTK("%s: modify %d -> %d entries in TST.\n", in idt77252_init_cbr()
2203 OPRINTK("%s: setting %d entries in TST.\n", card->name, tst_entries); in idt77252_init_cbr()
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c943 * error/flushed CQE. It is rare to find more than few entries in in ocrdma_qp_buddy_cq_handler()
1784 int entries, int dpp_cq, u16 pd_id) in ocrdma_mbx_create_cq()
1792 if (entries > dev->attr.max_cqe) { in ocrdma_mbx_create_cq()
1794 __func__, dev->id, dev->attr.max_cqe, entries); in ocrdma_mbx_create_cq()
1835 /* Set cnt to 3 to indicate more than 1024 cq entries */ in ocrdma_mbx_create_cq()
1783 ocrdma_mbx_create_cq(struct ocrdma_dev *dev, struct ocrdma_cq *cq, int entries, int dpp_cq, u16 pd_id) ocrdma_mbx_create_cq() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Drc.c830 * has failed to allocate the TID entries. in hfi1_make_rc_req()
2764 ccti_incr = cc_state->cong_setting.entries[sl].ccti_increase; in process_becn()
2765 ccti_timer = cc_state->cong_setting.entries[sl].ccti_timer; in process_becn()
2767 cc_state->cong_setting.entries[sl].trigger_threshold; in process_becn()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c895 netdev_warn(dev, "RSS table size change required, RSS table entries must be default to proceed\n"); in bnxt_set_channels()
2539 static int nvm_get_dir_info(struct net_device *dev, u32 *entries, u32 *length) in nvm_get_dir_info() argument
2551 *entries = le32_to_cpu(output->entries); in nvm_get_dir_info()
2589 /* Insert 2 bytes of directory info (count and size of entries) */ in bnxt_get_nvram_directory()
/kernel/linux/linux-5.10/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c333 int entries = 0; in vmxnet3_unmap_pkt() local
350 * instead of less, tx ring entries avail, the worst case is in vmxnet3_unmap_pkt()
352 * insufficient tx ring entries. in vmxnet3_unmap_pkt()
355 entries++; in vmxnet3_unmap_pkt()
359 return entries; in vmxnet3_unmap_pkt()
1062 * VMXNET3_MAX_TXD_PER_PKT entries in vmxnet3_tq_xmit()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dintel-pt.c670 * entries. in intel_pt_walk_next_insn()
1370 struct branch_entry entries; in intel_pt_synth_branch_sample() member
1392 .entries = { in intel_pt_synth_branch_sample()
1764 to = &br_stack->entries[0].from; in intel_pt_add_lbrs()
2659 /* Invalidate all instruction cache entries that overlap the text poke */
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c947 netdev_warn(dev, "RSS table size change required, RSS table entries must be default to proceed\n"); in bnxt_set_channels()
2795 static int nvm_get_dir_info(struct net_device *dev, u32 *entries, u32 *length) in nvm_get_dir_info() argument
2809 *entries = le32_to_cpu(output->entries); in nvm_get_dir_info()
2847 /* Insert 2 bytes of directory info (count and size of entries) */ in bnxt_get_nvram_directory()
/kernel/linux/linux-6.6/drivers/atm/
H A Didt77252.c708 int entries; in push_on_scq() local
713 entries = atomic_read(&scq->used); in push_on_scq()
714 if (entries > (SCQ_ENTRIES - 1)) { in push_on_scq()
768 TXPRINTK("%d entries in SCQ used (push).\n", atomic_read(&scq->used)); in push_on_scq()
1608 printk("%s: No free TST entries found\n", card->name); in __fill_tst()
2190 OPRINTK("%s: modify %d -> %d entries in TST.\n", in idt77252_init_cbr()
2196 OPRINTK("%s: setting %d entries in TST.\n", card->name, tst_entries); in idt77252_init_cbr()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Drc.c789 * has failed to allocate the TID entries. in hfi1_make_rc_req()
2723 ccti_incr = cc_state->cong_setting.entries[sl].ccti_increase; in process_becn()
2724 ccti_timer = cc_state->cong_setting.entries[sl].ccti_timer; in process_becn()
2726 cc_state->cong_setting.entries[sl].trigger_threshold; in process_becn()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_cx0_phy.c395 C10_PHY_OVRD_LEVEL(trans->entries[level].snps.pre_cursor), in intel_cx0_phy_set_signal_levels()
399 C10_PHY_OVRD_LEVEL(trans->entries[level].snps.vswing), in intel_cx0_phy_set_signal_levels()
403 C10_PHY_OVRD_LEVEL(trans->entries[level].snps.post_cursor), in intel_cx0_phy_set_signal_levels()
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c943 * error/flushed CQE. It is rare to find more than few entries in in ocrdma_qp_buddy_cq_handler()
1780 int entries, int dpp_cq, u16 pd_id) in ocrdma_mbx_create_cq()
1788 if (entries > dev->attr.max_cqe) { in ocrdma_mbx_create_cq()
1790 __func__, dev->id, dev->attr.max_cqe, entries); in ocrdma_mbx_create_cq()
1831 /* Set cnt to 3 to indicate more than 1024 cq entries */ in ocrdma_mbx_create_cq()
1779 ocrdma_mbx_create_cq(struct ocrdma_dev *dev, struct ocrdma_cq *cq, int entries, int dpp_cq, u16 pd_id) ocrdma_mbx_create_cq() argument
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py1985 entries = []
1990 entries.append(pattern % (f.name, getInterfaceName(f.name)))
1995 for line in indentLines(entries):
3435 # some vk.xml entries include "promoted to" version preceded by logical OR operator in the extension "depends" attribute
3726 # define helper function that will be used to add entries for both vk and sc
H A Dohos_gen_framework.py1656 entries = []
1661 entries.append(pattern % (f.name, getInterfaceName(f.name)))
1666 for line in indentLines(entries):
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events_hist.c4567 unsigned long entries[HIST_STACKTRACE_DEPTH]; in event_hist_trigger() local
4582 memset(entries, 0, HIST_STACKTRACE_SIZE); in event_hist_trigger()
4583 stack_trace_save(entries, HIST_STACKTRACE_DEPTH, in event_hist_trigger()
4585 key = entries; in event_hist_trigger()
/kernel/linux/linux-6.6/fs/f2fs/
H A Df2fs.h399 struct list_head pend_list[MAX_PLIST_NUM];/* store pending entries */
400 struct list_head wait_list; /* store on-flushing entries */
435 #define nat_in_journal(jnl, i) ((jnl)->nat_j.entries[i].ne)
436 #define nid_in_journal(jnl, i) ((jnl)->nat_j.entries[i].nid)
437 #define sit_in_journal(jnl, i) ((jnl)->sit_j.entries[i].se)
438 #define segno_in_journal(jnl, i) ((jnl)->sit_j.entries[i].segno)
672 struct radix_tree_root extent_tree_root;/* cache extent cache entries */
931 unsigned int nat_cnt[MAX_NAT_STATE]; /* the # of cached nat entries */
1264 unsigned long ino_num; /* number of entries */
1271 struct list_head victim_list; /* linked with all victim entries */
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2795 memcpy(&surface->gamma_correction->entries, in copy_surface_update_to_plane()
2796 &srf_update->gamma->entries, in copy_surface_update_to_plane()
4806 if (dc->clk_mgr->bw_params->clk_table.entries[i].memclk_mhz > maxDPM) in dc_enable_dcmode_clk_limit()
4807 maxDPM = dc->clk_mgr->bw_params->clk_table.entries[i].memclk_mhz; in dc_enable_dcmode_clk_limit()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Diommu.c837 struct pasid_entry *entries, *pte; in dmar_fault_dump_ptes() local
845 pr_info("Dump %s table entries for IOVA 0x%llx\n", iommu->name, addr); in dmar_fault_dump_ptes()
870 /* legacy mode does not require PASID entries */ in dmar_fault_dump_ptes()
892 entries = get_pasid_table_from_pde(pde); in dmar_fault_dump_ptes()
893 if (!entries) { in dmar_fault_dump_ptes()
898 pte = &entries[index]; in dmar_fault_dump_ptes()
1880 * indicates PASID directory with 2^(X + 7) entries.
1955 * For kdump cases, old valid entries may be cached due to the in domain_context_mapping_one()
2046 * _does_ cache non-present entries, then it does so in the special in domain_context_mapping_one()
2262 * need to flush the cache on the entries w in __domain_mapping()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c2762 int entries, entries_old = 0, time; in wait_cmds_complete_timeout_v3_hw() local
2765 entries = hisi_sas_read32(hisi_hba, CQE_SEND_CNT); in wait_cmds_complete_timeout_v3_hw()
2766 if (entries == entries_old) in wait_cmds_complete_timeout_v3_hw()
2769 entries_old = entries; in wait_cmds_complete_timeout_v3_hw()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp3898 const vk::VkSpecializationMapEntry entries[3] = in makeComputePipeline() local
3907 /* pMapEntries = */ entries, in makeComputePipeline()
3962 const vk::VkSpecializationMapEntry entries[3] = in makeMeshPipeline() local
3971 /* pMapEntries = */ entries, in makeMeshPipeline()
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h651 size_t count; /* Number of entries in the hash part. */
653 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */
655 /* Hash table entries.
661 const upb_tabent *entries; member
669 upb_table t; /* For entries that don't fit in the array part. */
701 return t->entries + (hash & t->mask); in upb_getentry()
819 /* Optimizes the table for the current set of entries, for both memory use and
820 * lookup time. Client should call this after all entries have been inserted;
821 * inserting more entries is legal, but will likely require a table resize. */
843 if (t->t.entries in upb_inttable_lookup32()
[all...]
/third_party/selinux/libsepol/src/
H A Dpolicydb.c3841 unsigned int entries; in filename_trans_rule_read() local
3887 entries = 3; in filename_trans_rule_read()
3889 entries = 2; in filename_trans_rule_read()
3891 rc = next_entry(buf, fp, sizeof(uint32_t) * entries); in filename_trans_rule_read()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp3886 const vk::VkSpecializationMapEntry entries[3] = in makeComputePipeline() local
3895 /* pMapEntries = */ entries, in makeComputePipeline()
3944 const vk::VkSpecializationMapEntry entries[3] = in makeMeshPipeline() local
3953 /* pMapEntries = */ entries, in makeMeshPipeline()
/kernel/linux/linux-5.10/drivers/net/ethernet/nvidia/
H A Dforcedeth.c1823 * nv_alloc_rx: fill rx ring entries.
2220 u32 entries = (size >> NV_TX2_TSO_MAX_SHIFT) + ((size & (NV_TX2_TSO_MAX_SIZE-1)) ? 1 : 0); in nv_start_xmit() local
2230 /* add fragments to entries count */ in nv_start_xmit()
2234 entries += (frag_size >> NV_TX2_TSO_MAX_SHIFT) + in nv_start_xmit()
2240 if (unlikely(empty_slots <= entries)) { in nv_start_xmit()
2394 u32 entries = (size >> NV_TX2_TSO_MAX_SHIFT) + ((size & (NV_TX2_TSO_MAX_SIZE-1)) ? 1 : 0); in nv_start_xmit_optimized() local
2405 /* add fragments to entries count */ in nv_start_xmit_optimized()
2409 entries += (frag_size >> NV_TX2_TSO_MAX_SHIFT) + in nv_start_xmit_optimized()
2415 if (unlikely(empty_slots <= entries)) { in nv_start_xmit_optimized()
3116 * It seems that the nic preloads valid ring entries int in nv_change_mtu()
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4state.c882 int entries, old_entries; member
893 if (bd->entries == 0) in delegation_blocked()
898 bd->entries -= bd->old_entries; in delegation_blocked()
899 bd->old_entries = bd->entries; in delegation_blocked()
932 if (bd->entries == 0) in block_delegations()
934 bd->entries += 1; in block_delegations()
/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c896 /* no entries matched; do round-robin */ in rt6_select()
3199 int entries; in ip6_dst_gc() local
3201 entries = dst_entries_get_fast(ops); in ip6_dst_gc()
3202 if (entries > ops->gc_thresh) in ip6_dst_gc()
3203 entries = dst_entries_get_slow(ops); in ip6_dst_gc()
3209 entries = dst_entries_get_slow(ops); in ip6_dst_gc()
3210 if (entries < ops->gc_thresh) in ip6_dst_gc()
4495 /* remove deleted ip from prefsrc entries */
4533 /* Remove routers and update dst entries when gateway turn into host. */
4590 /* only called for fib entries wit
[all...]

Completed in 142 milliseconds

1...<<919293949596979899100>>...105