Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_lib.c42 .recalculate = dml20_recalculate,
49 .recalculate = dml20v2_recalculate,
58 .recalculate = dml21_recalculate,
Ddisplay_mode_lib.h65 void (*recalculate)(struct display_mode_lib *mode_lib); member
Ddisplay_mode_vba.c69 mode_lib->funcs.recalculate(mode_lib); in dml_get_voltage_level()
697 mode_lib->funcs.recalculate(mode_lib); in recalculate_params()
/Linux-v5.4/fs/ubifs/
Dbudget.c527 if (!req->recalculate) { in ubifs_release_budget()
533 if (req->recalculate) { in ubifs_release_budget()
Dfile.c198 struct ubifs_budget_req req = { .recalculate = 1, .new_page = 1 }; in release_new_page_budget()
Dubifs.h884 unsigned int recalculate:1; member
/Linux-v5.4/Documentation/driver-api/md/
Draid5-ppl.rst8 in degraded state, there is no way to recalculate parity, because one of the
/Linux-v5.4/Documentation/admin-guide/
Dsvga.rst153 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-v5.4/net/core/
Dskbuff.c4740 static int skb_checksum_setup_ipv4(struct sk_buff *skb, bool recalculate) in skb_checksum_setup_ipv4() argument
4769 if (recalculate) in skb_checksum_setup_ipv4()
4788 static int skb_checksum_setup_ipv6(struct sk_buff *skb, bool recalculate) in skb_checksum_setup_ipv6() argument
4878 if (recalculate) in skb_checksum_setup_ipv6()
4893 int skb_checksum_setup(struct sk_buff *skb, bool recalculate) in skb_checksum_setup() argument
4899 err = skb_checksum_setup_ipv4(skb, recalculate); in skb_checksum_setup()
4903 err = skb_checksum_setup_ipv6(skb, recalculate); in skb_checksum_setup()
/Linux-v5.4/Documentation/power/regulator/
Dconsumer.rst150 This will cause the core to recalculate the total load on the regulator (based
/Linux-v5.4/Documentation/networking/
Dipvs-sysctl.txt254 If enabled, recalculate the route of SNATed packets from
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Ddm-integrity.rst139 recalculate
/Linux-v5.4/Documentation/filesystems/
Dxfs-self-describing-metadata.txt346 XXX: inode unlinked list modification doesn't recalculate the inode CRC! None of
/Linux-v5.4/include/linux/
Dskbuff.h4470 int skb_checksum_setup(struct sk_buff *skb, bool recalculate);