Lines Matching defs:frozen
2774 * @t1: the pending async txn in the frozen process
2838 * BR_FROZEN_REPLY if the target process or thread is frozen and
2840 * BR_TRANSACTION_PENDING_FROZEN if the target process is frozen
2851 bool frozen = false;
2865 frozen = true;
2870 if ((frozen && !oneway) || proc->is_dead ||
2874 return frozen ? BR_FROZEN_REPLY : BR_DEAD_REPLY;
2885 if ((t->flags & TF_UPDATE_TXN) && frozen) {
2922 if (oneway && frozen)
3787 * binder_proc_transaction() reported a pending frozen. The
3797 * Let the caller know when async transaction reaches a frozen
3827 return_error == BR_FROZEN_REPLY ? "frozen" : "dead");
5691 * setting frozen state. If timeout specified, wait
6476 seq_printf(m, "%shas frozen binder\n", prefix);