Lines Matching refs:lifo
21 * Time it takes to wait on a fifo.lifo.(and context switch)
78 …lifo.put.immediate.kernel - Add data to LIFO (no ctx switch) : …
79 …lifo.get.immediate.kernel - Get data from LIFO (no ctx switch) : …
80 …lifo.put.alloc.immediate.kernel - Allocate to add data to LIFO (no ctx switch) : …
81 …lifo.get.free.immediate.kernel - Free when getting data from LIFO (no ctx switch) : …
82 …lifo.get.blocking.k_to_k - Get data from LIFO (w/ ctx switch) : …
83 …lifo.put.wake+ctx.k_to_k - Add data to LIFO (w/ ctx switch) : …
84 …lifo.get.free.blocking.k_to_k - Free when getting data from LIFO (w/ ctx switch) : …
85 …lifo.put.alloc.wake+ctx.k_to_k - Allocate to add data to LIFO (w/ ctx siwtch) : …
131 …lifo.put.immediate.kernel - Add data to LIFO (no ctx switch) : …
132 …lifo.get.immediate.kernel - Get data from LIFO (no ctx switch) : …
133 …lifo.put.alloc.immediate.kernel - Allocate to add data to LIFO (no ctx switch) : …
134 …lifo.get.free.immediate.kernel - Free when getting data from LIFO (no ctx switch) : …
135 …lifo.get.blocking.k_to_k - Get data from LIFO (w/ ctx switch) : …
136 …lifo.put.wake+ctx.k_to_k - Add data to LIFO (w/ ctx switch) : …
137 …lifo.get.free.blocking.k_to_k - Free when getting data from LIFO (w/ ctx switch) : …
138 …lifo.put.alloc.wake+ctx.k_to_k - Allocate to add data to LIFO (w/ ctx siwtch) : …
188 …lifo.put.immediate.kernel - Add data to LIFO (no ctx switch) : …
189 …lifo.get.immediate.kernel - Get data from LIFO (no ctx switch) : …
190 …lifo.put.alloc.immediate.kernel - Allocate to add data to LIFO (no ctx switch) : …
191 …lifo.get.free.immediate.kernel - Free when getting data from LIFO (no ctx switch) : …
192 …lifo.get.blocking.k_to_k - Get data from LIFO (w/ ctx switch) : …
193 …lifo.put.wake+ctx.k_to_k - Add data to LIFO (w/ ctx switch) : …
194 …lifo.get.free.blocking.k_to_k - Free when getting data from LIFO (w/ ctx switch) : …
195 …lifo.put.alloc.wake+ctx.k_to_k - Allocate to add data to LIFO (w/ ctx siwtch) : …
276 …lifo.put.immediate.kernel - Add data to LIFO (no ctx switch) : …
277 …lifo.get.immediate.kernel - Get data from LIFO (no ctx switch) : …
278 …lifo.put.alloc.immediate.kernel - Allocate to add data to LIFO (no ctx switch) : …
279 …lifo.get.free.immediate.kernel - Free when getting data from LIFO (no ctx switch) : …
280 …lifo.put.alloc.immediate.user - Allocate to add data to LIFO (no ctx switch) : …
281 …lifo.get.free.immediate.user - Free when getting data from LIFO (no ctx switch) : …
282 …lifo.get.blocking.k_to_k - Get data from LIFO (w/ ctx switch) : …
283 …lifo.put.wake+ctx.k_to_k - Add data to LIFO (w/ ctx switch) : …
284 …lifo.get.free.blocking.k_to_k - Free when getting data from LIFO (w/ ctx switch) : …
285 …lifo.put.alloc.wake+ctx.k_to_k - Allocate to add data to LIFO (w/ ctx siwtch) : …
286 …lifo.get.free.blocking.u_to_k - Free when getting data from LIFO (w/ ctx switch) : …
287 …lifo.put.alloc.wake+ctx.k_to_u - Allocate to add data to LIFO (w/ ctx siwtch) : …
288 …lifo.get.free.blocking.k_to_u - Free when getting data from LIFO (w/ ctx switch) : …
289 …lifo.put.alloc.wake+ctx.u_to_k - Allocate to add data to LIFO (w/ ctx siwtch) : …
290 …lifo.get.free.blocking.u_to_u - Free when getting data from LIFO (w/ ctx switch) : …
291 …lifo.put.alloc.wake+ctx.u_to_u - Allocate to add data to LIFO (w/ ctx siwtch) : …