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/
H A Ddp_rx.c2907 int extra_space; in ath12k_dp_rx_h_defrag() local
2942 extra_space = msdu_len - (DP_RX_BUFFER_SIZE + skb_tailroom(first_frag)); in ath12k_dp_rx_h_defrag()
2943 if (extra_space > 0 && in ath12k_dp_rx_h_defrag()
2944 (pskb_expand_head(first_frag, 0, extra_space, GFP_ATOMIC) < 0)) in ath12k_dp_rx_h_defrag()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c3411 int extra_space; in ath11k_dp_rx_h_defrag() local
3447 extra_space = msdu_len - (DP_RX_BUFFER_SIZE + skb_tailroom(first_frag)); in ath11k_dp_rx_h_defrag()
3448 if (extra_space > 0 && in ath11k_dp_rx_h_defrag()
3449 (pskb_expand_head(first_frag, 0, extra_space, GFP_ATOMIC) < 0)) in ath11k_dp_rx_h_defrag()