q_addtail 31 kern/include/queue.h int q_addtail(struct queue *, void *ptr); q_addtail 46 kern/lib/queue.c result = q_addtail(q, olddata[i]);