Searched refs:is_frozen (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/android/
H A Dbinder_internal.h359 * @is_frozen: process is frozen and unable to service
416 bool is_frozen; member in struct:binder_proc
H A Dbinder.c1589 if (!target_proc->outstanding_txns && target_proc->is_frozen)
2782 if (proc->is_frozen) {
5252 target_proc->is_frozen = false;
5265 target_proc->is_frozen = true;
5284 target_proc->is_frozen = false;
5854 proc->is_frozen = false;
/linux-master/include/linux/
H A Dhisi_acc_qm.h539 int hisi_qm_sriov_disable(struct pci_dev *pdev, bool is_frozen);
/linux-master/drivers/crypto/hisilicon/
H A Dqm.c3818 * @is_frozen: true when all the VFs are frozen.
3822 int hisi_qm_sriov_disable(struct pci_dev *pdev, bool is_frozen) argument
3833 if (!is_frozen && qm_try_frozen_vfs(pdev, qm->qm_list)) {

Completed in 404 milliseconds