Searched defs:Queue (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/unisys/channels/
H A Dchannel.c31 * Queue of the Channel pointed to by pChannel
35 * Queue: (IN) nth Queue of the IO Channel
39 * - pChannel, Queue and pSignal are valid.
47 visor_signal_insert(CHANNEL_HEADER __iomem *pChannel, u32 Queue, void *pSignal) argument
55 + Queue;
88 * Removes one signal from Channel pChannel's nth Queue at the
94 * Queue: (IN) nth Queue of the IO Channel
98 * - pChannel and Queue ar
105 visor_signal_remove(CHANNEL_HEADER __iomem *pChannel, u32 Queue, void *pSignal) argument
160 SignalRemoveAll(pCHANNEL_HEADER pChannel, u32 Queue, void *pSignal) argument
211 visor_signalqueue_empty(CHANNEL_HEADER __iomem *pChannel, u32 Queue) argument
[all...]
H A Dchanstub.c45 SignalInsert_withLock(CHANNEL_HEADER __iomem *pChannel, u32 Queue, argument
52 result = visor_signal_insert(pChannel, Queue, pSignal);
58 SignalRemove_withLock(CHANNEL_HEADER __iomem *pChannel, u32 Queue, argument
64 result = visor_signal_remove(pChannel, Queue, pSignal);

Completed in 60 milliseconds