Home
last modified time | relevance | path

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

12345678910

/tools/testing/selftests/drivers/ntsync/
A Dntsync.c29 #define check_sem_state(sem, count, max) \ argument
38 static int release_sem(int sem, __u32 *count) in release_sem()
145 __u32 count, index; in TEST() local
228 __u32 owner, count, index; in TEST() local
505 __u32 owner, index, count, i; in TEST() local
619 __u32 owner, index, count; in TEST() local
753 __u32 count, index, signaled; in TEST() local
946 __u32 count, index, signaled; in TEST() local
1068 __u32 index, count, signaled; in TEST() local
1180 __u32 index, count, signaled; in TEST() local
[all …]
/tools/testing/selftests/kvm/lib/
A 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()
A 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/powerpc/
A 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()
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()
279 int parse_uint(const char *buffer, size_t count, unsigned int *result, int base) in parse_uint()
[all …]
/tools/testing/selftests/bpf/progs/
A Dtest_sockmap_listen.c64 unsigned int *count; in prog_stream_verdict() local
83 unsigned int *count; in prog_skb_verdict() local
104 unsigned int *count; in prog_msg_verdict() local
123 unsigned int *count; in prog_reuseport() local
A Dtest_enable_stats.c11 __u64 count = 0; variable
A Duprobe_multi_bench.c8 int count; variable
A Duprobe_multi_usdt.c9 int count; variable
A Dtailcall_bpf2bpf_fentry.c8 int count = 0; variable
A Dtailcall_bpf2bpf_fexit.c8 int count = 0; variable
A Dtailcall_freplace.c13 int count = 0; variable
A Dbpf_iter_test_kern_common.h7 int count = 0; variable
A Dtailcall3.c13 int count = 0; variable
A Dtest_raw_tp_test_run.c8 __u32 count = 0; variable
/tools/testing/selftests/bpf/
A Durandom_read.c34 static noinline void urandom_read(int fd, int count) in urandom_read()
62 int count = 4; in main() local
A Dxdping.c36 static int get_stats(int fd, __u16 count, __u32 raddr) in get_stats()
91 __u16 count = XDPING_DEFAULT_COUNT; in main() local
A Dxsk_xdp_common.h10 __u64 count; member
/tools/perf/tests/
A Dbp_signal_overflow.c48 long long count; in bp_count() local
67 long long count; in test__bp_signal_overflow() local
/tools/testing/selftests/sync/
A 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/
A 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
A 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/
A 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/rcu/
A Drcu-updaters.sh50 { @counts[func] = count(); } '"${exitclause}" function
/tools/testing/radix-tree/
A 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
A Dmaple.c68 int count = 1; in get_alloc_node_count() local
779 int count = 0, span = 0; in mas_ce2_over_count() local
850 unsigned char count; in mas_node_walk() local
33924 int count = 0; in check_erase2_sets() local
34618 int count, struct rcu_reader_struct *test_reader) in rcu_stress_rev()
34746 unsigned int count, i; in rcu_stress() local
34822 int count; /* Number of times to check value(s) */ member
34888 unsigned long count = test->count; in rcu_val() local
34917 unsigned long count = test->count; in rcu_loop() local
35414 unsigned long e, count = 0, max = 1000; in check_dfs_preorder() local
[all …]

Completed in 67 milliseconds

12345678910