aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc
diff options
context:
space:
mode:
authorGou Hao <[email protected]>2021-11-02 02:46:48 +0000
committerAl Viro <[email protected]>2022-05-14 22:47:28 +0000
commit81132a39c152ca09832b9e4cb748129cee5f55ec (patch)
treec680492afc83599e9f91bc028f7ddd2736418d15 /drivers/pci/controller/dwc
parentio_uring_enter(): don't leave f.flags uninitialized (diff)
downloadkernel-81132a39c152ca09832b9e4cb748129cee5f55ec.tar.gz
kernel-81132a39c152ca09832b9e4cb748129cee5f55ec.zip
fs: remove fget_many and fput_many interface
These two interface were added in 091141a42 commit, but now there is no place to call them. The only user of fput/fget_many() was removed in commit 62906e89e63b ("io_uring: remove file batch-get optimisation"). A user of get_file_rcu_many() were removed in commit f073531070d2 ("init: add an init_dup helper"). And replace atomic_long_sub/add to atomic_long_dec/inc can improve performance. Here are the test results of unixbench: Cmd: ./Run -c 64 context1 Without patch: System Benchmarks Partial Index BASELINE RESULT INDEX Pipe-based Context Switching 4000.0 2798407.0 6996.0 ======== System Benchmarks Index Score (Partial Only) 6996.0 With patch: System Benchmarks Partial Index BASELINE RESULT INDEX Pipe-based Context Switching 4000.0 3486268.8 8715.7 ======== System Benchmarks Index Score (Partial Only) 8715.7 Signed-off-by: Gou Hao <[email protected]> Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'drivers/pci/controller/dwc')
0 files changed, 0 insertions, 0 deletions