HomeSort by: relevance | last modified time | path
    Searched defs:new_head (Results 1 - 10 of 10) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
lfstack.h 143 struct cds_lfs_head *new_head = local
159 head = uatomic_cmpxchg_mo(&s->head, old_head, new_head,
wfstack.h 131 struct cds_wfs_head *old_head, *new_head; local
134 new_head = caa_container_of(node, struct cds_wfs_head, node);
140 old_head = uatomic_xchg_mo(&s->head, new_head, CMM_SEQ_CST);
179 struct cds_wfs_head *head, *new_head; local
194 new_head = caa_container_of(next, struct cds_wfs_head, node);
195 if (uatomic_cmpxchg_mo(&s->head, head, new_head,
197 if (state && ___cds_wfs_end(new_head))
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_srtm.c 217 * The new head pointer is written to *new_head (which may or may not be
220 static void sorted_insert_seq_num(SRTM_ITEM *head, SRTM_ITEM *item, SRTM_ITEM **new_head)
223 SRTM_ITEM *cur = head, **fixup = new_head;
225 *new_head = head;
238 * The new head pointer is written to *new_head (which may or may not be
241 static void sorted_insert_srt(SRTM_ITEM *head, SRTM_ITEM *item, SRTM_ITEM **new_head)
244 SRTM_ITEM *cur = head, **fixup = new_head;
246 *new_head = head;
285 SRTM_ITEM *item = NULL, *head = NULL, *new_head, *r_item; local
314 sorted_insert_seq_num(head, item, &new_head);
    [all...]
  /src/lib/libc/cdb/
cdbw.c 248 struct key_hash_head *head, *head2, *new_head; local
294 new_head = calloc(sizeof(*new_head), new_hash_size);
295 if (new_head == NULL)
300 SLIST_INIT(new_head + i);
307 head2 = new_head +
314 cdbw->hash = new_head;
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
cache_bin.h 363 void **new_head = bin->stack_head + 1; local
370 bin->stack_head = new_head;
384 bin->stack_head = new_head;
385 bin->low_bits_low_water = (uint16_t)(uintptr_t)new_head;
  /src/external/bsd/jemalloc/include/jemalloc/internal/
cache_bin.h 363 void **new_head = bin->stack_head + 1; local
370 bin->stack_head = new_head;
384 bin->stack_head = new_head;
385 bin->low_bits_low_water = (uint16_t)(uintptr_t)new_head;
  /src/external/gpl3/gcc/dist/gcc/
cfgloopmanip.cc 1728 basic_block new_head = NULL; local
1735 new_head = split_edge (e);
1737 lv_add_condition_to_bb (first_head, second_head, new_head,
1741 e = single_succ_edge (new_head);
1742 e1 = make_edge (new_head, first_head,
1747 set_immediate_dominator (CDI_DOMINATORS, first_head, new_head);
1748 set_immediate_dominator (CDI_DOMINATORS, second_head, new_head);
1751 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1);
1753 return new_head;
cfgrtl.cc 1658 rtx_insn *new_head;
1668 new_head = table;
1670 new_head = BB_END (e->src);
1671 new_head = NEXT_INSN (new_head);
1673 jump_block = create_basic_block (new_head, NULL, e->src);
1650 rtx_insn *new_head; local
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloopmanip.cc 1562 basic_block new_head = NULL; local
1569 new_head = split_edge (e);
1571 lv_add_condition_to_bb (first_head, second_head, new_head,
1575 e = single_succ_edge (new_head);
1576 e1 = make_edge (new_head, first_head,
1581 set_immediate_dominator (CDI_DOMINATORS, first_head, new_head);
1582 set_immediate_dominator (CDI_DOMINATORS, second_head, new_head);
1585 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1);
1587 return new_head;
cfgrtl.cc 1659 rtx_insn *new_head;
1669 new_head = table;
1671 new_head = BB_END (e->src);
1672 new_head = NEXT_INSN (new_head);
1674 jump_block = create_basic_block (new_head, NULL, e->src);
1651 rtx_insn *new_head; local

Completed in 45 milliseconds