Home
last modified time | relevance | path

Searched refs:recalculate (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/fs/ubifs/
Dbudget.c539 if (!req->recalculate) { in ubifs_release_budget()
545 if (req->recalculate) { in ubifs_release_budget()
Dubifs.h876 unsigned int recalculate:1; member
Dfile.c210 struct ubifs_budget_req req = { .recalculate = 1, .new_page = 1 }; in release_new_page_budget()
/Linux-v4.19/Documentation/md/
Draid5-ppl.txt6 in degraded state, there is no way to recalculate parity, because one of the
/Linux-v4.19/Documentation/
Dsvga.txt153 If you add 0x8000 to the mode ID, the program will try to recalculate
212 Special modes renumbered to allow adding of the "recalculate"
/Linux-v4.19/net/core/
Dskbuff.c4529 static int skb_checksum_setup_ipv4(struct sk_buff *skb, bool recalculate) in skb_checksum_setup_ipv4() argument
4558 if (recalculate) in skb_checksum_setup_ipv4()
4577 static int skb_checksum_setup_ipv6(struct sk_buff *skb, bool recalculate) in skb_checksum_setup_ipv6() argument
4667 if (recalculate) in skb_checksum_setup_ipv6()
4682 int skb_checksum_setup(struct sk_buff *skb, bool recalculate) in skb_checksum_setup() argument
4688 err = skb_checksum_setup_ipv4(skb, recalculate); in skb_checksum_setup()
4692 err = skb_checksum_setup_ipv6(skb, recalculate); in skb_checksum_setup()
/Linux-v4.19/Documentation/power/regulator/
Dconsumer.txt142 This will cause the core to recalculate the total load on the regulator (based
/Linux-v4.19/Documentation/device-mapper/
Ddm-integrity.txt116 recalculate
/Linux-v4.19/Documentation/networking/
Dipvs-sysctl.txt254 If enabled, recalculate the route of SNATed packets from
/Linux-v4.19/drivers/md/
Ddm-integrity.c3087 bool recalculate; in dm_integrity_ctr() local
3149 recalculate = false; in dm_integrity_ctr()
3212 recalculate = true; in dm_integrity_ctr()
3441 if (recalculate && !(ic->sb->flags & cpu_to_le32(SB_FLAG_RECALCULATING))) { in dm_integrity_ctr()
/Linux-v4.19/Documentation/filesystems/
Dxfs-self-describing-metadata.txt346 XXX: inode unlinked list modification doesn't recalculate the inode CRC! None of
/Linux-v4.19/include/linux/
Dskbuff.h4124 int skb_checksum_setup(struct sk_buff *skb, bool recalculate);