__sym_que_add 113 drivers/scsi/sym53c8xx_2/sym_misc.h #define sym_insque(new, pos) __sym_que_add(new, pos, (pos)->flink) __sym_que_add 117 drivers/scsi/sym53c8xx_2/sym_misc.h #define sym_insque_head(new, head) __sym_que_add(new, head, (head)->flink) __sym_que_add 130 drivers/scsi/sym53c8xx_2/sym_misc.h #define sym_insque_tail(new, head) __sym_que_add(new, (head)->blink, head)