Home
last modified time | relevance | path

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

12

/third_party/ulib/jemalloc/test/unit/
A Dql.c10 ql_elm(list_t) link;
21 assert_ptr_null(ql_last(head, link), in test_empty_list()
25 ql_foreach(t, head, link) { in test_empty_list()
31 ql_reverse_foreach(t, head, link) { in test_empty_list()
53 ql_elm_new(&entries[i], link); in init_entries()
68 ql_foreach(t, head, link) { in test_entries_list()
74 ql_reverse_foreach(t, head, link) { in test_entries_list()
185 ql_tail_insert(&head, f, link); in TEST_BEGIN()
188 ql_after_insert(f, h, link); in TEST_BEGIN()
189 ql_after_insert(f, g, link); in TEST_BEGIN()
[all …]
A Dqr.c11 qr(ring_t) link;
21 qr_new(&entries[i], link); in init_entries()
34 qr_foreach(t, &entries[i], link) { in test_independent_entries()
51 t = qr_next(&entries[i], link); in test_independent_entries()
57 t = qr_prev(&entries[i], link); in test_independent_entries()
81 qr_foreach(t, &entries[i], link) { in test_entries_ring()
96 t = qr_next(&entries[i], link); in test_entries_ring()
101 t = qr_prev(&entries[i], link); in test_entries_ring()
142 qr_remove(&entries[i], link); in TEST_BEGIN()
174 t = qr_next(&entries[i], link); in TEST_BEGIN()
[all …]
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); in node_print()
57 NULL; sibling = phn_next_get(node_t, link, sibling)) { in node_print()
74 auxelm = phn_next_get(node_t, link, auxelm)) { in heap_print()
76 link, auxelm)), auxelm, in heap_print()
96 leftmost_child = phn_lchild_get(node_t, link, node); in node_validate()
104 NULL; sibling = phn_next_get(node_t, link, sibling)) { in node_validate()
106 link, sibling)), sibling, in node_validate()
125 auxelm = phn_next_get(node_t, link, auxelm)) { in heap_validate()
[all …]
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); in tree_recurse()
81 right_node = rbtn_right_get(node_t, link, node); in tree_recurse()
83 if (!rbtn_red_get(node_t, link, node)) in tree_recurse()
87 if (rbtn_red_get(node_t, link, node)) { in tree_recurse()
89 assert_false(rbtn_red_get(node_t, link, left_node), in tree_recurse()
92 assert_false(rbtn_red_get(node_t, link, right_node), in tree_recurse()
188 rbtn_black_height(node_t, link, tree, black_height); in node_remove()
269 rbtn_black_height(node_t, link, &tree, in TEST_BEGIN()
A Dmq.c8 mq_msg(mq_msg_t) link;
10 mq_gen(static, mq_, mq_t, mq_msg_t, link) in mq_gen() argument
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dwitness_inlines.h24 ql_foreach(w, witnesses, link) { in witness_owner()
68 ql_foreach(w, witnesses, link) { in witness_assert_not_owner()
89 w = ql_last(witnesses, link); in witness_assert_lockless()
113 w = ql_last(witnesses, link); in witness_lock()
131 ql_elm_new(witness, link); in witness_lock()
132 ql_tail_insert(witnesses, witness, link); in witness_lock()
157 ql_remove(witnesses, witness, link); in witness_unlock()
A Dwitness_structs.h25 ql_elm(witness_t) link;
A Dtcache_structs.h34 ql_elm(tcache_t) link; /* Used for aggregating stats. */
A Dtsd_structs.h7 ql_elm(tsd_init_block_t) link;
/third_party/ulib/jemalloc/src/
A Dtsd.c174 ql_foreach(iter, &head->blocks, link) { in tsd_init_check_recursion()
181 ql_elm_new(block, link); in tsd_init_check_recursion()
183 ql_tail_insert(&head->blocks, block, link); in tsd_init_check_recursion()
192 ql_remove(&head->blocks, block, link); in tsd_init_finish()
A Dwitness.c24 ql_foreach(w, witnesses, link) { in witness_lock_error()
81 ql_foreach(w, witnesses, link) { in witness_lockless_error()
A Dtcache.c254 ql_elm_new(tcache, link); in tcache_arena_associate()
255 ql_tail_insert(&arena->tcache_ql, tcache, link); in tcache_arena_associate()
269 ql_foreach(iter, &arena->tcache_ql, link) { in tcache_arena_dissociate()
277 ql_remove(&arena->tcache_ql, tcache, link); in tcache_arena_dissociate()
/third_party/ulib/backtrace/
A Dacinclude.m42 dnl Check whether _Unwind_GetIPInfo is available without doing a link
5 dnl without a link test (and maybe even with a link test).
A Dconfigure.ac268 # When built as a GCC target library, we can't do a link test. We
304 AC_CHECK_HEADERS(link.h)
309 # When built as a GCC target library, we can't do a link test.
310 AC_EGREP_HEADER([dl_iterate_phdr], [link.h], [have_dl_iterate_phdr=yes],
A Dconfig.h.in31 /* Define to 1 if you have the <link.h> header file. */
/third_party/dev/ethernet/e1000/
A De1000_phy.c1692 bool link; in e1000_setup_copper_link_generic() local
1723 if (link) { in e1000_setup_copper_link_generic()
1747 bool link; in e1000_phy_force_speed_duplex_igp() local
1787 if (!link) in e1000_phy_force_speed_duplex_igp()
1813 bool link; in e1000_phy_force_speed_duplex_m88() local
1952 bool link; in e1000_phy_force_speed_duplex_ife() local
2632 bool link; in e1000_get_phy_info_m88() local
2707 bool link; in e1000_get_phy_info_igp() local
2769 bool link; in e1000_get_phy_info_ife() local
3907 bool link; in e1000_phy_force_speed_duplex_82577() local
[all …]
A De1000_82543.c773 bool link; in e1000_polarity_reversal_workaround_82543() local
845 ret_val = e1000_phy_has_link_generic(hw, PHY_FORCE_TIME, 100000, &link); in e1000_polarity_reversal_workaround_82543()
1065 bool link; in e1000_setup_copper_link_82543() local
1118 &link); in e1000_setup_copper_link_82543()
1123 if (link) { in e1000_setup_copper_link_82543()
1204 bool link; in e1000_check_for_copper_link_82543() local
1213 ret_val = e1000_phy_has_link_generic(hw, 1, 0, &link); in e1000_check_for_copper_link_82543()
1217 if (!link) in e1000_check_for_copper_link_82543()
A DREADME224 loss of link.
349 82541/82547 can't link or is slow to link with some link partners
352 There is a known compatibility issue where time to link is slow or link is not
A De1000_ich8lan.c1048 if ((hw->phy.revision > 5) || !link || in e1000_k1_workaround_lpt_lp()
1125 if (link) { in e1000_platform_pm_pch_lpt()
1547 bool link; in e1000_check_for_copper_link_ich8lan() local
1569 ret_val = e1000_k1_gig_workaround_hv(hw, link); in e1000_check_for_copper_link_ich8lan()
1578 if ((hw->mac.type >= e1000_pch2lan) && link) { in e1000_check_for_copper_link_ich8lan()
1704 ret_val = e1000_k1_workaround_lpt_lp(hw, link); in e1000_check_for_copper_link_ich8lan()
1713 ret_val = e1000_platform_pm_pch_lpt(hw, link); in e1000_check_for_copper_link_ich8lan()
1740 if (!link) in e1000_check_for_copper_link_ich8lan()
2404 if (link) { in e1000_k1_gig_workaround_hv()
5447 bool link; in e1000_kmrn_lock_loss_workaround_ich8lan() local
[all …]
A De1000_80003es2lan.c594 bool link; in e1000_phy_force_speed_duplex_80003es2lan() local
634 100000, &link); in e1000_phy_force_speed_duplex_80003es2lan()
638 if (!link) { in e1000_phy_force_speed_duplex_80003es2lan()
649 100000, &link); in e1000_phy_force_speed_duplex_80003es2lan()
A De1000_82541.c589 bool link; in e1000_check_for_link_82541() local
609 ret_val = e1000_phy_has_link_generic(hw, 1, 0, &link); in e1000_check_for_link_82541()
613 if (!link) { in e1000_check_for_link_82541()
A De1000_mac.c714 bool link; in e1000_check_for_copper_link_generic() local
730 ret_val = e1000_phy_has_link_generic(hw, 1, 0, &link); in e1000_check_for_copper_link_generic()
734 if (!link) in e1000_check_for_copper_link_generic()
/third_party/ulib/lz4/
A DREADME.md11 …t `liblz4` does, to avoid symbol duplication in case a user program would link to several librarie…
/third_party/ulib/musl/include/
A Dunistd.h50 int link(const char*, const char*);
/third_party/ulib/musl/stubs/
A Diostubs.c126 weak_alias(stub_link, link);

Completed in 45 milliseconds

12