Searched refs:pending_ast (Results 1 – 2 of 2) sorted by relevance
376 ast_t *pending_ast = ast_pending(); in ast_on() local378 *pending_ast |= reasons; in ast_on()388 ast_t *pending_ast = ast_pending(); in ast_off() local390 *pending_ast &= ~reasons; in ast_off()401 ast_t *pending_ast = ast_pending(); in ast_consume() local403 reasons &= *pending_ast; in ast_consume()404 *pending_ast &= ~reasons; in ast_consume()417 ast_t *pending_ast = ast_pending(); in ast_peek() local419 reasons &= *pending_ast; in ast_peek()431 ast_t *pending_ast = ast_pending(); in ast_context() local[all …]
634 ast_t *pending_ast = ast_pending(); in thread_yield_to_preemption() local638 if (*pending_ast & AST_PREEMPT) { in thread_yield_to_preemption()