Searched refs:extra_space (Results 1 – 3 of 3) sorted by relevance
2660 #define extra_space(ctl) ((ctl)->limit - (ctl)->cur_len) macro2689 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 …]
2907 int extra_space; in ath12k_dp_rx_h_defrag() local2942 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()
3411 int extra_space; in ath11k_dp_rx_h_defrag() local3447 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()