Searched refs:round_len (Results 1 – 2 of 2) sorted by relevance
936 loff_t round_len; in prepare_for_direct_item() local945 round_len = ROUND_UP(new_file_length); in prepare_for_direct_item()947 if (round_len < le_ih_k_offset(le_ih)) { in prepare_for_direct_item()952 pos_in_item(path) = round_len - (le_ih_k_offset(le_ih) - 1); in prepare_for_direct_item()
1607 u32 round_len = roundup(len, 4); in ath10k_wmi_alloc_skb() local1609 skb = ath10k_htc_alloc_skb(ar, WMI_SKB_HEADROOM + round_len); in ath10k_wmi_alloc_skb()1617 skb_put(skb, round_len); in ath10k_wmi_alloc_skb()1618 memset(skb->data, 0, round_len); in ath10k_wmi_alloc_skb()