Searched refs:recalculate (Results 1 – 15 of 15) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/ |
| D | display_mode_lib.c | 46 .recalculate = dml20_recalculate, 53 .recalculate = dml20v2_recalculate, 60 .recalculate = dml21_recalculate, 67 .recalculate = dml30_recalculate, 74 .recalculate = dml31_recalculate, 81 .recalculate = dml314_recalculate, 88 .recalculate = dml32_recalculate,
|
| D | display_mode_lib.h | 81 void (*recalculate)(struct display_mode_lib *mode_lib); member
|
| D | display_mode_vba.c | 69 mode_lib->funcs.recalculate(mode_lib); in dml_get_voltage_level() 974 mode_lib->funcs.recalculate(mode_lib); in recalculate_params()
|
| /Linux-v6.6/fs/ubifs/ |
| D | budget.c | 523 if (!req->recalculate) { in ubifs_release_budget() 529 if (req->recalculate) { in ubifs_release_budget()
|
| D | file.c | 198 struct ubifs_budget_req req = { .recalculate = 1, .new_page = 1 }; in release_new_page_budget()
|
| D | ubifs.h | 895 unsigned int recalculate:1; member
|
| /Linux-v6.6/Documentation/driver-api/md/ |
| D | raid5-ppl.rst | 8 in degraded state, there is no way to recalculate parity, because one of the
|
| /Linux-v6.6/Documentation/admin-guide/device-mapper/ |
| D | dm-ima.rst | 426 … <tag_size> "," <mode> "," [<meta_device> ","] [<block_size> ","] <recalculate> "," 439 recalculate := "recalculate=" <yes_no> 458 dev_name=253:0,start=0,tag_size=32,mode=J,recalculate=n,allow_discards=n,fix_padding=n,
|
| D | dm-integrity.rst | 144 recalculate 228 3. the current recalculating position (or '-' if we didn't recalculate)
|
| /Linux-v6.6/Documentation/admin-guide/ |
| D | svga.rst | 154 If you add 0x8000 to the mode ID, the program will try to recalculate 213 Special modes renumbered to allow adding of the "recalculate"
|
| /Linux-v6.6/Documentation/power/regulator/ |
| D | consumer.rst | 150 This will cause the core to recalculate the total load on the regulator (based
|
| /Linux-v6.6/net/core/ |
| D | skbuff.c | 5451 static int skb_checksum_setup_ipv4(struct sk_buff *skb, bool recalculate) in skb_checksum_setup_ipv4() argument 5480 if (recalculate) in skb_checksum_setup_ipv4() 5499 static int skb_checksum_setup_ipv6(struct sk_buff *skb, bool recalculate) in skb_checksum_setup_ipv6() argument 5589 if (recalculate) in skb_checksum_setup_ipv6() 5604 int skb_checksum_setup(struct sk_buff *skb, bool recalculate) in skb_checksum_setup() argument 5610 err = skb_checksum_setup_ipv4(skb, recalculate); in skb_checksum_setup() 5614 err = skb_checksum_setup_ipv6(skb, recalculate); in skb_checksum_setup()
|
| /Linux-v6.6/Documentation/networking/ |
| D | ipvs-sysctl.rst | 280 If enabled, recalculate the route of SNATed packets from
|
| /Linux-v6.6/Documentation/filesystems/ |
| D | xfs-self-describing-metadata.rst | 350 XXX: inode unlinked list modification doesn't recalculate the inode CRC! None of
|
| /Linux-v6.6/include/linux/ |
| D | skbuff.h | 4949 int skb_checksum_setup(struct sk_buff *skb, bool recalculate);
|