genode/os/src/server/blk_cache
Stefan Kalkowski 746011ee28 blk_cache: fix deadlock in allocator hierarchy
This commit generalizes the bit array in 'base/util/bit_array.h',
so that it can be used in a statically, when the array size is known
at compile time, or dynamically. It uses the dynamic approach of the
bit array for a more generalized version of the packet allocator,
formerly only used by NIC session clients. The more generic packet
allocator is used by the block cache to circumvent the allocation
deadlock described in issue #1059.

Fixes #1059
2014-02-25 14:58:06 +01:00
..
chunk.h block: cache between one client and one device 2014-02-25 14:58:02 +01:00
driver.h blk_cache: fix deadlock in allocator hierarchy 2014-02-25 14:58:06 +01:00
lru.cc block: cache between one client and one device 2014-02-25 14:58:02 +01:00
lru.h block: cache between one client and one device 2014-02-25 14:58:02 +01:00
main.cc block: cache between one client and one device 2014-02-25 14:58:02 +01:00
target.mk block: cache between one client and one device 2014-02-25 14:58:02 +01:00