https://github.com/torvalds/linux
Revision db0562509800a2d4cb5cb14a66413c30484f165c authored by Dan Williams on 17 June 2011, 21:18:39 UTC, committed by Dan Williams on 03 July 2011, 11:04:51 UTC
the dma_pool interface is optimized for object_size << page_size which
is not the case with isci_request objects and the dma_pool routines show
up in the top of the profile.

The old io_request_table which tracked whether tci slots were in-flight
or not is replaced with an IREQ_ACTIVE flag per request.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
1 parent 38d8879
History
Tip revision: db0562509800a2d4cb5cb14a66413c30484f165c authored by Dan Williams on 17 June 2011, 21:18:39 UTC
isci: preallocate requests
Tip revision: db05625
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 966 bytes
.mailmap -rw-r--r-- 4.2 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.9 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 189.8 KB
Makefile -rw-r--r-- 52.6 KB
README -rw-r--r-- 17.1 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top