aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/cppc_acpi.c
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2024-08-22 16:14:46 +0200
committerChristian Brauner <brauner@kernel.org>2024-08-28 13:06:12 +0200
commita55d1cbd1720679cfe9837bce250e397ec513989 (patch)
treed21d06bb5e34e8f3f761003eb59d1a9ebd0b387f /drivers/acpi/cppc_acpi.c
parentfile: reclaim 24 bytes from f_owner (diff)
downloadlinux-a55d1cbd1720679cfe9837bce250e397ec513989.tar.gz
linux-a55d1cbd1720679cfe9837bce250e397ec513989.zip
fs: switch f_iocb_flags and f_ra
Now that we shrank struct file by 24 bytes we still have a 4 byte hole. If we move struct file_ra_state into the union and f_iocb_flags out of the union we close that whole and bring down struct file to 192 bytes. Which means struct file is 3 cachelines and we managed to shrink it by 40 bytes this cycle. I've tried to audit all codepaths that use f_ra and none of them seem to rely on it in file->f_op->release() and never have since commit 1da177e4c3f4 ("Linux-2.6.12-rc2"). Link: https://lore.kernel.org/r/20240823-luftdicht-berappen-d69a2166a0db@brauner Reviewed-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'drivers/acpi/cppc_acpi.c')
0 files changed, 0 insertions, 0 deletions
ertions'>+2 2011-02-21ar9170usb: mark the old driver as obsoleteChristian Lamparter3-2/+15 2011-02-18mac80211: Clear PS related flag on disabling power save.Vivek Natarajan1-0/+1 2011-02-18ath9k_hw: Updates for AR9485 1.1 chipsets.Vivek Natarajan3-11/+1246 2011-02-18ath9k_htc: Fix a compilation warning.Vivek Natarajan1-1/+1 2011-02-18small adjustment to net/mac80211/KconfigJan Beulich1-1/+1 2011-02-18ssb: reset device only if it was enabledRafał Miłecki1-18/+22 2011-02-18ssb: when needed, reject IM input while disabling deviceRafał Miłecki2-1/+17 2011-02-18p54: implement flush callbackChristian Lamparter1-0/+43 2011-02-18ssb: remove invalid define SSB_TMSLOW_PHYCLKRafał Miłecki1-1/+0 2011-02-18ssb: trivial: fix SPROM extract warning formattingRafał Miłecki1-1/+1 2011-02-18mac80211: fix 2.4 GHz 40 MHz disablingJohannes Berg4-15/+13 2011-02-18wireless-next-2.6: brcm80211: fix compile issueHenry Ptasinski1-1/+3 2011-02-18mac80211: Add power to debugfs.Ben Greear1-0/+6 2011-02-18p54: Fix compile warningLarry Finger1-1/+1 2011-02-18ath5k: move external function definitions to a header fileBob Copeland2-17/+20 2011-02-18ssb: Make ssb_wait_bit multi-bit safeMichael Büsch1-6/+6 2011-02-18ath5k: Correct channel setting for AR2317 chipNikolay Ledovskikh1-0/+1 2011-02-18wireless: rt2x00: rt2800pci.c: add two idsXose Vazquez Perez1-0/+2 2011-02-18mac80211: fix conn_mon_timer running after disassociateStanislaw Gruszka1-0/+6 2011-02-17Bluetooth: fix checkpatch errors in af_bluetooth.cGustavo F. Padovan1-1/+1 2011-02-17Bluetooth: Fix errors reported by checkpatch.plGustavo F. Padovan1-3/+3 2011-02-17Bluetooth: fix errors reported by checkpatch.plGustavo F. Padovan2-22/+18 2011-02-17Bluetooth: Fix some code style issues in hci_event.cSzymon Janc1-8/+10 2011-02-17Bluetooth: Fix some code style issues in hci_core.cSzymon Janc1-4/+3 2011-02-17Bluetooth: Fix some code style issues in hci_core.hSzymon Janc1-29/+29 2011-02-17Bluetooth: Clean up hci_sniff_subrate_evt functionSzymon Janc1-9/+0 2011-02-17Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc1-1/+1 2011-02-16Bluetooth: Send LE Connection Update CommandClaudio Takahasi4-1/+40 2011-02-16Bluetooth: Use proper timer for hci command timoutVille Tervo4-7/+26 2011-02-16Bluetooth: Make hci a child of the corresponding tty device.Andrei Warkentin1-0/+1 2011-02-16Bluetooth: Fix crash when ioctl(HCIUARTSETPROTO) failsGustavo F. Padovan1-0/+2 2011-02-16Bluetooth: Add connection parameter update responseClaudio Takahasi2-1/+73 2011-02-16Bluetooth: Add LE signaling commands handlingClaudio Takahasi2-52/+92 2011-02-16Bluetooth: Use usb_fill_int_urb()Gustavo F. Padovan1-7/+3