Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/smartpqi/
H A Dsmartpqi_tag.c210 union head_list cur_head, new_head; in pqisrc_put_tag() local
230 new_head.top.seq_no = cur_head.top.seq_no + 1; in pqisrc_put_tag()
232 new_head.top.index = index; in pqisrc_put_tag()
235 }while(OS_ATOMIC64_CAS(&stack->head.data,cur_head.data,new_head.data) in pqisrc_put_tag()
246 union head_list cur_head, new_head; in pqisrc_get_tag() local
254 new_head.top.seq_no = cur_head.top.seq_no + 1; in pqisrc_get_tag()
256 new_head.top.index = stack->next_index_array[cur_head.top.index]; in pqisrc_get_tag()
257 }while(OS_ATOMIC64_CAS(&stack->head.data,cur_head.data,new_head.data) in pqisrc_get_tag()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_taskdeps.cpp140 kmp_depnode_list_t *new_head; in __kmp_add_node() local
143 new_head = (kmp_depnode_list_t *)__kmp_fast_allocate( in __kmp_add_node()
146 new_head = (kmp_depnode_list_t *)__kmp_thread_malloc( in __kmp_add_node()
150 new_head->node = __kmp_node_ref(node); in __kmp_add_node()
151 new_head->next = list; in __kmp_add_node()
153 return new_head; in __kmp_add_node()
/freebsd-12.1/contrib/gcc/
H A 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()
H A 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.1/sys/netpfil/ipfw/
H A 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()
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()
1838 ti->xstate = new_head; in ta_modify_chash()
1839 cfg->head6 = new_head; in ta_modify_chash()
3712 struct fhashbhead *old_head, *new_head; in ta_modify_fhash() local
3724 new_head = (struct fhashbhead *)mi->main_ptr; in ta_modify_fhash()
3732 ti->state = new_head; in ta_modify_fhash()
[all …]
/freebsd-12.1/contrib/ncurses/progs/
H A Dinfocmp.c107 ENTRY *new_head = _nc_head; in ExitProgram() local
112 _nc_head = new_head; in ExitProgram()
/freebsd-12.1/contrib/binutils/bfd/
H A 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()
H A Dbfd-in2.h4952 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/freebsd-12.1/sys/net/
H A Diflib.c3190 struct mbuf *new_head; in iflib_ether_pad() local
3193 new_head = m_dup(*m_head, M_NOWAIT); in iflib_ether_pad()
3194 if (new_head == NULL) { in iflib_ether_pad()
3202 *m_head = new_head; in iflib_ether_pad()
/freebsd-12.1/contrib/gcc/config/mips/
H A 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.1/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4959 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);