/kernel/liteos_a/compat/posix/src/ |
D | pthread.c | 421 _pthread_data *detached = NULL; in pthread_detach() local 426 detached = pthread_get_data(thread); in pthread_detach() 427 if (detached == NULL) { in pthread_detach() 429 } else if (detached->state == PTHREAD_STATE_DETACHED) { in pthread_detach() 431 } else if (detached->state == PTHREAD_STATE_JOIN) { in pthread_detach() 432 detached->state = PTHREAD_STATE_EXITED; in pthread_detach() 437 if (!(detached->task->taskStatus & OS_TASK_STATUS_EXIT)) { in pthread_detach() 438 ret = OsTaskSetDetachUnsafe(detached->task); in pthread_detach() 442 detached->state = PTHREAD_STATE_DETACHED; in pthread_detach() 445 detached->state = PTHREAD_STATE_EXITED; in pthread_detach()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | perf_branches.c | 65 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()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/extcon/ |
D | extcon-sm5502.txt | 6 attached or detached and button is pressed or released. It is interfaced to
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | backref.h | 203 unsigned int detached:1; member 248 struct list_head detached; member
|
D | relocation.c | 194 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()
|
D | backref.c | 2499 INIT_LIST_HEAD(&cache->detached); 2555 BUG_ON(!node->lowest && !node->detached); 2585 while (!list_empty(&cache->detached)) { 2586 node = list_entry(cache->detached.next, 2604 ASSERT(list_empty(&cache->detached)); 3025 if (upper->detached) {
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
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
|
D | sysfs-firmware-ofw | 10 Some device drivers use a separate detached device tree which
|
/kernel/linux/linux-5.10/drivers/net/ |
D | tun.c | 156 struct tun_struct *detached; member 601 tfile->detached = tun; in tun_disable_queue() 608 struct tun_struct *tun = tfile->detached; in tun_enable_queue() 610 tfile->detached = NULL; in tun_enable_queue() 653 if (tun && !tfile->detached) { in __tun_detach() 676 } else if (tfile->detached && clean) { in __tun_detach() 766 if (rtnl_dereference(tfile->tun) && !tfile->detached) in tun_attach() 774 if (!tfile->detached && in tun_attach() 789 if (!tfile->detached && in tun_attach() 799 if (tfile->detached) { in tun_attach() [all …]
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
D | It_posix_pthread_127.cpp | 123 if (g_scenarii[g_testCount].detached == 0) { in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
D | It_posix_pthread_127.c | 130 if (g_scenarii[g_testCount].detached == 0) { in Testcase()
|
/kernel/linux/linux-5.10/drivers/of/ |
D | of_private.h | 107 bool detached);
|
D | fdt.c | 371 bool detached) in __unflatten_device_tree() argument 418 if (detached && mynodes) { in __unflatten_device_tree()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/ |
D | bpftool-link.rst | 55 program will stay valid, but they will be detached from the
|
/kernel/linux/linux-5.10/scripts/coccinelle/free/ |
D | devm_free.cocci | 4 /// the device is detached, and thus the use of the standard freeing
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/ |
D | It_posix_pthread.c | 105 if (g_scenarii[i].detached == 1) { in ScenarInit()
|
D | It_posix_pthread.h | 120 INT32 detached; member
|
/kernel/linux/linux-5.10/Documentation/bpf/ |
D | bpf_lsm.rst | 123 The program can be detached from the LSM hook by *destroying* the ``link``
|
/kernel/linux/linux-5.10/Documentation/kbuild/ |
D | reproducible-builds.rst | 93 3. Create detached signatures for the modules, and publish them as
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/ |
D | It_posix_pthread.h | 127 INT32 detached; member
|
D | posix_pthread_test.cpp | 108 if (g_scenarii[i].detached == 1) { in ScenarInit()
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | console.rst | 79 When unbinding, the modular driver is detached first, and then the system
|
/kernel/linux/linux-5.10/Documentation/devicetree/ |
D | of_unittest.rst | 199 detached and then moving up the parent nodes are removed, and eventually the
|
/kernel/linux/linux-5.10/tools/usb/usbip/ |
D | README | 240 port 0 detached
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
D | sha1-armv4-large.S | 35 @ small = detached Xload/update, loops are folded; 36 @ compact = detached Xload/update, 5x unroll;
|