Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dperf_branches.c65 bool detached = false; in test_perf_branches_common() local
91 detached = true; in test_perf_branches_common()
97 if (!detached) in test_perf_branches_common()
/linux/tools/testing/selftests/net/
H A Dnl_netdev.py71 detached = [pp for pp in pp_list if "detach-time" in pp]
73 ksft_eq(len(detached), 1)
/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/fs/btrfs/
H A Dbackref.h354 unsigned int detached:1; member
399 struct list_head detached; member
H A Drelocation.c203 BUG_ON(node->detached); in walk_up_backref()
268 while (!list_empty(&cache->detached)) { in update_backref_cache()
269 node = list_entry(cache->detached.next, in update_backref_cache()
440 list_add(&cur->list, &cache->detached); in handle_useless_nodes()
441 cur->detached = 1; in handle_useless_nodes()
530 ASSERT(!node || !node->detached); in build_backref_tree()
560 if (node->detached) in clone_backref_node()
572 BUG_ON(node->detached); in clone_backref_node()
H A Dbackref.c3025 INIT_LIST_HEAD(&cache->detached); in btrfs_backref_init_cache()
3140 BUG_ON(!node->lowest && !node->detached); in btrfs_backref_cleanup_node()
3170 while (!list_empty(&cache->detached)) { in btrfs_backref_release_cache()
3171 node = list_entry(cache->detached.next, in btrfs_backref_release_cache()
3189 ASSERT(list_empty(&cache->detached)); in btrfs_backref_release_cache()
3622 if (upper->detached) { in btrfs_backref_finish_upper_links()
/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/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/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/trace/rv/
H A Dda_monitor_instrumentation.rst163 The probes then need to be detached at the disable phase.
H A Druntime-verification.rst86 an *asynchronous* monitor has its execution detached from the system. Each type
/linux/include/linux/
H A Dmm.h781 static inline void vma_mark_detached(struct vm_area_struct *vma, bool detached) in vma_mark_detached() argument
784 if (detached) in vma_mark_detached()
786 vma->detached = detached; in vma_mark_detached()
817 bool detached) {} in vma_mark_detached() argument
/linux/Documentation/kbuild/
H A Dreproducible-builds.rst93 3. Create detached signatures for the modules, and publish them as
/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/arch/arm/crypto/
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/devicetree/
H A Dof_unittest.rst220 detached and then moving up the parent nodes are removed, and eventually the

12