Home
last modified time | relevance | path

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

12

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
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-v5.15/drivers/gpu/drm/
Ddrm_aperture.c149 bool detached = !ap->dev; in devm_aperture_acquire_release() local
151 if (detached) in devm_aperture_acquire_release()
/Linux-v5.15/drivers/net/
Dtun.c145 struct tun_struct *detached; member
584 tfile->detached = tun; in tun_disable_queue()
591 struct tun_struct *tun = tfile->detached; in tun_enable_queue()
593 tfile->detached = NULL; in tun_enable_queue()
636 if (tun && !tfile->detached) { in __tun_detach()
659 } else if (tfile->detached && clean) { in __tun_detach()
749 if (rtnl_dereference(tfile->tun) && !tfile->detached) in tun_attach()
757 if (!tfile->detached && in tun_attach()
772 if (!tfile->detached && in tun_attach()
782 if (tfile->detached) { in tun_attach()
[all …]
/Linux-v5.15/fs/btrfs/
Dbackref.h204 unsigned int detached:1; member
249 struct list_head detached; member
Dbackref.c2486 INIT_LIST_HEAD(&cache->detached);
2542 BUG_ON(!node->lowest && !node->detached);
2572 while (!list_empty(&cache->detached)) {
2573 node = list_entry(cache->detached.next,
2591 ASSERT(list_empty(&cache->detached));
3012 if (upper->detached) {
Drelocation.c195 BUG_ON(node->detached); in walk_up_backref()
260 while (!list_empty(&cache->detached)) { in update_backref_cache()
261 node = list_entry(cache->detached.next, in update_backref_cache()
433 list_add(&cur->list, &cache->detached); in handle_useless_nodes()
434 cur->detached = 1; in handle_useless_nodes()
525 ASSERT(!node || !node->detached); in build_backref_tree()
555 if (node->detached) in clone_backref_node()
567 BUG_ON(node->detached); in clone_backref_node()
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-class-extcon52 cables attached and HDMI and EAR_JACK cables detached.
81 device. The state value is either 0 (detached) or 1
Dsysfs-firmware-ofw10 Some device drivers use a separate detached device tree which
/Linux-v5.15/Documentation/driver-api/surface_aggregator/clients/
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-v5.15/drivers/of/
Dof_private.h109 bool detached);
Dfdt.c369 bool detached) in __unflatten_device_tree() argument
424 if (detached && mynodes && *mynodes) { in __unflatten_device_tree()
/Linux-v5.15/tools/bpf/bpftool/Documentation/
Dbpftool-link.rst56 program will stay valid, but they will be detached from the
/Linux-v5.15/scripts/coccinelle/free/
Ddevm_free.cocci4 /// the device is detached, and thus the use of the standard freeing
/Linux-v5.15/Documentation/bpf/
Dbpf_lsm.rst124 The program can be detached from the LSM hook by *destroying* the ``link``
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/mellanox/
Dmlx5.rst328 hw_addr 00:00:00:00:00:00 state inactive opstate detached
335 hw_addr 00:00:00:00:00:00 state inactive opstate detached
401 hw_addr 00:00:00:00:88:88 state inactive opstate detached
410 hw_addr 00:00:00:00:88:88 state active opstate detached
/Linux-v5.15/Documentation/kbuild/
Dreproducible-builds.rst93 3. Create detached signatures for the modules, and publish them as
/Linux-v5.15/Documentation/powerpc/
Dassociativity.rst51 domain numbering. With numa distance computation now detached from the index value in
/Linux-v5.15/Documentation/translations/zh_CN/core-api/
Dprintk-formats.rst460 d - detached
/Linux-v5.15/Documentation/driver-api/
Dconsole.rst79 When unbinding, the modular driver is detached first, and then the system
/Linux-v5.15/tools/usb/usbip/
DREADME240 port 0 detached
/Linux-v5.15/Documentation/devicetree/
Dof_unittest.rst199 detached and then moving up the parent nodes are removed, and eventually the
/Linux-v5.15/arch/arm/crypto/
Dsha1-armv4-large.S35 @ small = detached Xload/update, loops are folded;
36 @ compact = detached Xload/update, 5x unroll;
/Linux-v5.15/drivers/platform/surface/
DKconfig115 CPU (called the clipboard) can be detached from the base (containing a
/Linux-v5.15/Documentation/hid/
Dhid-sensor.rst167 keyboard attached/detached or lid open/close.
/Linux-v5.15/Documentation/driver-api/driver-model/
Ddevres.rst101 detached. If most resources are acquired using managed interface, a

12