genode/base/include/base
Norman Feske 6d837c9e26 Attach affinity information to session requests
This patch extends the 'Parent::session()' and 'Root::session()'
functions with an additional 'affinity' parameter, which is inteded to
express the preferred affinity of the new session. For CPU sessions
provided by core, the values will be used to select the set of CPUs
assigned to the CPU session. For other services, the session affinity
information can be utilized to optimize the locality of the server
thread with the client. For example, to enable the IRQ session to route
an IRQ to the CPU core on which the corresponding device driver (the IRQ
client) is running.
2013-08-13 17:08:25 +02:00
..
affinity.h Attach affinity information to session requests 2013-08-13 17:08:25 +02:00
allocator.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
allocator_avl.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
allocator_guard.h base: add method to withdraw memory w/o allocating 2013-07-05 12:37:42 +02:00
blocking.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
cancelable_lock.h Rework the internal lock interface 2013-02-25 22:14:21 +01:00
capability.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
child.h Attach affinity information to session requests 2013-08-13 17:08:25 +02:00
connection.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
console.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
crt0.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
elf.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
env.h Turn 'platform_env.h' into a private header 2013-02-14 13:23:36 +01:00
errno.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
exception.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
heap.h heap: Reduce maximum chunk size to 1 MiB on 32bit 2013-03-27 19:27:25 +01:00
ipc.h base: avoid deadlock if invalid object is called 2013-08-13 17:08:23 +02:00
lock.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
lock_guard.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
native_capability.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
object_pool.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
pager.h Express affinities via Cartesian coordinates 2013-08-13 17:08:24 +02:00
printf.h Suppress warnings in release mode 2013-03-22 17:28:07 +01:00
process.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rpc.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rpc_args.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rpc_client.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rpc_server.h Express affinities via Cartesian coordinates 2013-08-13 17:08:24 +02:00
semaphore.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
service.h Attach affinity information to session requests 2013-08-13 17:08:25 +02:00
signal.h base: make signal framework usable for base-hw 2013-02-22 20:28:28 +01:00
slab.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
sleep.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
snprintf.h pci: add support to provide PCI ECMA config 2013-02-21 11:52:02 +01:00
stdint.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
sync_allocator.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
thread.h Update Qt to version 4.8.4 2013-05-06 18:50:35 +02:00
thread_state.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
tslab.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00