Home
last modified time | relevance | path

Searched refs:entries (Results 1101 - 1125 of 2860) sorted by relevance

1...<<41424344454647484950>>...115

/kernel/linux/linux-5.10/include/trace/events/
H A Dneigh.h34 __field(int, entries)
46 __entry->entries = atomic_read(&tbl->gc_entries);
66 TP_printk("family %d dev %s entries %d primary_key4 %pI4 primary_key6 %pI6c created %d gc_exempt %d",
67 __entry->family, __get_str(dev), __entry->entries,
/kernel/linux/linux-5.10/include/linux/
H A Djump_label.h104 struct jump_entry *entries; member
242 { .entries = (void *)JUMP_TYPE_TRUE } }
245 { .entries = (void *)JUMP_TYPE_FALSE } }
426 * The initial value is encoded in the LSB of static_key::entries,
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H A Datyfb.h349 static inline void wait_for_fifo(u16 entries, struct atyfb_par *par) in wait_for_fifo() argument
352 while (entries > fifo_space) { in wait_for_fifo()
355 par->fifo_space = fifo_space - entries; in wait_for_fifo()
/kernel/linux/linux-6.6/io_uring/
H A Dio_uring.h271 unsigned int entries; in io_sqring_entries() local
274 entries = smp_load_acquire(&rings->sq.tail) - ctx->cached_sq_head; in io_sqring_entries()
275 return min(entries, ctx->sq_entries); in io_sqring_entries()
/kernel/linux/linux-6.6/include/trace/events/
H A Dneigh.h34 __field(int, entries)
46 __entry->entries = atomic_read(&tbl->gc_entries);
66 TP_printk("family %d dev %s entries %d primary_key4 %pI4 primary_key6 %pI6c created %d gc_exempt %d",
67 __entry->family, __get_str(dev), __entry->entries,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.h221 struct vega10_mclk_latency_entries entries[MAX_REGULAR_DPM_NUMBER]; member
286 struct phm_ppt_v1_clock_voltage_dependency_record entries[MAX_REGULAR_DPM_NUMBER]; member
291 struct phm_ppt_v1_voltage_lookup_record entries[MAX_REGULAR_DPM_NUMBER]; member
H A Dvega12_hwmgr.h114 uint32_t entries[MAX_REGULAR_DPM_NUMBER]; member
211 struct vega12_mclk_latency_entries entries[MAX_REGULAR_DPM_NUMBER]; member
284 entries[MAX_REGULAR_DPM_NUMBER]; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dmad.h257 struct opa_congestion_setting_entry entries[OPA_MAX_SLS]; member
263 struct opa_congestion_setting_entry_shadow entries[OPA_MAX_SLS]; member
269 /* 64 Congestion Control table entries in a single MAD */
296 struct ib_cc_table_entry_shadow entries[CC_TABLE_SHADOW_MAX]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_7_2_sc7280.h232 .entries = sc7180_qos_macrotile
235 .entries = sc7180_qos_macrotile
238 .entries = sc7180_qos_nrt
H A Ddpu_3_0_msm8998.h296 .entries = msm8998_qos_linear
299 .entries = msm8998_qos_macrotile
302 .entries = msm8998_qos_nrt
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dkvm.h168 struct kvm_msr_entry entries[0]; member
201 struct kvm_cpuid_entry entries[0]; member
219 struct kvm_cpuid_entry2 entries[0]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dkvm.h168 struct kvm_msr_entry entries[0]; member
201 struct kvm_cpuid_entry entries[0]; member
219 struct kvm_cpuid_entry2 entries[0]; member
/third_party/alsa-utils/axfer/test/
H A Dcontainer-test.c132 static const unsigned int entries[] = { in callback() local
154 for (i = 0; i < ARRAY_SIZE(entries); ++i) { in callback()
158 frames_per_second = entries[i]; in callback()
/third_party/node/lib/internal/test_runner/reporter/
H A Dtap.js155 const entries = ObjectEntries(value);
165 for (let i = 0; i < entries.length; i++) {
166 const { 0: key, 1: value } = entries[i];
/third_party/ninja/src/
H A Dclean.cc127 int Cleaner::CleanDead(const BuildLog::Entries& entries) { in CleanDead() argument
131 for (BuildLog::Entries::const_iterator i = entries.begin(); i != entries.end(); ++i) { in CleanDead()
/third_party/node/deps/npm/test/fixtures/
H A Dmock-npm.js22 for (const [key, value] of Object.entries(obj)) {
35 `Received the following top level entries: ${Object.keys(globalDir).join(', ')}.`
218 const { argv, env, config } = Object.entries({ ...defaultConfigs, ...withDirs(_config) })
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dmagic.c308 struct agx_map_entry *entries = (struct agx_map_entry *) (((uint8_t *) map) + sizeof(*header)); in demo_mem_map() local
316 assert((entries + i) < end); in demo_mem_map()
317 entries[i] = (struct agx_map_entry) { in demo_mem_map()
/third_party/pulseaudio/src/pulsecore/
H A Dhashmap.c56 PA_STATIC_FLIST_DECLARE(entries, 0, pa_xfree);
108 if (pa_flist_push(PA_STATIC_FLIST_GET(entries), e) < 0) in remove_entry()
145 if (!(e = pa_flist_pop(PA_STATIC_FLIST_GET(entries)))) in pa_hashmap_put()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Doperand.cpp65 const auto& entry = group.entries[index]; in spvOperandTableNameLookup()
106 const auto beg = group.entries; in spvOperandTableValueLookup()
107 const auto end = group.entries + group.count; in spvOperandTableValueLookup()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Doperand.cpp65 const auto& entry = group.entries[index]; in spvOperandTableNameLookup()
106 const auto beg = group.entries; in spvOperandTableValueLookup()
107 const auto end = group.entries + group.count; in spvOperandTableValueLookup()
/third_party/spirv-tools/source/
H A Doperand.cpp63 const auto& entry = group.entries[index]; in spvOperandTableNameLookup()
96 const auto beg = group.entries; in spvOperandTableValueLookup()
97 const auto end = group.entries + group.count; in spvOperandTableValueLookup()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dhyperv.c984 INIT_KFIFO(hv_vcpu->tlb_flush_fifo[i].entries); in kvm_hv_vcpu_init()
1836 * Preserve the original count when ignoring entries via a "cap", KVM in kvm_hv_get_hc_data()
1876 static int kvm_hv_get_tlb_flush_entries(struct kvm *kvm, struct kvm_hv_hcall *hc, u64 entries[]) in kvm_hv_get_tlb_flush_entries() argument
1878 return kvm_hv_get_hc_data(kvm, hc, hc->rep_cnt, hc->rep_cnt, entries); in kvm_hv_get_tlb_flush_entries()
1883 u64 *entries, int count) in hv_tlb_flush_enqueue()
1894 * All entries should fit on the fifo leaving one free for 'flush all' in hv_tlb_flush_enqueue()
1898 if (count && entries && count < kfifo_avail(&tlb_flush_fifo->entries)) { in hv_tlb_flush_enqueue()
1899 WARN_ON(kfifo_in(&tlb_flush_fifo->entries, entries, coun in hv_tlb_flush_enqueue()
1881 hv_tlb_flush_enqueue(struct kvm_vcpu *vcpu, struct kvm_vcpu_hv_tlb_flush_fifo *tlb_flush_fifo, u64 *entries, int count) hv_tlb_flush_enqueue() argument
1917 u64 entries[KVM_HV_TLB_FLUSH_FIFO_SIZE]; kvm_hv_vcpu_flush_tlb() local
2710 kvm_get_hv_cpuid(struct kvm_vcpu *vcpu, struct kvm_cpuid2 *cpuid, struct kvm_cpuid_entry2 __user *entries) kvm_get_hv_cpuid() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_device_kv_store.cpp200 std::vector<Entry> entries; in GetEntries() member
215 status = kvStore->GetEntries(keyPrefix, ctxt->entries); in GetEntries()
220 status = kvStore->GetEntries(query, ctxt->entries); in GetEntries()
224 status = kvStore->GetEntries(query, ctxt->entries); in GetEntries()
232 ctxt->status = JSUtil::SetValue(env, ctxt->entries, result, isSchemaStore); in GetEntries()
/kernel/linux/linux-5.10/arch/x86/pci/
H A Dmmconfig-shared.c520 * All entries from ACPI MCFG table have been checked at boot time. in pci_mmcfg_check_reserved()
571 int entries; in pci_parse_mcfg() local
580 entries = 0; in pci_parse_mcfg()
583 entries++; in pci_parse_mcfg()
586 if (entries == 0) { in pci_parse_mcfg()
587 pr_err(PREFIX "MMCONFIG has no entries\n"); in pci_parse_mcfg()
592 for (i = 0; i < entries; i++) { in pci_parse_mcfg()
601 pr_warn(PREFIX "no memory for MCFG entries\n"); in pci_parse_mcfg()
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt2800mmio.c668 entry_priv = rt2x00dev->tx[0].entries[0].priv_data; in rt2800mmio_init_queues()
676 entry_priv = rt2x00dev->tx[1].entries[0].priv_data; in rt2800mmio_init_queues()
684 entry_priv = rt2x00dev->tx[2].entries[0].priv_data; in rt2800mmio_init_queues()
692 entry_priv = rt2x00dev->tx[3].entries[0].priv_data; in rt2800mmio_init_queues()
710 entry_priv = rt2x00dev->rx->entries[0].priv_data; in rt2800mmio_init_queues()

Completed in 21 milliseconds

1...<<41424344454647484950>>...115