Searched refs:link (Results 1 - 25 of 61) sorted by relevance

123

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dwitness_structs.h25 ql_elm(witness_t) link; member in struct:witness_s
H A Dtcache_structs.h34 ql_elm(tcache_t) link; /* Used for aggregating stats. */ member in struct:tcache_s
H A Dwitness_inlines.h24 ql_foreach(w, witnesses, link) {
68 ql_foreach(w, witnesses, link) {
89 w = ql_last(witnesses, link);
113 w = ql_last(witnesses, link);
131 ql_elm_new(witness, link);
132 ql_tail_insert(witnesses, witness, link);
157 ql_remove(witnesses, witness, link);
H A Dtsd_structs.h7 ql_elm(tsd_init_block_t) link; member in struct:tsd_init_block_s
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dqr.c11 qr(ring_t) link;
21 qr_new(&entries[i], link);
34 qr_foreach(t, &entries[i], link) {
43 qr_reverse_foreach(t, &entries[i], link) {
51 t = qr_next(&entries[i], link);
57 t = qr_prev(&entries[i], link);
81 qr_foreach(t, &entries[i], link) {
89 qr_reverse_foreach(t, &entries[i], link) {
96 t = qr_next(&entries[i], link);
101 t = qr_prev(&entries[i], link);
[all...]
H A Dql.c10 ql_elm(list_t) link;
21 assert_ptr_null(ql_last(head, link),
25 ql_foreach(t, head, link) {
31 ql_reverse_foreach(t, head, link) {
53 ql_elm_new(&entries[i], link);
64 assert_c_eq(ql_last(head, link)->id, entries[nentries-1].id,
68 ql_foreach(t, head, link) {
74 ql_reverse_foreach(t, head, link) {
81 t = ql_next(head, &entries[i], link);
84 assert_ptr_null(ql_next(head, &entries[nentries-1], link),
[all...]
H A Dph.c8 phn(node_t) link;
39 ph_gen(static, heap_, heap_t, node_t, link, node_cmp_magic);
51 leftmost_child = phn_lchild_get(node_t, link, node);
56 for (sibling = phn_next_get(node_t, link, leftmost_child); sibling !=
57 NULL; sibling = phn_next_get(node_t, link, sibling)) {
73 for (auxelm = phn_next_get(node_t, link, heap->ph_root); auxelm != NULL;
74 auxelm = phn_next_get(node_t, link, auxelm)) {
75 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t,
76 link, auxelm)), auxelm,
77 "auxelm's prev doesn't link t
[all...]
H A Drb.c19 rb_node(node_t) link;
43 rb_gen(static, tree_, tree_t, node_t, link, node_cmp);
80 left_node = rbtn_left_get(node_t, link, node);
81 right_node = rbtn_right_get(node_t, link, node);
83 if (!rbtn_red_get(node_t, link, node))
87 if (rbtn_red_get(node_t, link, node)) {
89 assert_false(rbtn_red_get(node_t, link, left_node),
92 assert_false(rbtn_red_get(node_t, link, right_node),
188 rbtn_black_height(node_t, link, tree, black_height);
269 rbtn_black_height(node_t, link,
[all...]
H A Dmq.c8 mq_msg(mq_msg_t) link;
10 mq_gen(static, mq_, mq_t, mq_msg_t, link)
/fuchsia/zircon/system/utest/fs/
H A Dtest-link.c51 ASSERT_EQ(link(oldpath, newpath), 0, "");
55 // Confirm that both the old link and the new links exist
61 // Remove the old link
67 // Open the link by its new name, and verify that the contents have
68 // not been altered by the removal of the old link.
92 // Adding a file won't change the parent link count...
99 // But adding a directory WILL change the parent link count.
110 // Demonstrate that unwinding also reduces the link count.
128 // Demonstrate that unwinding also reduces the link count.
149 // Check that link coun
[all...]
H A Drules.mk28 $(LOCAL_DIR)/test-link.c \
51 MODULE_LDFLAGS += --wrap utimes --wrap link --wrap symlink --wrap rmdir
H A Dwrap.c170 int FL(link)(const char* oldpath, const char* newpath);
171 int FN(link)(const char* oldpath, const char* newpath) { function
176 DO_REAL(link, real_oldpath, real_newpath);
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dtsd.c174 ql_foreach(iter, &head->blocks, link) {
181 ql_elm_new(block, link);
183 ql_tail_insert(&head->blocks, block, link);
192 ql_remove(&head->blocks, block, link);
H A Dwitness.c24 ql_foreach(w, witnesses, link) {
81 ql_foreach(w, witnesses, link) {
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Ddynlink.h5 #include <link.h>
/fuchsia/zircon/system/dev/display/display/
H A Dimage.h22 list_node_t link; member in struct:display::image_node
79 .link = LIST_INITIAL_CLEARED_VALUE,
H A Dimage.cpp17 ZX_DEBUG_ASSERT(!list_in_list(&node.link));
H A Dcontroller.cpp269 while ((n = list_remove_head_type(&target->images, image_node_t, link))) {
457 auto node = list_peek_tail_type(&info->images, image_node_t, link);
463 node = list_prev_type(&info->images, &node->link, image_node_t, link);
491 list_for_every_entry_safe(&info->images, cur, tmp, image_node_t, link) {
507 list_delete(&cur->link);
520 list_for_every_entry(&info->images, cur, image_node_t, link) {
635 if (list_in_list(&image->node.link)) {
636 list_delete(&image->node.link);
640 list_add_tail(&display->images, &image->node.link);
[all...]
/fuchsia/zircon/system/utest/dlfcn/
H A Drules.mk18 # we use launchpad_vmo_from_file to load it! So link it statically.
/fuchsia/zircon/system/ulib/fdio/
H A Doutput.c57 .link = fdio_default_link,
H A Dlogger.c106 .link = fdio_default_link,
H A Dwaitable.c92 .link = fdio_default_link,
/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr-devfs.cpp308 if (dev->link) {
310 devfs_notify(dir, dev->link->name, fuchsia_io_WATCH_EVENT_ADDED);
319 if (dev->link) {
321 devfs_notify(dir, dev->link->name, fuchsia_io_WATCH_EVENT_REMOVED);
322 devfs_notify(dir, dev->link->name, fuchsia_io_WATCH_EVENT_ADDED);
331 if ((parent->self == nullptr) || (dev->self != nullptr) || (dev->link != nullptr)) {
351 // Create link in /dev/class/... if this id has a published class
381 // add link node to class directory
383 dev->link = dnlink;
416 // disconnect from device and notify parent/link director
[all...]
/fuchsia/zircon/kernel/dev/pcie/
H A Dpcie_caps.cpp103 link.caps_ = PciReg32(static_cast<uint16_t>(base_ + kCapsOffset(kLinkOffset)));
104 link.ctrl_ = PciReg16(static_cast<uint16_t>(base_ + kControlOffset(kLinkOffset)));
105 link.status_ = PciReg16(static_cast<uint16_t>(base_ + kStatusOffset(kLinkOffset)));
/fuchsia/zircon/system/ulib/zxio/include/lib/zxio/
H A Dops.h77 zx_status_t (*link)(void* ctx, const char* src_path, zx_handle_t dst_token, member in struct:zxio_ops

Completed in 182 milliseconds

123