Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/reiserfs/
Dstree.c954 loff_t round_len; in prepare_for_direct_item() local
963 round_len = ROUND_UP(new_file_length); in prepare_for_direct_item()
965 if (round_len < le_ih_k_offset(le_ih)) { in prepare_for_direct_item()
970 pos_in_item(path) = round_len - (le_ih_k_offset(le_ih) - 1); in prepare_for_direct_item()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Dwmi.c552 u32 round_len = roundup(len, 4); in ath11k_wmi_alloc_skb() local
554 skb = ath11k_htc_alloc_skb(ab, WMI_SKB_HEADROOM + round_len); in ath11k_wmi_alloc_skb()
562 skb_put(skb, round_len); in ath11k_wmi_alloc_skb()
563 memset(skb->data, 0, round_len); in ath11k_wmi_alloc_skb()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dwmi.c1788 u32 round_len = roundup(len, 4); in ath10k_wmi_alloc_skb() local
1790 skb = ath10k_htc_alloc_skb(ar, WMI_SKB_HEADROOM + round_len); in ath10k_wmi_alloc_skb()
1798 skb_put(skb, round_len); in ath10k_wmi_alloc_skb()
1799 memset(skb->data, 0, round_len); in ath10k_wmi_alloc_skb()