recall_arg
arg = kmem_alloc(sizeof (struct recall_arg), KM_SLEEP);
do_recall(struct recall_arg *arg)
struct recall_arg *, arg,
kmem_free(arg, sizeof (struct recall_arg));
struct recall_arg *arg;