Home
last modified time | relevance | path

Searched refs:detached (Results 1 – 25 of 38) sorted by relevance

12

/linux/mm/
H A Dmmap_lock.c57 bool detached; in __vma_enter_locked()
69 VM_WARN_ON_ONCE(ves->detached); in __vma_enter_locked()
71 ves->detached = refcount_sub_and_test(VM_REFCNT_EXCLUDE_READERS_FLAG, in __vma_enter_locked()
95 * excluded, or false if the VMA was detached or an error arose on wait. in __vma_exit_locked()
114 * If vma is detached then only vma_mark_attached() can raise the in __vma_start_write()
121 ves->detached = true; in __vma_start_write()
150 WARN_ON_ONCE(ves.detached);
165 WARN_ON_ONCE(ves.detached); in vma_start_read()
182 * Wait until the VMA is detached with no readers. Since we hold the VMA in vma_start_read()
192 * reference count, and the VMA is marked detached in vma_start_read()
93 __vma_exit_locked(struct vm_area_struct * vma,bool * detached) __vma_exit_locked() argument
117 bool detached; __vma_start_write() local
143 bool detached; vma_mark_detached() local
[all...]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dperf_branches.c73 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 Daperture.c153 bool detached = !ap->dev; in devm_aperture_acquire_release() local
155 if (detached) in devm_aperture_acquire_release()
/linux/drivers/net/
H A Dtun.c146 struct tun_struct *detached; member
531 tfile->detached = tun; in tun_disable_queue()
538 struct tun_struct *tun = tfile->detached; in tun_enable_queue()
540 tfile->detached = NULL; in tun_enable_queue()
579 if (!tfile->detached) in __tun_detach()
584 if (tun && !tfile->detached) { in __tun_detach()
610 } else if (tfile->detached && clean) { in __tun_detach()
703 if (rtnl_dereference(tfile->tun) && !tfile->detached) in tun_attach()
711 if (!tfile->detached && in tun_attach()
726 if (!tfile->detached && in tun_attach()
[all …]
/linux/tools/testing/selftests/net/
H A Dnl_netdev.py226 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 Dswitchdev.rst144 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 Dsysfs-class-extcon52 cables attached and HDMI and EAR_JACK cables detached.
81 device. The state value is either 0 (detached) or 1
H A Dconfigfs-usb-gadget-mass-storage37 file to be forcibly detached from the LUN,
H A Dsysfs-firmware-ofw10 Some device drivers use a separate detached device tree which
/linux/Documentation/driver-api/surface_aggregator/clients/
H A Ddtx.rst37 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 Ddrm_pagemap.h319 struct completion detached; member
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-link.rst56 valid, but they will be detached from the respective BPF hook and BPF link
/linux/scripts/coccinelle/free/
H A Ddevm_free.cocci4 /// the device is detached, and thus the use of the standard freeing
/linux/drivers/of/
H A Dof_private.h120 bool detached);
H A Dfdt.c355 bool detached) in __unflatten_device_tree() argument
410 if (detached && mynodes && *mynodes) { in __unflatten_device_tree()
/linux/drivers/gpu/drm/
H A Ddrm_pagemap.c136 complete_all(&devmem->detached); in drm_pagemap_zdd_destroy()
1022 if (completion_done(&devmem_allocation->detached)) in drm_pagemap_evict_to_ram()
1214 init_completion(&devmem_allocation->detached); in drm_pagemap_devmem_init()
/linux/drivers/platform/surface/
H A DKconfig145 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 Dprog_lsm.rst124 The program can be detached from the LSM hook by *destroying* the ``link``
/linux/Documentation/arch/powerpc/
H A Dassociativity.rst51 domain numbering. With numa distance computation now detached from the index value in
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst461 d - detached
/linux/Documentation/driver-api/
H A Dconsole.rst79 When unbinding, the modular driver is detached first, and then the system
/linux/lib/crypto/arm/
H A Dsha1-armv4-large.S35 @ small = detached Xload/update, loops are folded;
36 @ compact = detached Xload/update, 5x unroll;
/linux/tools/usb/usbip/
H A DREADME240 port 0 detached
/linux/Documentation/dev-tools/
H A Dcheckuapi.rst166 [detached HEAD f758e574663a] Breaking UAPI change
169 [detached HEAD 2e87df769081] Innocuous UAPI change
/linux/Documentation/hid/
H A Dhid-sensor.rst167 keyboard attached/detached or lid open/close.

12