Searched defs:max_size (Results 1 – 11 of 11) sorted by relevance
/tools/testing/selftests/powerpc/stringloops/ |
A D | memcmp.c | 38 unsigned long size_start, unsigned long max_size) in test_one()
|
/tools/testing/selftests/drivers/s390x/uvdevice/ |
A D | test_uvdevice.c | 186 static void att_inval_sizes_test(uint32_t *size, uint32_t max_size, bool test_zero, in att_inval_sizes_test()
|
/tools/perf/util/ |
A D | evsel.c | 2837 static inline bool overflow(const void *endp, u16 max_size, const void *offset, in overflow() 2843 #define OVERFLOW_CHECK(offset, size, max_size) \ argument 2954 u32 max_size = data->raw_size, *p32; in __set_offcpu_sample() local 2986 u16 max_size = event->header.size; in evsel__parse_sample() local
|
A D | callchain.c | 147 unsigned long max_size = round_down(USHRT_MAX, sizeof(u64)); in get_stack_size() local
|
A D | header.c | 114 const size_t max_size = 0xffff - sizeof(struct perf_event_header); in __do_write_buf() local
|
/tools/lib/bpf/ |
A D | ringbuf.c | 582 __u32 avail_size, total_size, max_size; in user_ring_buffer__reserve() local
|
/tools/testing/selftests/hid/tests/ |
A D | test_wacom_generic.py | 138 max_size = attr.ib() variable in PhysRange
|
/tools/mm/ |
A D | page_owner_sort.c | 101 static int max_size; variable
|
A D | slabinfo.c | 821 unsigned long long min_size = max, max_size = 0, in totals() local
|
/tools/perf/arch/x86/util/ |
A D | intel-pt.c | 984 const size_t max_size = 256 * 1024; in intel_pt_snapshot_ref_buf_size() local
|
/tools/testing/selftests/net/ovpn/ |
A D | ovpn-cli.c | 1087 static struct rtattr *ovpn_nest_start(struct nlmsghdr *msg, size_t max_size, in ovpn_nest_start()
|
Completed in 97 milliseconds