Searched refs:extra_space (Results 1 – 3 of 3) sorted by relevance
2656 #define extra_space(ctl) ((ctl)->limit - (ctl)->cur_len) macro2685 if (extra_space(ctl) < length) in extra_next_record()2866 if (extra_space(&ctl) < length) in set_directory_record_rr()2893 if (extra_space(&ctl) < 6) in set_directory_record_rr()2900 nmmax = extra_space(&ctl); in set_directory_record_rr()2915 if (extra_space(&ctl) < 6) { in set_directory_record_rr()2918 nmmax = extra_space(&ctl); in set_directory_record_rr()2952 if (extra_space(&ctl) < length) in set_directory_record_rr()3035 if (extra_space(&ctl) < 12) in set_directory_record_rr()3048 slmax = extra_space(&ctl); in set_directory_record_rr()[all …]
1057 int extra_space; in ath12k_wifi7_dp_rx_h_defrag() local1089 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()
3410 int extra_space; in ath11k_dp_rx_h_defrag() local3446 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()