Home
last modified time | relevance | path

Searched refs:next_node (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/sys/dev/drm/
H A Ddrm_mm.c235 struct drm_mm_node *next_node; in drm_mm_put_block() local
248 next_node = in drm_mm_put_block()
250 if (next_node->free) { in drm_mm_put_block()
252 prev_node->size += next_node->size; in drm_mm_put_block()
253 list_del(&next_node->ml_entry); in drm_mm_put_block()
254 list_del(&next_node->fl_entry); in drm_mm_put_block()
256 list_add(&next_node->fl_entry, in drm_mm_put_block()
260 free(next_node, DRM_MEM_MM); in drm_mm_put_block()
262 next_node->size += cur->size; in drm_mm_put_block()
263 next_node->start = cur->start; in drm_mm_put_block()
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h202 uint64_t next_node :20;/**< Next node */ member
211 …uint64_t next_node :20;/**< Next node ID, Note, combine with next_node_repl to u… member
222 uint64_t next_node :20;/**< Next node */ member
232 …uint64_t next_node :20;/**< Next node ID, Note, combine with next_node_repl to u… member
254 uint64_t next_node :20;/**< Next node */ member
275 uint64_t next_node :20;/**< Next node */ member
596 next_ptr.lg.w32.next_node = destination_node; in cvmx_dfa_write_node_lg()
602 next_ptr.lg.w36.next_node = destination_node; in cvmx_dfa_write_node_lg()
/freebsd-12.1/contrib/ldns/
H A Ddnssec_zone.c1046 ldns_rbnode_t *cur_node, *next_node, *new_node; local
1063 next_node = ldns_rbtree_next(cur_node);
1066 while (next_node != LDNS_RBTREE_NULL &&
1067 next_node->data &&
1068 ((ldns_dnssec_name *)next_node->data)->is_glue
1070 next_node = ldns_rbtree_next(next_node);
1073 if (next_node == LDNS_RBTREE_NULL) {
1074 next_node = ldns_rbtree_first(zone->names);
1076 if (! cur_node->data || ! next_node->data) {
1158 if (next_node != ldns_rbtree_first(zone->names)) {
[all …]
H A Ddnssec_sign.c768 ldns_rbnode_t *next_node = NULL; local
775 next_node = node;
777 if (next_node == LDNS_RBTREE_NULL) {
784 next_node = ldns_rbtree_next(next_node);
788 return next_node;
796 ldns_rbnode_t *first_node, *cur_node, *next_node; local
821 next_node = ldns_dnssec_name_node_next_nonglue(
824 next_node = NULL;
827 while (cur_node && next_node) {
839 cur_node = next_node;
[all …]
H A Dradix.c645 ldns_radix_node_t* cur_node, *next_node; in ldns_radix_join() local
665 next_node = ldns_radix_next(cur_node); in ldns_radix_join()
670 cur_node = next_node; in ldns_radix_join()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_iter.c168 zpool_node_t *node, *next_node; in pool_list_iter() local
171 for (node = uu_avl_first(zlp->zl_avl); node != NULL; node = next_node) { in pool_list_iter()
172 next_node = uu_avl_next(zlp->zl_avl, node); in pool_list_iter()
/freebsd-12.1/contrib/ntp/include/
H A Dntp_prio_q.h46 void *next_node(void *my_node);
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_prio_q.c108 next_node( in next_node() function
/freebsd-12.1/contrib/libgnuregex/
H A Dregexec.c3087 int next_node = dfa->nexts[cur_node]; in check_arrival_add_next_nodes() local
3252 int to_idx, next_node; in expand_bkref_cache() local
3267 next_node = dfa->edests[ent->node].elems[0]; in expand_bkref_cache()
3268 if (re_node_set_contains (cur_nodes, next_node)) in expand_bkref_cache()
3270 err = re_node_set_init_1 (&new_dests, next_node); in expand_bkref_cache()
3287 next_node = dfa->nexts[ent->node]; in expand_bkref_cache()
3292 next_node)) in expand_bkref_cache()
3296 ret = re_node_set_insert (&union_set, next_node); in expand_bkref_cache()
3424 int next_node; in build_trtable() local
3429 next_node = dfa->nexts[dests_node[i].elems[j]]; in build_trtable()
[all …]
/freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c811 ng_ID_t next_node; in ng_rmhook_tee_id() local
832 next_node = 0; in ng_rmhook_tee_id()
836 next_node = hooklist->link[i].nodeinfo.id; in ng_rmhook_tee_id()
839 next_node = hooklist->link[i].nodeinfo.id; in ng_rmhook_tee_id()
851 if ((node = next_node) == 0) in ng_rmhook_tee_id()
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_mm.c109 struct drm_mm_node *next_node = in drm_mm_hole_node_end() local
113 return next_node->start; in drm_mm_hole_node_end()
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c727 cdg_node_t *current = start_node, *next_node = NULL, *tmp = NULL; in search_cycle_in_channel_dep_graph() local
733 next_node = NULL; in search_cycle_in_channel_dep_graph()
736 next_node = link->node; in search_cycle_in_channel_dep_graph()
745 if (next_node) { in search_cycle_in_channel_dep_graph()
746 next_node->pre = current; in search_cycle_in_channel_dep_graph()
747 current = next_node; in search_cycle_in_channel_dep_graph()
/freebsd-12.1/contrib/bsnmp/lib/
H A Dsnmpagent.c291 next_node(const struct snmp_value *value, int *pnext) in next_node() function
341 if ((tp = next_node(inb, &next)) == NULL) in do_getnext()
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_domain.c874 ocs_node_t *next_node = NULL; in __ocs_domain_wait_attach() local
903 ocs_list_foreach_safe(&sport->node_list, node, next_node) { in __ocs_domain_wait_attach()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4404 fs_perm_node_t *next_node = in fs_perm_set_fini() local
4410 node = next_node; in fs_perm_set_fini()
4450 deleg_perm_node_t *next_node = in who_perm_fini() local
4455 node = next_node; in who_perm_fini()
4486 who_perm_node_t *next_node = uu_avl_next(fsperm->fsp_sc_avl, in fs_perm_fini() local
4492 node = next_node; in fs_perm_fini()
4497 who_perm_node_t *next_node = uu_avl_next(fsperm->fsp_uge_avl, in fs_perm_fini() local
4503 node = next_node; in fs_perm_fini()
/freebsd-12.1/contrib/gcc/
H A Dmodulo-sched.c2208 ddg_node_ptr next_node; in ps_insn_advance_column() local
2218 next_node = ps_i->next_in_row->node; in ps_insn_advance_column()
2222 if (TEST_BIT (must_follow, next_node->cuid)) in ps_insn_advance_column()
H A Ddwarf2out.c14388 limbo_die_node *node, *next_node; in dwarf2out_finish() local
14409 for (node = limbo_die_list; node; node = next_node) in dwarf2out_finish()
14411 next_node = node->next; in dwarf2out_finish()
/freebsd-12.1/contrib/ntp/
H A DCommitLog168467 make next_node() actually work