Searched defs:max_entries (Results 1 - 25 of 85) sorted by relevance

1234

/linux-master/include/linux/
H A Dstacktrace.h83 unsigned int nr_entries, max_entries; member in struct:stack_trace
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfor_each.c13 int i, err, max_entries; local
79 __u32 key, num_cpus, max_entries; local
H A Dsyscall.c9 int max_entries; member in struct:args
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_batch_ops.c22 static void map_batch_update(int map_fd, __u32 max_entries, argument
44 static void map_batch_verify(int *visited, __u32 max_entries, argument
72 const __u32 max_entries = 10; local
[all...]
H A Dhtab_map_batch_ops.c14 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, argument
41 static void map_batch_verify(int *visited, __u32 max_entries, argument
82 const __u32 max_entries = 10; local
[all...]
H A Darray_map_batch_ops.c15 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, argument
40 static void map_batch_verify(int *visited, __u32 max_entries, int *keys, argument
74 const __u32 max_entries = 10; local
[all...]
H A Dmap_in_map_batch_ops.c127 int err, max_entries = OUTER_MAP_ENTRIES; local
190 __u32 max_entries = OUTER_MAP_ENTRIES; local
[all...]
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_hashmap_full_update.c40 int map_fd, i, max_entries; local
H A Dbench_bpf_hashmap_lookup.c23 __u32 max_entries; member in struct:__anon5765
/linux-master/drivers/md/persistent-data/
H A Ddm-btree-internal.h35 __le32 max_entries; member in struct:node_header
H A Ddm-btree-remove.c197 uint32_t max_entries = le32_to_cpu(left->header.max_entries); local
316 uint32_t max_entries = le32_to_cpu(left->header.max_entries); local
357 uint32_t max_entries = le32_to_cpu(left->header.max_entries); local
[all...]
H A Ddm-btree-spine.c40 uint32_t flags, nr_entries, max_entries; local
H A Ddm-space-map-common.h94 max_index_entries_fn max_entries; member in struct:ll_disk
/linux-master/fs/xfs/
H A Dxfs_acl.c31 xfs_acl_from_disk( struct xfs_mount *mp, const struct xfs_acl *aclp, int len, int max_entries) argument
/linux-master/arch/mips/generic/
H A Dyamon-dt.c43 gen_fdt_mem_array( const struct yamon_mem_region *regions, __be32 *mem_array, unsigned int max_entries, unsigned long memsize) argument
/linux-master/drivers/net/wireguard/
H A Dratelimiter.c18 static unsigned int max_entries, table_size; variable
/linux-master/arch/riscv/include/asm/
H A Dmodule.h18 int max_entries; member in struct:mod_section
/linux-master/kernel/bpf/preload/iterators/
H A Diterators.bpf.c18 __u32 max_entries; member in struct:bpf_map
/linux-master/tools/testing/selftests/bpf/progs/
H A Dsyscall.c21 int max_entries; member in struct:args
/linux-master/lib/
H A Dfw_table.c150 acpi_parse_entries_array(char *id, unsigned long table_size, union fw_table_header *table_header, unsigned long max_length, struct acpi_subtable_proc *proc, int proc_num, unsigned int max_entries) argument
/linux-master/arch/loongarch/include/asm/
H A Dmodule.h17 int max_entries; member in struct:mod_section
/linux-master/tools/lib/bpf/
H A Dskel_internal.h41 __u32 max_entries; member in struct:bpf_map_desc
219 skel_map_create(enum bpf_map_type map_type, const char *map_name, __u32 key_size, __u32 value_size, __u32 max_entries) argument
/linux-master/fs/ext4/
H A Dmigrate.c96 unsigned long max_entries = inode->i_sb->s_blocksize >> 2; local
125 unsigned long max_entries = inode->i_sb->s_blocksize >> 2; local
155 unsigned long max_entries = inode->i_sb->s_blocksize >> 2; local
185 unsigned long max_entries local
225 unsigned long max_entries = inode->i_sb->s_blocksize >> 2; local
417 unsigned long max_entries; local
[all...]
/linux-master/drivers/infiniband/core/
H A Duverbs_std_types_device.c321 int max_entries; local
/linux-master/tools/lib/perf/
H A Dcpumap.c162 int max_entries = 0; local
220 int max_entries = 0; local
[all...]

Completed in 576 milliseconds

1234