Home
last modified time | relevance | path

Searched refs:new_head (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/sys/dev/smartpqi/
Dsmartpqi_tag.c216 union head_list cur_head, new_head; in pqisrc_put_tag() local
236 new_head.top.seq_no = cur_head.top.seq_no + 1; in pqisrc_put_tag()
238 new_head.top.index = index; in pqisrc_put_tag()
241 }while(!os_atomic64_cas(&stack->head.data,cur_head.data,new_head.data)); in pqisrc_put_tag()
253 union head_list cur_head, new_head; in pqisrc_get_tag() local
261 new_head.top.seq_no = cur_head.top.seq_no + 1; in pqisrc_get_tag()
263 new_head.top.index = stack->next_index_array[cur_head.top.index]; in pqisrc_get_tag()
264 }while(!os_atomic64_cas(&stack->head.data,cur_head.data,new_head.data)); in pqisrc_get_tag()
/freebsd-12-stable/sys/dev/ice/
Dice_osdep.h237 #define LIST_REPLACE_INIT(old_head, new_head) do { \ argument
238 __typeof(new_head) _new_head = (new_head); \
/freebsd-12-stable/contrib/gcc/
Dcfgloopmanip.c1257 basic_block new_head = NULL; in lv_adjust_loop_entry_edge() local
1264 new_head = split_edge (e); in lv_adjust_loop_entry_edge()
1267 lv_add_condition_to_bb (first_head, second_head, new_head, in lv_adjust_loop_entry_edge()
1271 e1 = make_edge (new_head, first_head, ir_type () ? EDGE_TRUE_VALUE : 0); in lv_adjust_loop_entry_edge()
1272 set_immediate_dominator (CDI_DOMINATORS, first_head, new_head); in lv_adjust_loop_entry_edge()
1273 set_immediate_dominator (CDI_DOMINATORS, second_head, new_head); in lv_adjust_loop_entry_edge()
1276 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1); in lv_adjust_loop_entry_edge()
1278 return new_head; in lv_adjust_loop_entry_edge()
Dtree-cfg.c5541 basic_block new_head, edge e) in tree_lv_adjust_loop_header_phi() argument
5544 edge e2 = find_edge (new_head, second); in tree_lv_adjust_loop_header_phi()
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_taskdeps.cpp194 kmp_depnode_list_t *new_head; in __kmp_add_node() local
197 new_head = (kmp_depnode_list_t *)__kmp_fast_allocate( in __kmp_add_node()
200 new_head = (kmp_depnode_list_t *)__kmp_thread_malloc( in __kmp_add_node()
204 new_head->node = __kmp_node_ref(node); in __kmp_add_node()
205 new_head->next = list; in __kmp_add_node()
207 return new_head; in __kmp_add_node()
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_table_algo.c1792 struct chashbhead *old_head, *new_head; in ta_modify_chash() local
1803 new_head = (struct chashbhead *)mi->main_ptr; in ta_modify_chash()
1813 SLIST_INSERT_HEAD(&new_head[nhash], ent, next); in ta_modify_chash()
1817 ti->state = new_head; in ta_modify_chash()
1818 cfg->head4 = new_head; in ta_modify_chash()
1824 new_head = (struct chashbhead *)mi->main_ptr6; in ta_modify_chash()
1834 SLIST_INSERT_HEAD(&new_head[nhash], ent, next); in ta_modify_chash()
1838 ti->xstate = new_head; in ta_modify_chash()
1839 cfg->head6 = new_head; in ta_modify_chash()
3713 struct fhashbhead *old_head, *new_head; in ta_modify_fhash() local
[all …]
/freebsd-12-stable/contrib/ncurses/progs/
Dinfocmp.c107 ENTRY *new_head = _nc_head; in ExitProgram() local
112 _nc_head = new_head; in ExitProgram()
/freebsd-12-stable/contrib/binutils/bfd/
Darchive.c261 bfd_set_archive_head (bfd *output_archive, bfd *new_head) in bfd_set_archive_head() argument
263 output_archive->archive_head = new_head; in bfd_set_archive_head()
Dbfd-in2.h4952 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/freebsd-12-stable/sys/net/
Diflib.c3416 struct mbuf *new_head; in iflib_ether_pad() local
3419 new_head = m_dup(*m_head, M_NOWAIT); in iflib_ether_pad()
3420 if (new_head == NULL) { in iflib_ether_pad()
3428 *m_head = new_head; in iflib_ether_pad()
/freebsd-12-stable/contrib/gcc/config/mips/
Dmips.c9896 rtx new_head; in mips_promote_ready() local
9899 new_head = ready[lower]; in mips_promote_ready()
9902 ready[i] = new_head; in mips_promote_ready()
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h4959 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);