Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_runvar.h97 struct run_node { struct
103 #define RUN_NODE(ni) ((struct run_node *)(ni)) argument
H A Dif_run.c2113 return malloc(sizeof (struct run_node), M_80211_NODE, in run_node_alloc()
2138 struct run_node *rn; in run_media_change()
2685 struct run_node *rn = RUN_NODE(ni); in run_iter_func()
2774 struct run_node *rn = RUN_NODE(ni); in run_newassoc()
3428 struct run_node *rn = RUN_NODE(ni); in run_tx()
3590 struct run_node *rn = RUN_NODE(ni); in run_tx_mgt()
/freebsd/contrib/unbound/services/
H A Dmesh.h88 /** set of runnable queries (mesh_state.run_node) */
184 rbnode_type run_node;
173 rbnode_type run_node; global() member
H A Dmesh.c765 rbtree_insert(&mesh->run, &s->run_node); in mesh_schedule_prefetch_subnet()
852 rbtree_insert(&mesh->run, &s->run_node); in mesh_new_prefetch()
980 mstate->run_node = *RBTREE_NULL; in mesh_state_cleanup()
982 mstate->run_node.key = mstate; in mesh_state_cleanup()
1230 rbtree_insert(&mesh->run, &(*sub)->run_node); in mesh_do_callback()
1859 (void)rbtree_insert(&mesh->run, &ref->s->run_node); in mesh_continue()