Searched refs:detaching (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/scsi/ |
H A D | sg.c | 170 atomic_t detaching; /* 0->device usable, 1->device detaching */ member 254 (atomic_read(&sdp->detaching) || in open_wait() 260 if (atomic_read(&sdp->detaching)) in open_wait() 267 (atomic_read(&sdp->detaching) || in open_wait() 273 if (atomic_read(&sdp->detaching)) in open_wait() 472 (!busy && atomic_read(&sdp->detaching)))); in sg_read() 474 /* signal or detaching */ in sg_read() 616 if (atomic_read(&sdp->detaching)) in sg_write() 807 if (atomic_read(&sdp->detaching)) { in sg_common_write() [all...] |
/linux/mm/ |
H A D | mmap_lock.c | 48 static inline bool __vma_enter_locked(struct vm_area_struct *vma, bool detaching) in __vma_enter_locked() argument 53 if (!detaching) in __vma_enter_locked()
|
/linux/Documentation/fb/ |
H A D | fbcon.rst | 217 restore VGA text mode for you. With the rest, before detaching fbcon, you 264 won't get any display after detaching fbcon. Your machine is still alive, so 270 a. Before detaching fbcon, do:: 284 a. Before detaching fbcon, do::
|
/linux/Documentation/PCI/ |
H A D | sysfs-pci.rst | 70 actions on the device (e.g. changing config space, detaching a device).
|
/linux/drivers/platform/surface/ |
H A D | Kconfig | 193 hot-plug signaling. Thus, without this driver, detaching the base
|
/linux/Documentation/filesystems/ |
H A D | fuse.rst | 27 umounted. Note that detaching (or lazy umounting) the filesystem
|
/linux/Documentation/filesystems/caching/ |
H A D | netfs-api.rst | 283 detaching any pinned resources.
|