Home
last modified time | relevance | path

Searched refs:UINT16_MAX (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dstdint.h58 #define UINT16_MAX (65535) macro
73 #define UINT_LEAST16_MAX UINT16_MAX
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dplatform_support.h28 #define UINT16_MAX USHRT_MAX macro
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dplatform_support.h28 #define UINT16_MAX USHRT_MAX macro
/kernel/linux/linux-5.10/tools/usb/usbip/src/
H A Dusbip_network.c42 if (port > UINT16_MAX) { in usbip_setup_port_number()
44 arg, UINT16_MAX); in usbip_setup_port_number()
/kernel/linux/linux-6.6/tools/usb/usbip/src/
H A Dusbip_network.c42 if (port > UINT16_MAX) { in usbip_setup_port_number()
44 arg, UINT16_MAX); in usbip_setup_port_number()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dxdp_synproxy.c143 mss4 = parse_arg_ul(argv[0], optarg, UINT16_MAX); in parse_options()
147 mss6 = parse_arg_ul(argv[0], optarg, UINT16_MAX); in parse_options()
407 port = parse_arg_ul(argv[0], token, UINT16_MAX); in main()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dnetlink.c743 if (priority > UINT16_MAX) in bpf_tc_attach()
817 if (priority > UINT16_MAX) in __bpf_tc_detach()
890 if (priority > UINT16_MAX) in bpf_tc_query()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtc_bpf.c24 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_prio_max, .handle = 1, .priority = UINT16_MAX + 1);
234 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_detach invalid priority > UINT16_MAX")) in test_tc_bpf_api()
271 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_query invalid priority > UINT16_MAX")) in test_tc_bpf_api()
318 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_attach invalid priority > UINT16_MAX")) in test_tc_bpf_api()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsynthetic-events.c1612 max_nr = (UINT16_MAX - sizeof(struct perf_record_id_index)) / in perf_event__synthesize_id_index()
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/
H A Dnolibc-test.c969 CASE_TEST(limit_uint16_max); EXPECT_EQ(1, UINT16_MAX, (uint16_t) 0xffff); break; in run_stdlib()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsynthetic-events.c1825 max_nr = (UINT16_MAX - sizeof(struct perf_record_id_index)) / etot_sz; in __perf_event__synthesize_id_index()

Completed in 13 milliseconds