Home
last modified time | relevance | path

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

12

/Linux-v5.10/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.10/Documentation/devicetree/bindings/extcon/
Dextcon-sm5502.txt6 attached or detached and button is pressed or released. It is interfaced to
/Linux-v5.10/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.10/fs/btrfs/
Dbackref.h203 unsigned int detached:1; member
248 struct list_head detached; member
Drelocation.c194 BUG_ON(node->detached); in walk_up_backref()
259 while (!list_empty(&cache->detached)) { in update_backref_cache()
260 node = list_entry(cache->detached.next, in update_backref_cache()
432 list_add(&cur->list, &cache->detached); in handle_useless_nodes()
433 cur->detached = 1; in handle_useless_nodes()
524 ASSERT(!node || !node->detached); in build_backref_tree()
554 if (node->detached) in clone_backref_node()
566 BUG_ON(node->detached); in clone_backref_node()
Dbackref.c2486 INIT_LIST_HEAD(&cache->detached);
2542 BUG_ON(!node->lowest && !node->detached);
2579 while (!list_empty(&cache->detached)) {
2580 node = list_entry(cache->detached.next,
2598 ASSERT(list_empty(&cache->detached));
3019 if (upper->detached) {
/Linux-v5.10/drivers/net/
Dtun.c148 struct tun_struct *detached; member
587 tfile->detached = tun; in tun_disable_queue()
594 struct tun_struct *tun = tfile->detached; in tun_enable_queue()
596 tfile->detached = NULL; in tun_enable_queue()
639 if (tun && !tfile->detached) { in __tun_detach()
662 } else if (tfile->detached && clean) { in __tun_detach()
752 if (rtnl_dereference(tfile->tun) && !tfile->detached) in tun_attach()
760 if (!tfile->detached && in tun_attach()
775 if (!tfile->detached && in tun_attach()
785 if (tfile->detached) { in tun_attach()
[all …]
/Linux-v5.10/drivers/of/
Dof_private.h107 bool detached);
Dfdt.c371 bool detached) in __unflatten_device_tree() argument
418 if (detached && mynodes) { in __unflatten_device_tree()
/Linux-v5.10/tools/bpf/bpftool/Documentation/
Dbpftool-link.rst55 program will stay valid, but they will be detached from the
/Linux-v5.10/scripts/coccinelle/free/
Ddevm_free.cocci4 /// the device is detached, and thus the use of the standard freeing
/Linux-v5.10/Documentation/bpf/
Dbpf_lsm.rst123 The program can be detached from the LSM hook by *destroying* the ``link``
/Linux-v5.10/Documentation/kbuild/
Dreproducible-builds.rst93 3. Create detached signatures for the modules, and publish them as
/Linux-v5.10/Documentation/driver-api/
Dconsole.rst79 When unbinding, the modular driver is detached first, and then the system
Dvme.rst269 :c:func:`vme_lm_detach` allows on to be detached from each location monitor
/Linux-v5.10/Documentation/devicetree/
Dof_unittest.rst199 detached and then moving up the parent nodes are removed, and eventually the
/Linux-v5.10/tools/usb/usbip/
DREADME240 port 0 detached
/Linux-v5.10/arch/arm/crypto/
Dsha1-armv4-large.S35 @ small = detached Xload/update, loops are folded;
36 @ compact = detached Xload/update, 5x unroll;
/Linux-v5.10/Documentation/driver-api/driver-model/
Ddevres.rst101 detached. If most resources are acquired using managed interface, a
/Linux-v5.10/Documentation/hid/
Dhid-sensor.rst167 keyboard attached/detached or lid open/close.
/Linux-v5.10/Documentation/s390/
Ddriver-model.rst194 * In online state, device detached (CIO_GONE) or last path gone
/Linux-v5.10/Documentation/translations/it_IT/process/
D7.AdvancedTopics.rst52 *index*, *fast-forward merge*, *push* e *pull*, *detached head*, eccetera.
/Linux-v5.10/Documentation/process/
D7.AdvancedTopics.rst45 remote branches, the index, fast-forward merges, pushes and pulls, detached
/Linux-v5.10/Documentation/filesystems/caching/
Dobject.rst307 This means that the object will have to be detached from the netfs's

12