Searched refs:STACK_PUSH (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | flock.c | 1537 STACK_PUSH(vertex_stack, from_lock, l_stack); in flk_add_edge() 1551 STACK_PUSH(vertex_stack, ep->to_vertex, l_stack); in flk_add_edge() 1965 STACK_PUSH(vertex_stack, request, l_stack); in flk_cancel_sleeping_lock() 1974 STACK_PUSH(vertex_stack, ep->to_vertex, l_stack); in flk_cancel_sleeping_lock() 2184 STACK_PUSH(vertex_stack, request, l_stack); in flk_recompute_dependencies() 2243 STACK_PUSH(vertex_stack, lock, l_stack); in flk_recompute_dependencies() 2269 STACK_PUSH(vertex_stack, vertex, l_stack1); in flk_color_reachables() 2282 STACK_PUSH(vertex_stack, lock, l_stack1); in flk_color_reachables() 2303 STACK_PUSH(vertex_stack, lock, l_stack1); in flk_update_barriers() 2326 STACK_PUSH(vertex_stack, lck, l_stack1); in flk_update_barriers() [all …]
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | map_core.c | 167 #define STACK_PUSH(_stack) (_stack).stk_s[(_stack).stk_n++] macro 994 STACK_PUSH(lms.lms_cexp_op_stack) = op; in cexp_push_op() 1184 STACK_PUSH(lms.lms_cexp_val_stack) = in cexp_eval_expr() 1195 STACK_PUSH(lms.lms_cexp_val_stack) = in cexp_eval_expr()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | flock_impl.h | 218 #define STACK_PUSH(stack, ptr, stack_link) (ptr)->stack_link = (stack),\ macro
|