Searched refs:pending_ast (Results 1 – 2 of 2) sorted by relevance
449 ast_t *pending_ast = ast_pending(); in ast_on() local451 *pending_ast |= reasons; in ast_on()461 ast_t *pending_ast = ast_pending(); in ast_off() local463 *pending_ast &= ~reasons; in ast_off()474 ast_t *pending_ast = ast_pending(); in ast_consume() local476 reasons &= *pending_ast; in ast_consume()477 *pending_ast &= ~reasons; in ast_consume()490 ast_t *pending_ast = ast_pending(); in ast_peek() local492 reasons &= *pending_ast; in ast_peek()504 ast_t *pending_ast = ast_pending(); in ast_context() local[all …]
645 ast_t *pending_ast = ast_pending(); in thread_yield_to_preemption() local649 if (*pending_ast & AST_PREEMPT) { in thread_yield_to_preemption()