summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2016-07-04 14:36:07 -0700
committerDavid S. Miller <davem@davemloft.net>2016-07-05 00:10:29 -0700
commit0305efff117ddc6671f5eaf4e4fefd7418116224 (patch)
tree1136fc1d900819fe9f1336c617a1fd3303394547 /tools/perf/scripts/python
parentffb5bce0bfd7f196dcfb3263596202cef7b4b92c (diff)
downloadkernel-0305efff117ddc6671f5eaf4e4fefd7418116224.tar.gz
net: r6040: Utilize napi_complete_done()
We maintain how much work we did in NAPI context, so provide that with napi_complete_done(). Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
stro/kernel/commit/drivers/md/bitmap.c?id=355a43e641b948a7b755cb4c2466ec548d5b495f'>md: write bitmap information to devices that are undergoing recovery.NeilBrown 2009-03-31md: never clear bit from the write-intent bitmap when the array is degraded.NeilBrown 2009-03-31md: Allow write-intent bitmaps to have chunksize < PAGE_SIZENeilBrown 2009-01-09md: use list_for_each_entry macro directlyCheng Renquan 2009-01-09md: fix bitmap-on-external-file bug.NeilBrown 2008-12-19md: Don't read past end of bitmap when reading bitmap.NeilBrown 2008-09-01Fix problem with waiting while holding rcu read lock in md/bitmap.cNeilBrown 2008-08-01md: the bitmap code needs to use blk_plug_device_unlocked()Jens Axboe 2008-07-21md: Protect access to mddev->disks list using RCUNeilBrown 2008-07-11md: Turn rdev->sb_offset into a sector-based quantity.Andre Noll 2008-06-28Improve setting of "events_cleared" for write-intent bitmaps.Neil Brown