Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 189) sorted by relevance

12345678

/tools/testing/selftests/kvm/lib/
Dstring_override.c10 int memcmp(const void *cs, const void *ct, size_t count) in memcmp()
22 void *memcpy(void *dest, const void *src, size_t count) in memcpy()
32 void *memset(void *s, int c, size_t count) in memset()
41 size_t strnlen(const char *s, size_t count) in strnlen()
Dio.c41 ssize_t test_write(int fd, const void *buf, size_t count) in test_write()
118 ssize_t test_read(int fd, void *buf, size_t count) in test_read()
/tools/testing/selftests/bpf/progs/
Dtest_sockmap_listen.c57 unsigned int *count; in prog_stream_verdict() local
76 unsigned int *count; in prog_skb_verdict() local
97 unsigned int *count; in prog_msg_verdict() local
116 unsigned int *count; in prog_reuseport() local
Dtest_enable_stats.c11 __u64 count = 0; variable
Duprobe_multi_bench.c8 int count; variable
Duprobe_multi_usdt.c9 int count; variable
Dbpf_iter_test_kern_common.h7 int count = 0; variable
Dtailcall3.c13 int count = 0; variable
Dtest_raw_tp_test_run.c8 __u32 count = 0; variable
Dtailcall6.c13 int count, which; variable
Dtailcall_bpf2bpf2.c23 int count = 0; variable
/tools/testing/selftests/powerpc/
Dutils.c31 int read_file(const char *path, char *buf, size_t count, size_t *len) in read_file()
126 int write_file(const char *path, const char *buf, size_t count) in write_file()
168 int read_debugfs_file(const char *subpath, char *buf, size_t count) in read_debugfs_file()
177 int write_debugfs_file(const char *subpath, const char *buf, size_t count) in write_debugfs_file()
186 static int validate_int_parse(const char *buffer, size_t count, char *end) in validate_int_parse()
212 static int parse_bounded_int(const char *buffer, size_t count, intmax_t *result, in parse_bounded_int()
236 static int parse_bounded_uint(const char *buffer, size_t count, uintmax_t *result, in parse_bounded_uint()
260 int parse_intmax(const char *buffer, size_t count, intmax_t *result, int base) in parse_intmax()
265 int parse_uintmax(const char *buffer, size_t count, uintmax_t *result, int base) in parse_uintmax()
270 int parse_int(const char *buffer, size_t count, int *result, int base) in parse_int()
[all …]
/tools/testing/selftests/bpf/
Durandom_read.c27 void urandom_read(int fd, int count) in urandom_read()
55 int count = 4; in main() local
Dxdping.c36 static int get_stats(int fd, __u16 count, __u32 raddr) in get_stats()
91 __u16 count = XDPING_DEFAULT_COUNT; in main() local
Dxsk_xdp_metadata.h4 __u64 count; member
/tools/perf/tests/
Dbp_signal_overflow.c47 long long count; in bp_count() local
66 long long count; in test__bp_signal_overflow() local
/tools/lib/
Dlist_sort.c55 u8 count = 0; in merge_final() local
187 size_t count = 0; /* Count of pending */ in list_sort() local
/tools/testing/selftests/sync/
Dsync.c133 int count; in sync_fence_size() local
148 unsigned int i, count = 0; in sync_fence_count_with_status() local
171 int sw_sync_timeline_inc(int fd, unsigned int count) in sw_sync_timeline_inc()
/tools/lib/perf/tests/
Dtest-evsel.c169 volatile int count = 0x10000 << i; in test_stat_user_read() local
199 volatile int count = 0x100000; in test_stat_read_format_single() local
234 volatile int count = 0x100000; in test_stat_read_format_group() local
Dtest-evlist.c229 int count = 0; in test_mmap_thread() local
341 int count = 0; in test_mmap_cpus() local
454 unsigned long count; in test_stat_multiplexing() local
/tools/testing/selftests/net/
Dreuseport_dualstack.c31 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count) in build_rcv_fd()
128 static void test(int *rcv_fds, int count, int proto) in test()
/tools/testing/radix-tree/
Dmaple.c67 int count = 1; in get_alloc_node_count() local
751 int count = 0, span = 0; in mas_ce2_over_count() local
822 unsigned char count; in mas_node_walk() local
33893 int count = 0; in check_erase2_sets() local
34587 int count, struct rcu_reader_struct *test_reader) in rcu_stress_rev()
34646 int count, struct rcu_reader_struct *test_reader) in rcu_stress_fwd()
34715 unsigned int count, i; in rcu_stress() local
34791 int count; /* Number of times to check value(s) */ member
34857 unsigned long count = test->count; in rcu_val() local
34886 unsigned long count = test->count; in rcu_loop() local
[all …]
Dmain.c126 …root *tree, unsigned long start, unsigned long end, unsigned long *idx, int count, int fromtag, in… in check_copied_tags()
160 unsigned long start, end, count = 0, tagged, cur, tmp; in copy_tag_check() local
/tools/testing/selftests/kvm/include/aarch64/
Dvgic.h13 #define REDIST_REGION_ATTR_ADDR(count, base, flags, index) \ argument
/tools/perf/util/
Dbpf-utils.c134 __u32 count, size; in get_bpf_prog_info_linear() local
167 __u32 count, size; in get_bpf_prog_info_linear() local

12345678