run_node
struct run_node *rn =
malloc(sizeof(struct run_node), M_DEVBUF, M_NOWAIT | M_ZERO);
struct run_node *rn = (void *)ni;