Home
last modified time | relevance | path

Searched refs:extra_space (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c2660 #define extra_space(ctl) ((ctl)->limit - (ctl)->cur_len) macro
2689 if (extra_space(ctl) < length) in extra_next_record()
2870 if (extra_space(&ctl) < length) in set_directory_record_rr()
2897 if (extra_space(&ctl) < 6) in set_directory_record_rr()
2904 nmmax = extra_space(&ctl); in set_directory_record_rr()
2919 if (extra_space(&ctl) < 6) { in set_directory_record_rr()
2921 nmmax = extra_space(&ctl); in set_directory_record_rr()
2956 if (extra_space(&ctl) < length) in set_directory_record_rr()
3039 if (extra_space(&ctl) < 7) in set_directory_record_rr()
3052 slmax = extra_space(&ctl); in set_directory_record_rr()
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/wifi7/
H A Ddp_rx.c1057 int extra_space; in ath12k_wifi7_dp_rx_h_defrag() local
1089 extra_space = msdu_len - (DP_RX_BUFFER_SIZE + skb_tailroom(first_frag)); in ath12k_wifi7_dp_rx_h_defrag()
1090 if (extra_space > 0 && in ath12k_wifi7_dp_rx_h_defrag()
1091 (pskb_expand_head(first_frag, 0, extra_space, GFP_ATOMIC) < 0)) in ath12k_wifi7_dp_rx_h_defrag()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c3410 int extra_space; in ath11k_dp_rx_h_defrag() local
3446 extra_space = msdu_len - (DP_RX_BUFFER_SIZE + skb_tailroom(first_frag)); in ath11k_dp_rx_h_defrag()
3447 if (extra_space > 0 && in ath11k_dp_rx_h_defrag()
3448 (pskb_expand_head(first_frag, 0, extra_space, GFP_ATOMIC) < 0)) in ath11k_dp_rx_h_defrag()