Home
last modified time | relevance | path

Searched refs:len_max (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-6.6/kernel/bpf/
H A Dlog.c47 /* log->len_max could be larger than our current len due to in bpf_vlog_update_len_max()
52 log->len_max = UINT_MAX; in bpf_vlog_update_len_max()
53 else if (len > log->len_max) in bpf_vlog_update_len_max()
54 log->len_max = len; in bpf_vlog_update_len_max()
281 *log_size_actual = log->len_max; in bpf_vlog_finalize()
291 if (log->ubuf && log->len_max > log->len_total) in bpf_vlog_finalize()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h373 unsigned int len_max; member
523 int len_max; member
H A Dhtc_pipe.c1180 ep->len_max = 0; in reset_endpoint_states()
1362 conn_resp->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service()
1367 ep->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service()
H A Dhtc_mbox.c2513 conn_resp->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
2521 endpoint->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
2580 endpoint->len_max = 0; in reset_ep_state()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h373 unsigned int len_max; member
523 int len_max; member
H A Dhtc_pipe.c1180 ep->len_max = 0; in reset_endpoint_states()
1362 conn_resp->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service()
1367 ep->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service()
H A Dhtc_mbox.c2513 conn_resp->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
2521 endpoint->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
2580 endpoint->len_max = 0; in reset_ep_state()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A De1000_phy.c1707 u16 len_max; in igb_get_cable_length_m88_gen2() local
1739 len_max = phy->pair_length[0]; in igb_get_cable_length_m88_gen2()
1749 len_max = max(len_max, phy->pair_length[1]); in igb_get_cable_length_m88_gen2()
1759 len_max = max(len_max, phy->pair_length[2]); in igb_get_cable_length_m88_gen2()
1769 len_max = max(len_max, phy->pair_length[3]); in igb_get_cable_length_m88_gen2()
1773 phy->max_cable_length = len_max; in igb_get_cable_length_m88_gen2()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A De1000_phy.c1708 u16 len_max; in igb_get_cable_length_m88_gen2() local
1740 len_max = phy->pair_length[0]; in igb_get_cable_length_m88_gen2()
1750 len_max = max(len_max, phy->pair_length[1]); in igb_get_cable_length_m88_gen2()
1760 len_max = max(len_max, phy->pair_length[2]); in igb_get_cable_length_m88_gen2()
1770 len_max = max(len_max, phy->pair_length[3]); in igb_get_cable_length_m88_gen2()
1774 phy->max_cable_length = len_max; in igb_get_cable_length_m88_gen2()
/kernel/linux/linux-5.10/kernel/
H A Dauditsc.c1019 long len_max; in audit_log_execve_info() local
1043 len_max = MAX_EXECVE_AUDIT_LEN; in audit_log_execve_info()
1055 len_rem = len_max; in audit_log_execve_info()
1083 len_max - len_buf); in audit_log_execve_info()
1088 } else if (len_tmp == (len_max - len_buf)) { in audit_log_execve_info()
1104 if (len_full < len_max) in audit_log_execve_info()
1123 len_rem = len_max; in audit_log_execve_info()
/kernel/linux/linux-6.6/kernel/
H A Dauditsc.c1128 long len_max; in audit_log_execve_info() local
1152 len_max = MAX_EXECVE_AUDIT_LEN; in audit_log_execve_info()
1164 len_rem = len_max; in audit_log_execve_info()
1192 len_max - len_buf); in audit_log_execve_info()
1197 } else if (len_tmp == (len_max - len_buf)) { in audit_log_execve_info()
1213 if (len_full < len_max) in audit_log_execve_info()
1232 len_rem = len_max; in audit_log_execve_info()
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dtask-analyzer.py462 len_max = (db["runtime_info"]["max"] - decimal_precision) * fix_csv_align
487 fmt += "{}{{:{}.{}f}}".format(separator, len_max, time_precision)
/kernel/linux/linux-6.6/include/linux/
H A Dbpf_verifier.h546 u32 len_max; member
/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c2532 int to_write, offset, len, nr_frags, len_max; in tpacket_fill_skb() local
2573 len_max = PAGE_SIZE - offset; in tpacket_fill_skb()
2574 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()
2597 len_max = PAGE_SIZE; in tpacket_fill_skb()
2598 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()
/kernel/linux/linux-6.6/net/packet/
H A Daf_packet.c2583 int to_write, offset, len, nr_frags, len_max; in tpacket_fill_skb() local
2624 len_max = PAGE_SIZE - offset; in tpacket_fill_skb()
2625 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()
2648 len_max = PAGE_SIZE; in tpacket_fill_skb()
2649 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dkvm-s390.c2518 if (info->header.len_max < len_min) in kvm_s390_handle_pv_info()
2536 if (info->header.len_max < len_min) in kvm_s390_handle_pv_info()
2794 if (info.header.len_max < sizeof(info.header)) in kvm_s390_handle_pv()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dkvm.h1740 __u32 len_max; member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dkvm.h1733 __u32 len_max; member
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c3648 u32 len_max = BPF_SKB_MAX_LEN; in BPF_CALL_4() local
3677 (!shrink && (skb->len + len_diff_abs > len_max && in BPF_CALL_4()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c3636 u32 len_max = BPF_SKB_MAX_LEN; in BPF_CALL_4() local
3681 (!shrink && (skb->len + len_diff_abs > len_max && in BPF_CALL_4()

Completed in 78 milliseconds