Searched refs:run_node (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/unbound/services/
H A Dmesh.h85 /** set of runnable queries (mesh_state.run_node) */
159 rbnode_t run_node; member in struct:mesh_state
H A Dmesh.c514 mstate->run_node = *RBTREE_NULL;
516 mstate->run_node.key = mstate;
717 rbtree_insert(&mesh->run, &sub->run_node);
934 (void)rbtree_insert(&mesh->run, &ref->s->run_node);
/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_runvar.h96 struct run_node { struct
H A Dif_run.c1991 return malloc(sizeof (struct run_node), M_DEVBUF, M_NOWAIT | M_ZERO);
2015 struct run_node *rn;
2023 rn = (struct run_node *)ni;
2600 struct run_node *rn = (void *)ni;
2673 struct run_node *rn = (void *)ni;
3286 struct run_node *rn = (void *)ni;
3451 struct run_node *rn = (void *)ni;

Completed in 114 milliseconds