Symbol: UINT16_MAX
tools/include/nolibc/stdint.h
73
#define UINT_LEAST16_MAX UINT16_MAX
tools/lib/bpf/netlink.c
759
if (priority > UINT16_MAX)
tools/lib/bpf/netlink.c
833
if (priority > UINT16_MAX)
tools/lib/bpf/netlink.c
906
if (priority > UINT16_MAX)
tools/perf/util/bpf-event.c
381
if (event_size > UINT16_MAX - 256) {
tools/perf/util/synthetic-events.c
1875
max_nr = (UINT16_MAX - sizeof(struct perf_record_id_index)) / etot_sz;
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
24
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_prio_max, .handle = 1, .priority = UINT16_MAX + 1);
tools/testing/selftests/bpf/xdp_synproxy.c
143
mss4 = parse_arg_ul(argv[0], optarg, UINT16_MAX);
tools/testing/selftests/bpf/xdp_synproxy.c
147
mss6 = parse_arg_ul(argv[0], optarg, UINT16_MAX);
tools/testing/selftests/bpf/xdp_synproxy.c
407
port = parse_arg_ul(argv[0], token, UINT16_MAX);
tools/testing/selftests/landlock/net_test.c
2370
.port = UINT16_MAX,
tools/testing/selftests/landlock/net_test.c
2374
.port = UINT16_MAX,
tools/testing/selftests/landlock/net_test.c
2378
.port = UINT16_MAX + 1,
tools/testing/selftests/landlock/net_test.c
2382
.port = UINT16_MAX + 2,
tools/testing/selftests/net/busy_poller.c
114
if (tmp == ULLONG_MAX || tmp > UINT16_MAX)
tools/testing/selftests/net/busy_poller.c
121
if (tmp == ULLONG_MAX || tmp > UINT16_MAX)
tools/testing/selftests/net/epoll_busy_poll.c
210
self->params.busy_poll_budget = UINT16_MAX;
tools/testing/selftests/nolibc/nolibc-test.c
1829
CASE_TEST(limit_uint16_max); EXPECT_EQ(1, UINT16_MAX, (uint16_t) 0xffff); break;
tools/testing/selftests/vfio/lib/drivers/ioat/ioat.c
15
#define IOAT_DMACOUNT_MAX UINT16_MAX
tools/usb/usbip/src/usbip_network.c
42
if (port > UINT16_MAX) {
tools/usb/usbip/src/usbip_network.c
44
arg, UINT16_MAX);