Lines Matching full:fifo
19 * Time it takes to add data to a fifo.LIFO
20 * Time it takes to retrieve data from a fifo.LIFO
21 * Time it takes to wait on a fifo.lifo.(and context switch)
22 * Time it takes to wake and switch to a thread waiting on a fifo.LIFO
70 …fifo.put.immediate.kernel - Add data to FIFO (no ctx switch) : …
71 …fifo.get.immediate.kernel - Get data from FIFO (no ctx switch) : …
72 …fifo.put.alloc.immediate.kernel - Allocate to add data to FIFO (no ctx switch) : …
73 …fifo.get.free.immediate.kernel - Free when getting data from FIFO (no ctx switch) : …
74 …fifo.get.blocking.k_to_k - Get data from FIFO (w/ ctx switch) : …
75 …fifo.put.wake+ctx.k_to_k - Add data to FIFO (w/ ctx switch) : …
76 …fifo.get.free.blocking.k_to_k - Free when getting data from FIFO (w/ ctx siwtch) : …
77 …fifo.put.alloc.wake+ctx.k_to_k - Allocate to add data to FIFO (w/ ctx switch) : …
123 …fifo.put.immediate.kernel - Add data to FIFO (no ctx switch) : …
124 …fifo.get.immediate.kernel - Get data from FIFO (no ctx switch) : …
125 …fifo.put.alloc.immediate.kernel - Allocate to add data to FIFO (no ctx switch) : …
126 …fifo.get.free.immediate.kernel - Free when getting data from FIFO (no ctx switch) : …
127 …fifo.get.blocking.k_to_k - Get data from FIFO (w/ ctx switch) : …
128 …fifo.put.wake+ctx.k_to_k - Add data to FIFO (w/ ctx switch) : …
129 …fifo.get.free.blocking.k_to_k - Free when getting data from FIFO (w/ ctx siwtch) : …
130 …fifo.put.alloc.wake+ctx.k_to_k - Allocate to add data to FIFO (w/ ctx switch) : …
180 …fifo.put.immediate.kernel - Add data to FIFO (no ctx switch) : …
181 …fifo.get.immediate.kernel - Get data from FIFO (no ctx switch) : …
182 …fifo.put.alloc.immediate.kernel - Allocate to add data to FIFO (no ctx switch) : …
183 …fifo.get.free.immediate.kernel - Free when getting data from FIFO (no ctx switch) : …
184 …fifo.get.blocking.k_to_k - Get data from FIFO (w/ ctx switch) : …
185 …fifo.put.wake+ctx.k_to_k - Add data to FIFO (w/ ctx switch) : …
186 …fifo.get.free.blocking.k_to_k - Free when getting data from FIFO (w/ ctx siwtch) : …
187 …fifo.put.alloc.wake+ctx.k_to_k - Allocate to add data to FIFO (w/ ctx switch) : …
260 …fifo.put.immediate.kernel - Add data to FIFO (no ctx switch) : …
261 …fifo.get.immediate.kernel - Get data from FIFO (no ctx switch) : …
262 …fifo.put.alloc.immediate.kernel - Allocate to add data to FIFO (no ctx switch) : …
263 …fifo.get.free.immediate.kernel - Free when getting data from FIFO (no ctx switch) : …
264 …fifo.put.alloc.immediate.user - Allocate to add data to FIFO (no ctx switch) : …
265 …fifo.get.free.immediate.user - Free when getting data from FIFO (no ctx switch) : …
266 …fifo.get.blocking.k_to_k - Get data from FIFO (w/ ctx switch) : …
267 …fifo.put.wake+ctx.k_to_k - Add data to FIFO (w/ ctx switch) : …
268 …fifo.get.free.blocking.k_to_k - Free when getting data from FIFO (w/ ctx siwtch) : …
269 …fifo.put.alloc.wake+ctx.k_to_k - Allocate to add data to FIFO (w/ ctx switch) : …
270 …fifo.get.free.blocking.u_to_k - Free when getting data from FIFO (w/ ctx siwtch) : …
271 …fifo.put.alloc.wake+ctx.k_to_u - Allocate to add data to FIFO (w/ ctx switch) : …
272 …fifo.get.free.blocking.k_to_u - Free when getting data from FIFO (w/ ctx siwtch) : …
273 …fifo.put.alloc.wake+ctx.u_to_k - Allocate to add data to FIFO (w/ ctx switch) : …
274 …fifo.get.free.blocking.u_to_u - Free when getting data from FIFO (w/ ctx siwtch) : …
275 …fifo.put.alloc.wake+ctx.u_to_u - Allocate to add data to FIFO (w/ ctx switch) : …