Searched refs:__queue_add (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/arm/
H A Dqueue.h50 __queue_add(queue,SCpnt,(SCpnt)->cmnd[0] == REQUEST_SENSE)
52 __queue_add(queue,SCpnt,0)
54 * Function: int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head)
61 extern int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head);
H A Dqueue.c100 * Function: int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head)
107 int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head) function
309 EXPORT_SYMBOL(__queue_add); variable

Completed in 215 milliseconds