| /linux/mm/ |
| H A D | mmap_lock.c | 93 static inline void __vma_exit_locked(struct vm_area_struct *vma, bool *detached) in __vma_exit_locked() argument 95 *detached = refcount_sub_and_test(VMA_LOCK_OFFSET, &vma->vm_refcnt); in __vma_exit_locked() 117 bool detached; in __vma_start_write() local 119 __vma_exit_locked(vma, &detached); in __vma_start_write() 120 WARN_ON_ONCE(detached); /* vma should remain attached */ in __vma_start_write() 143 bool detached; in vma_mark_detached() local 145 __vma_exit_locked(vma, &detached); in vma_mark_detached() 146 WARN_ON_ONCE(!detached); in vma_mark_detached()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | perf_branches.c | 73 bool detached = false; in test_perf_branches_common() 103 detached = true; in test_perf_branches_hw() 109 if (!detached) in test_perf_branches_hw() 65 bool detached = false; test_perf_branches_common() local
|
| /linux/drivers/video/ |
| H A D | aperture.c | 153 bool detached = !ap->dev; in devm_aperture_acquire_release() local 155 if (detached) in devm_aperture_acquire_release()
|
| /linux/tools/testing/selftests/net/ |
| H A D | nl_netdev.py | 226 detached = [pp for pp in pp_list if "detach-time" in pp] 228 ksft_eq(len(detached), 1)
|
| /linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
| H A D | switchdev.rst | 144 hw_addr 00:00:00:00:00:00 state inactive opstate detached 151 hw_addr 00:00:00:00:00:00 state inactive opstate detached 224 hw_addr 00:00:00:00:88:88 state inactive opstate detached 233 hw_addr 00:00:00:00:88:88 state active opstate detached
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-extcon | 52 cables attached and HDMI and EAR_JACK cables detached. 81 device. The state value is either 0 (detached) or 1
|
| H A D | configfs-usb-gadget-mass-storage | 37 file to be forcibly detached from the LUN,
|
| H A D | sysfs-firmware-ofw | 10 Some device drivers use a separate detached device tree which
|
| /linux/Documentation/driver-api/surface_aggregator/clients/ |
| H A D | dtx.rst | 37 detached, optionally (model dependent) housing the discrete GPU (dGPU). 41 operation and allowing it to be detached when requested. 94 can be detached from the base. This is the exact behavior as without 99 clipboard cannot be detached from the base. Furthermore, the EC sends 265 - Base has been detached/is not present. 379 attached, detached, or detachment has become infeasible due to low clipboard 636 Get the current base connection state (i.e. attached/detached) and the type
|
| /linux/include/drm/ |
| H A D | drm_pagemap.h | 228 struct completion detached; member
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_pagemap.c | 133 complete_all(&devmem->detached); in drm_pagemap_zdd_destroy() 620 if (completion_done(&devmem_allocation->detached)) in drm_pagemap_evict_to_ram() 830 init_completion(&devmem_allocation->detached); in drm_pagemap_devmem_init()
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-link.rst | 56 valid, but they will be detached from the respective BPF hook and BPF link
|
| /linux/scripts/coccinelle/free/ |
| H A D | devm_free.cocci | 4 /// the device is detached, and thus the use of the standard freeing
|
| /linux/drivers/of/ |
| H A D | of_private.h | 120 bool detached);
|
| /linux/drivers/remoteproc/ |
| H A D | imx_rproc.c | 823 bool detached = true; in imx_rproc_attach_pd() local 842 detached = false; in imx_rproc_attach_pd() 847 if (detached) in imx_rproc_attach_pd()
|
| /linux/drivers/platform/surface/ |
| H A D | Kconfig | 145 being detached or folded back (essentially signaling when the keyboard is 160 CPU (called the clipboard) can be detached from the base (containing a
|
| /linux/Documentation/bpf/ |
| H A D | prog_lsm.rst | 124 The program can be detached from the LSM hook by *destroying* the ``link``
|
| /linux/Documentation/arch/powerpc/ |
| H A D | associativity.rst | 51 domain numbering. With numa distance computation now detached from the index value in
|
| /linux/Documentation/trace/rv/ |
| H A D | da_monitor_instrumentation.rst | 163 The probes then need to be detached at the disable phase.
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | printk-formats.rst | 461 d - detached
|
| /linux/Documentation/driver-api/ |
| H A D | console.rst | 79 When unbinding, the modular driver is detached first, and then the system
|
| /linux/lib/crypto/arm/ |
| H A D | sha1-armv4-large.S | 35 @ small = detached Xload/update, loops are folded; 36 @ compact = detached Xload/update, 5x unroll;
|
| /linux/tools/usb/usbip/ |
| H A D | README | 240 port 0 detached
|
| /linux/Documentation/dev-tools/ |
| H A D | checkuapi.rst | 166 [detached HEAD f758e574663a] Breaking UAPI change 169 [detached HEAD 2e87df769081] Innocuous UAPI change
|
| /linux/Documentation/hid/ |
| H A D | hid-sensor.rst | 167 keyboard attached/detached or lid open/close.
|