Searched refs:recalculate (Results 1 – 12 of 12) sorted by relevance
| /Linux-v4.19/fs/ubifs/ |
| D | budget.c | 539 if (!req->recalculate) { in ubifs_release_budget() 545 if (req->recalculate) { in ubifs_release_budget()
|
| D | ubifs.h | 876 unsigned int recalculate:1; member
|
| D | file.c | 210 struct ubifs_budget_req req = { .recalculate = 1, .new_page = 1 }; in release_new_page_budget()
|
| /Linux-v4.19/Documentation/md/ |
| D | raid5-ppl.txt | 6 in degraded state, there is no way to recalculate parity, because one of the
|
| /Linux-v4.19/Documentation/ |
| D | svga.txt | 153 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/ |
| D | skbuff.c | 4529 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/ |
| D | consumer.txt | 142 This will cause the core to recalculate the total load on the regulator (based
|
| /Linux-v4.19/Documentation/device-mapper/ |
| D | dm-integrity.txt | 116 recalculate
|
| /Linux-v4.19/Documentation/networking/ |
| D | ipvs-sysctl.txt | 254 If enabled, recalculate the route of SNATed packets from
|
| /Linux-v4.19/drivers/md/ |
| D | dm-integrity.c | 3087 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/ |
| D | xfs-self-describing-metadata.txt | 346 XXX: inode unlinked list modification doesn't recalculate the inode CRC! None of
|
| /Linux-v4.19/include/linux/ |
| D | skbuff.h | 4124 int skb_checksum_setup(struct sk_buff *skb, bool recalculate);
|