Home
last modified time | relevance | path

Searched refs:UINT16_MAX (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/staging/media/atomisp/pci/hive_isp_css_include/
A Dplatform_support.h28 #define UINT16_MAX USHRT_MAX macro
/linux-6.3-rc2/tools/testing/selftests/bpf/
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()
/linux-6.3-rc2/tools/usb/usbip/src/
A Dusbip_network.c42 if (port > UINT16_MAX) { in usbip_setup_port_number()
44 arg, UINT16_MAX); in usbip_setup_port_number()
/linux-6.3-rc2/tools/lib/bpf/
A Dnetlink.c732 if (priority > UINT16_MAX) in bpf_tc_attach()
806 if (priority > UINT16_MAX) in __bpf_tc_detach()
879 if (priority > UINT16_MAX) in bpf_tc_query()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dtc_bpf.c23 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_prio_max, .handle = 1, .priority = UINT16_MAX + 1);
/linux-6.3-rc2/tools/perf/util/
A Dsynthetic-events.c1822 max_nr = (UINT16_MAX - sizeof(struct perf_record_id_index)) / etot_sz; in __perf_event__synthesize_id_index()

Completed in 12 milliseconds