summaryrefslogtreecommitdiff
path: root/drivers/s390/cio/idset.h
AgeCommit message (Collapse)AuthorFilesLines
2007-04-27[S390] cio: replace subchannel evaluation queue with bitmapPeter Oberparleiter1-0/+25
Use a bitmap for indicating which subchannels require evaluation instead of allocating memory for each evaluation request. This approach reduces memory consumption during recovery in case of massive evaluation request occurrence and removes the need for memory allocation failure handling. Cc: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Peter Oberparleiter <peter.oberparleiter@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>