Searched refs:DCB (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/tools/tracing/
H A Danalyze_traces.py160 return DCB[ev['CID']][ev['INFO']]
218 DCB = {} variable
261 if line[1:6] == ' DCB ':
265 if not c in DCB:
266 DCB[c] = {}
267 DCB[c][i] = name
/barrelfish-2018-10-04/doc/017-arm/
H A DARM.tex394 but calling \code{dispatch} on the init DCB, and we are now up and
572 to the current DCB.
575 \code{dp->disabled} is a flag which is 1 if the current DCB has
584 datastructure corresponding to a DCB. This is the first struct in
589 \code{dp->disabled} is a flag which is 1 if the current DCB has
/barrelfish-2018-10-04/doc/009-notifications/
H A DNotify.tex217 The cap$\_$invoke handler puts the receivers's DCB pointer into the
233 the currently running DCB, and ideally the time at which it will next
/barrelfish-2018-10-04/doc/000-overview/
H A DOverview.tex182 The kernel maintains a DCB (dispatcher control block) for each dispatcher
183 (Figure~\ref{fig:dcb}). The DCB contains entries that define the dispatcher's
/barrelfish-2018-10-04/doc/011-idc/
H A DIDC.tex998 and contains a pointer back to the DCB and an offset into the associated

Completed in 41 milliseconds