summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2018-05-14 06:34:32 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2018-05-15 17:57:05 -0700
commiteac69e167665d342b741986e9d0b53a0a26a6608 (patch)
tree425a9d5b4bcb303706fa4f88a636e81f9e842948 /tools/perf/scripts/python
parent689e11c84b15866619e7582486acacaf79d7e3e2 (diff)
downloadkernel-eac69e167665d342b741986e9d0b53a0a26a6608.tar.gz
xfs: refactor quota limits initialization
Replace all the if (!error) weirdness with helper functions that follow our regular coding practices, and factor out the ternary expression soup. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
ock iova_rbtree_lockXiang Chen 2021-04-07iommu: Stop exporting free_iova_fast()John Garry 2021-04-07iommu: Delete iommu_dma_free_cpu_cached_iovas()John Garry 2021-04-07iova: Add CPU hotplug handler to flush rcachesJohn Garry 2021-03-18iommu/iova: Improve restart logicRobin Murphy 2021-03-18iommu/iova: Add rbtree entry helperRobin Murphy 2021-01-27iova: Stop exporting some more functionsJohn Garry 2021-01-27iova: Delete copy_reserved_iova()John Garry 2021-01-27iova: Make has_iova_flush_queue() privateJohn Garry 2021-01-05iommu/iova: fix 'domain' typosStefano Garzarella 2020-12-08iommu: Stop exporting free_iova_mem()John Garry 2020-12-08iommu: Stop exporting alloc_iova_mem()John Garry 2020-12-08iommu: Delete split_and_remove_iova()John Garry 2020-12-01iommu: avoid taking iova_rbtree_lock twiceCong Wang 2020-11-17iommu/iova: Free global iova rcache on iova alloc failureVijayanand Jitta 2020-11-17iommu/iova: Retry from last rb tree node if iova search failsVijayanand Jitta 2020-09-04iommu/iova: Replace cmpxchg with xchg in queue_iovaYuqi Jin 2020-06-30iommu/iova: Don't BUG on invalid PFNsRobin Murphy 2020-05-13iommu/iova: Unify format of the printed messagesAndy Shevchenko 2019-12-23iommu/iova: Silence warnings under memory pressureQian Cai 2019-12-17iommu/iova: Init the struct iova to fix the possible memleakXiaotao Yin