Home
last modified time | relevance | path

Searched defs:is_frozen (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/android/binder/
H A Dfreeze.rs124 let is_frozen = freeze.node.owner.inner.lock().is_frozen.is_fully_frozen(); in do_work() localVariable
257 let is_frozen = freeze.node.owner.inner.lock().is_frozen.is_fully_frozen(); in freeze_notif_done() localVariable
H A Dprocess.rs85 pub(crate) fn is_frozen(self) -> bool { in is_frozen() method
129 pub(crate) is_frozen: IsFrozen, field
/linux/kernel/bpf/
H A Dbpf_insn_array.c150 static inline bool is_frozen(struct bpf_map *map) in is_frozen() function
/linux/drivers/android/
H A Dbinder_internal.h281 bool is_frozen:1; member
431 bool is_frozen; member
H A Dbinder.c5625 static void binder_add_freeze_work(struct binder_proc *proc, bool is_frozen) in binder_add_freeze_work()
/linux/include/uapi/linux/android/
H A Dbinder.h241 __u32 is_frozen; member
/linux/drivers/crypto/hisilicon/
H A Dqm.c4247 int hisi_qm_sriov_disable(struct pci_dev *pdev, bool is_frozen) in hisi_qm_sriov_disable()