Searched refs:old_top (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/qat/qat_api/common/utils/ |
| H A D | lac_lock_free_stack.h | 36 pointer_t old_top; in pop() local 41 old_top.atomic = stack->top.atomic; in pop() 42 next = PTR(old_top.ptr); in pop() 47 new_top.ctr = old_top.ctr + 1; in pop() 49 old_top.atomic, in pop() 59 pointer_t old_top; in push() local 62 old_top.atomic = stack->top.atomic; in push() 63 val->pNext = PTR(old_top.ptr); in push() 65 new_top.ctr = old_top.ctr + 1; in push() 67 old_top.atomic, in push() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingUtil.c | 541 fn_node *old_top, *n = (fn_node *)malloc(sizeof(fn_node)); in fn_stack_push() local 545 old_top = st->top; in fn_stack_push() 546 n->next = old_top; in fn_stack_push() 547 if (COMPILER_RT_BOOL_CMPXCHG(&st->top, old_top, n)) in fn_stack_push() 552 fn_node *old_top, *new_top; in fn_stack_pop() local 554 old_top = st->top; in fn_stack_pop() 555 if (old_top == 0) in fn_stack_pop() 557 new_top = old_top->next; in fn_stack_pop() 558 if (COMPILER_RT_BOOL_CMPXCHG(&st->top, old_top, new_top)) { in fn_stack_pop() 559 AtExit_Fn_ptr func = old_top->func; in fn_stack_pop() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionSourceCode.cpp | 107 FileSpec old_top = m_file_stack.back(); in EndFile() local 109 if (old_top == m_current_file) in EndFile()
|
| /freebsd/contrib/lua/src/ |
| H A D | ldo.c | 958 ptrdiff_t old_top, ptrdiff_t ef) { in luaD_pcall() argument 968 status = luaD_closeprotected(L, old_top, status); in luaD_pcall() 969 luaD_seterrorobj(L, status, restorestack(L, old_top)); in luaD_pcall()
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | ldo.c | 685 ptrdiff_t old_top, ptrdiff_t ef) { in luaD_pcall() argument 694 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCoroutine.cpp | 721 auto old_top = CGF.EHStack.stable_begin(); in EmitGroAlloca() local 726 for (auto b = CGF.EHStack.find(top), e = CGF.EHStack.find(old_top); b != e; in EmitGroAlloca()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 1365 Value old_top = stack[last_idx]; in Evaluate() local 1368 stack[last_idx - 2] = old_top; in Evaluate()
|