Home
last modified time | relevance | path

Searched defs:entries (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/Linux-v6.1/tools/perf/util/
Darm64-frame-pointer-unwind-support.c12 struct entries { struct
25 struct entries *entries = arg; in add_entry() local
34 struct entries entries = {}; in get_leaf_frame_caller_aarch64() local
/Linux-v6.1/Documentation/admin-guide/
Ddevices.rst71 Compulsory links
87 Recommended links
103 Locally defined links
135 Sockets and pipes
146 Mount points
/Linux-v6.1/lib/
Dstackdepot.c69 unsigned long entries[]; /* Variable-sized array of entries. */ member
120 depot_alloc_stack(unsigned long *entries, int size, u32 hash, void **prealloc) in depot_alloc_stack()
196 unsigned long entries = 0; in stack_depot_early_init() local
238 unsigned long entries; in stack_depot_init() local
274 static inline u32 hash_stack(unsigned long *entries, unsigned int size) in hash_stack()
298 unsigned long *entries, int size, in find_stack()
328 unsigned long *entries; in stack_depot_snprint() local
346 unsigned long *entries; in stack_depot_print() local
365 unsigned long **entries) in stack_depot_fetch()
419 depot_stack_handle_t __stack_depot_save(unsigned long *entries, in __stack_depot_save()
[all …]
Dlist-test.c386 struct list_head entries[3], *cur; in list_test_list_cut_position() local
414 struct list_head entries[3], *cur; in list_test_list_cut_before() local
442 struct list_head entries[5], *cur; in list_test_list_splice() local
467 struct list_head entries[5], *cur; in list_test_list_splice_tail() local
492 struct list_head entries[5], *cur; in list_test_list_splice_init() local
519 struct list_head entries[5], *cur; in list_test_list_splice_tail_init() local
642 struct list_head entries[3], *cur; in list_test_list_for_each() local
660 struct list_head entries[3], *cur; in list_test_list_for_each_prev() local
678 struct list_head entries[3], *cur, *n; in list_test_list_for_each_safe() local
699 struct list_head entries[3], *cur, *n; in list_test_list_for_each_prev_safe() local
[all …]
Dtest_rhashtable.c73 unsigned int entries; member
138 unsigned int entries) in test_rht_lookup()
175 static void test_bucket_stats(struct rhashtable *ht, unsigned int entries) in test_bucket_stats()
209 unsigned int entries) in test_rhashtable()
269 static int __init test_rhltable(unsigned int entries) in test_rhltable()
435 unsigned int entries) in test_rhashtable_max()
590 unsigned int entries = tdata->entries; in thread_lookup_test() local
685 unsigned int entries; in test_rht_init() local
Dref_tracker.c71 unsigned long entries[REF_TRACKER_STACK_ENTRIES]; in ref_tracker_alloc() local
104 unsigned long entries[REF_TRACKER_STACK_ENTRIES]; in ref_tracker_free() local
/Linux-v6.1/drivers/base/test/
Dproperty-entry-test.c12 static const struct property_entry entries[] = { in pe_test_uints() local
123 static const struct property_entry entries[] = { in pe_test_uint_arrays() local
259 static const struct property_entry entries[] = { in pe_test_strings() local
326 static const struct property_entry entries[] = { in pe_test_bool() local
347 static const struct property_entry entries[] = { in pe_test_move_inline_u8() local
378 static struct property_entry entries[] = { in pe_test_move_inline_str() local
419 const struct property_entry entries[] = { in pe_test_reference() local
/Linux-v6.1/Documentation/hwmon/
Dmax34440.rst109 In
133 Curr
154 Power
166 Temp
/Linux-v6.1/arch/x86/kvm/
Dcpuid.c80 struct kvm_cpuid_entry2 *entries, int nent, u32 function, u64 index) in cpuid_entry2_find()
119 struct kvm_cpuid_entry2 *entries, in kvm_check_cpuid()
204 struct kvm_cpuid_entry2 *entries, int nent) in __kvm_find_kvm_cpuid_features()
237 static u64 cpuid_get_supported_xcr0(struct kvm_cpuid_entry2 *entries, int nent) in cpuid_get_supported_xcr0()
248 static void __kvm_update_cpuid_runtime(struct kvm_vcpu *vcpu, struct kvm_cpuid_entry2 *entries, in __kvm_update_cpuid_runtime()
314 static bool kvm_cpuid_has_hyperv(struct kvm_cpuid_entry2 *entries, int nent) in kvm_cpuid_has_hyperv()
445 struct kvm_cpuid_entry __user *entries) in kvm_vcpu_ioctl_set_cpuid()
490 struct kvm_cpuid_entry2 __user *entries) in kvm_vcpu_ioctl_set_cpuid2()
513 struct kvm_cpuid_entry2 __user *entries) in kvm_vcpu_ioctl_get_cpuid2()
757 struct kvm_cpuid_entry2 *entries; member
[all …]
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_nsp_eth.c257 union eth_table_entry *entries; in __nfp_eth_read_ports() local
310 union eth_table_entry *entries; in nfp_eth_config_start() local
347 union eth_table_entry *entries = nfp_nsp_config_entries(nsp); in nfp_eth_config_cleanup_end() local
371 union eth_table_entry *entries = nfp_nsp_config_entries(nsp); in nfp_eth_config_commit_end() local
400 union eth_table_entry *entries; in nfp_eth_set_mod_enable() local
439 union eth_table_entry *entries; in nfp_eth_set_configured() local
476 union eth_table_entry *entries = nfp_nsp_config_entries(nsp); in nfp_eth_set_bit_config() local
507 union eth_table_entry *entries; in nfp_eth_set_idmode() local
/Linux-v6.1/kernel/events/
Dcallchain.c50 struct callchain_cpus_entries *entries; in release_callchain_buffers_rcu() local
63 struct callchain_cpus_entries *entries; in release_callchain_buffers() local
74 struct callchain_cpus_entries *entries; in alloc_callchain_buffers() local
155 struct callchain_cpus_entries *entries; in get_callchain_entry() local
/Linux-v6.1/arch/powerpc/mm/book3s64/
Diommu_api.c34 u64 entries; /* number of entries in hpas/hpages[] */ member
57 unsigned long entries, unsigned long dev_hpa, in mm_iommu_do_alloc()
186 long mm_iommu_new(struct mm_struct *mm, unsigned long ua, unsigned long entries, in mm_iommu_new()
195 unsigned long entries, unsigned long dev_hpa, in mm_iommu_newdev()
309 unsigned long ua, unsigned long entries) in mm_iommu_get()
/Linux-v6.1/fs/nfs_common/
Dnfsacl.c95 int entries = (acl && acl->a_count) ? max_t(int, acl->a_count, 4) : 0; in nfsacl_encode() local
157 u32 entries = (acl && acl->a_count) ? max_t(int, acl->a_count, 4) : 0; in nfs_stream_encode_acl() local
345 u32 entries; in nfsacl_decode() local
394 u32 entries; in nfs_stream_decode_acl() local
/Linux-v6.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhwmgr_ppt.h51 phm_ppt_v1_clock_voltage_dependency_record entries[]; /* Dynamically allocate count entries. */ member
74 phm_ppt_v1_mm_clock_voltage_dependency_record entries[]; /* Dynamically allocate count entries. */ member
89 phm_ppt_v1_voltage_lookup_record entries[]; /* Dynamically allocate count entries. */ member
106 phm_ppt_v1_pcie_record entries[]; /* Dynamically allocate count entries. */ member
Dvega10_pptable.h166 ATOM_Vega10_GFXCLK_Dependency_Record entries[]; /* Dynamically allocate entries. */ member
172 ATOM_Vega10_MCLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ member
178 ATOM_Vega10_CLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ member
184 ATOM_Vega10_CLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ member
190 ATOM_Vega10_CLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ member
196 ATOM_Vega10_CLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ member
202 ATOM_Vega10_CLK_Dependency_Record entries[1]; /* Dynamically allocate entries. */ member
216 ATOM_Vega10_MM_Dependency_Record entries[1]; /* Dynamically allocate entries */ member
228 ATOM_Vega10_PCIE_Record entries[1]; /* Dynamically allocate entries. */ member
238 ATOM_Vega10_Voltage_Lookup_Record entries[1]; /* Dynamically allocate entries */ member
[all …]
/Linux-v6.1/drivers/pci/msi/
Dmsi.c506 struct msix_entry *entries, int nvec, in msix_setup_msi_descs()
541 static void msix_update_entries(struct pci_dev *dev, struct msix_entry *entries) in msix_update_entries()
566 struct msix_entry *entries, int nvec, in msix_setup_interrupts()
611 static int msix_capability_init(struct pci_dev *dev, struct msix_entry *entries, in msix_capability_init()
795 static int __pci_enable_msix(struct pci_dev *dev, struct msix_entry *entries, in __pci_enable_msix()
929 struct msix_entry *entries, int minvec, in __pci_enable_msix_range()
980 int pci_enable_msix_range(struct pci_dev *dev, struct msix_entry *entries, in pci_enable_msix_range()
/Linux-v6.1/drivers/acpi/
Dacpi_watchdog.c30 const struct acpi_wdat_entry *entries; in acpi_watchdog_uses_rtc() local
104 const struct acpi_wdat_entry *entries; in acpi_watchdog_init() local
/Linux-v6.1/drivers/net/ethernet/sfc/
Dmcdi_functions.c77 size_t entries = channel->eventq.buf.len / EFX_BUF_SIZE; in efx_mcdi_ev_init() local
169 size_t entries = tx_queue->txd.buf.len / EFX_BUF_SIZE; in efx_mcdi_tx_init() local
281 size_t entries = rx_queue->rxd.buf.len / EFX_BUF_SIZE; in efx_mcdi_rx_init() local
/Linux-v6.1/kernel/
Dstacktrace.c24 void stack_trace_print(const unsigned long *entries, unsigned int nr_entries, in stack_trace_print()
47 int stack_trace_snprint(char *buf, size_t size, const unsigned long *entries, in stack_trace_snprint()
390 unsigned int filter_irq_stacks(unsigned long *entries, unsigned int nr_entries) in filter_irq_stacks()
/Linux-v6.1/drivers/acpi/apei/
Derst.c429 u64 *entries; member
478 u64 *entries; in __erst_record_id_cache_add_one() local
543 u64 *entries; in erst_get_record_id_next() local
588 u64 *entries; in __erst_record_id_cache_compact() local
862 u64 *entries; in erst_clear_cache() local
931 u64 *entries; in erst_clear() local
/Linux-v6.1/tools/tracing/rtla/src/
Dosnoise_hist.c39 int entries; member
55 int entries; member
85 *osnoise_alloc_histogram(int nr_cpus, int entries, int bucket_size) in osnoise_alloc_histogram()
124 int entries = data->entries; in osnoise_hist_update_multiple() local
Dtimerlat_hist.c42 int entries; member
63 int entries; member
96 *timerlat_alloc_histogram(int nr_cpus, int entries, int bucket_size) in timerlat_alloc_histogram()
147 int entries = data->entries; in timerlat_hist_update() local
/Linux-v6.1/drivers/scsi/snic/
Dvnic_wq.h49 #define VNIC_WQ_BUF_BLK_ENTRIES(entries) \ argument
54 #define VNIC_WQ_BUF_BLKS_NEEDED(entries) \ argument
56 #define VNIC_WQ_BUF_BLKS_NEEDED(entries) \ argument
/Linux-v6.1/drivers/infiniband/hw/mlx4/
Dcq.c178 int entries = attr->cqe; in mlx4_ib_create_cq() local
291 int entries) in mlx4_alloc_resize_buf()
315 int entries, struct ib_udata *udata) in mlx4_alloc_resize_umem()
379 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mlx4_ib_resize_cq()
/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dcq.c713 struct mlx5_ib_cq *cq, int entries, u32 **cqb, in create_cq_user()
877 int entries, int cqe_size, in create_cq_kernel()
945 int entries = attr->cqe; in mlx5_ib_create_cq() local
1150 int entries, struct ib_udata *udata, in resize_user()
1183 int entries, int cqe_size) in resize_kernel()
1259 int mlx5_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mlx5_ib_resize_cq()

12345678910>>...22