Searched refs:next_node (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/sys/dev/drm/
H A Ddrm_mm.c235 struct drm_mm_node *next_node; local
248 next_node =
250 if (next_node->free) {
252 prev_node->size += next_node->size;
253 list_del(&next_node->ml_entry);
254 list_del(&next_node->fl_entry);
256 list_add(&next_node->fl_entry,
260 free(next_node, DRM_MEM_MM);
262 next_node->size += cur->size;
263 next_node
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_iter.c166 zpool_node_t *node, *next_node; local
169 for (node = uu_avl_first(zlp->zl_avl); node != NULL; node = next_node) {
170 next_node = uu_avl_next(zlp->zl_avl, node);
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h202 uint64_t next_node :20;/**< Next node */ member in struct:__anon7032::__anon7033
211 uint64_t next_node :20;/**< Next node ID, Note, combine with next_node_repl to use as start_node member in struct:__anon7032::__anon7034
222 uint64_t next_node :20;/**< Next node */ member in struct:__anon7032::__anon7035
232 uint64_t next_node :20;/**< Next node ID, Note, combine with next_node_repl to use as start_node member in struct:__anon7032::__anon7036
254 uint64_t next_node :20;/**< Next node */ member in struct:__anon7037::__anon7038
275 uint64_t next_node :20;/**< Next node */ member in struct:__anon7037::__anon7040
596 next_ptr.lg.w32.next_node = destination_node;
602 next_ptr.lg.w36.next_node = destination_node;
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_prio_q.h46 void *next_node(void *my_node);
/freebsd-10.1-release/contrib/ldns/
H A Ddnssec_sign.c676 ldns_rbnode_t *next_node = NULL; local
683 next_node = node;
685 if (next_node == LDNS_RBTREE_NULL) {
688 next_name = (ldns_dnssec_name *)next_node->data;
692 next_node = ldns_rbtree_next(next_node);
696 return next_node;
704 ldns_rbnode_t *first_node, *cur_node, *next_node; local
729 next_node = ldns_dnssec_name_node_next_nonglue(
732 next_node
[all...]
H A Ddnssec_zone.c998 ldns_rbnode_t *cur_node, *next_node, *new_node; local
1015 next_node = ldns_rbtree_next(cur_node);
1018 while (next_node != LDNS_RBTREE_NULL &&
1019 next_node->data &&
1020 ((ldns_dnssec_name *)next_node->data)->is_glue
1022 next_node = ldns_rbtree_next(next_node);
1025 if (next_node == LDNS_RBTREE_NULL) {
1026 next_node = ldns_rbtree_first(zone->names);
1028 if (! cur_node->data || ! next_node
[all...]
H A Dradix.c645 ldns_radix_node_t* cur_node, *next_node; local
665 next_node = ldns_radix_next(cur_node);
670 cur_node = next_node;
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_prio_q.c108 next_node( function
/freebsd-10.1-release/sys/ofed/drivers/infiniband/core/
H A Dlocal_sa.c214 struct rb_node *node, *next_node; local
218 for (node = rb_first(root); node; node = next_node) {
219 next_node = rb_next(node);
228 struct rb_node *node, *next_node; local
232 for (node = rb_first(root); node; node = next_node) {
233 next_node = rb_next(node);
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c811 ng_ID_t next_node; local
832 next_node = 0;
836 next_node = hooklist->link[i].nodeinfo.id;
839 next_node = hooklist->link[i].nodeinfo.id;
851 if ((node = next_node) == 0)
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c3091 int next_node = dfa->nexts[cur_node];
3104 result = re_node_set_insert (&union_set, next_node);
3256 int to_idx, next_node;
3271 next_node = dfa->edests[ent->node].elems[0];
3272 if (re_node_set_contains (cur_nodes, next_node))
3274 err = re_node_set_init_1 (&new_dests, next_node);
3291 next_node = dfa->nexts[ent->node];
3296 next_node))
3300 ret = re_node_set_insert (&union_set, next_node);
3310 err = re_node_set_init_1 (&union_set, next_node);
3087 int next_node = dfa->nexts[cur_node]; local
3252 int to_idx, next_node; local
3424 int next_node; local
[all...]
/freebsd-10.1-release/sys/dev/drm2/
H A Ddrm_mm.c104 struct drm_mm_node *next_node = local
108 return next_node->start;
/freebsd-10.1-release/contrib/bsnmp/lib/
H A Dsnmpagent.c283 next_node(const struct snmp_value *value, int *pnext) function
333 if ((tp = next_node(inb, &next)) == NULL)
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4205 fs_perm_node_t *next_node = local
4211 node = next_node;
4251 deleg_perm_node_t *next_node = local
4256 node = next_node;
4287 who_perm_node_t *next_node = uu_avl_next(fsperm->fsp_sc_avl, local
4293 node = next_node;
4298 who_perm_node_t *next_node = uu_avl_next(fsperm->fsp_uge_avl, local
4304 node = next_node;
/freebsd-10.1-release/contrib/gcc/
H A Dmodulo-sched.c2213 ddg_node_ptr next_node;
2223 next_node = ps_i->next_in_row->node;
2227 if (TEST_BIT (must_follow, next_node->cuid))
2208 ddg_node_ptr next_node; local
H A Ddwarf2out.c14404 limbo_die_node *node, *next_node;
14425 for (node = limbo_die_list; node; node = next_node)
14427 next_node = node->next;
14388 limbo_die_node *node, *next_node; local

Completed in 1416 milliseconds