Searched refs:UINT16_MAX (Results 1 – 7 of 7) sorted by relevance
28 #define UINT16_MAX USHRT_MAX macro
42 if (port > UINT16_MAX) { in usbip_setup_port_number()44 arg, UINT16_MAX); in usbip_setup_port_number()
581 if (priority > UINT16_MAX) in bpf_tc_attach()654 if (priority > UINT16_MAX) in __bpf_tc_detach()727 if (priority > UINT16_MAX) in bpf_tc_query()
77 #ifndef UINT16_MAX78 #define UINT16_MAX (65535U) macro
23 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_prio_max, .handle = 1, .priority = UINT16_MAX + 1);
1724 max_nr = (UINT16_MAX - sizeof(struct perf_record_id_index)) / in perf_event__synthesize_id_index()
Completed in 19 milliseconds