Lines Matching refs:lifo

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