Searched refs:asc_queue_t (Results 1 – 1 of 1) sorted by relevance
4020 } asc_queue_t; typedef4072 asc_queue_t active; /* Active command queue */4073 asc_queue_t waiting; /* Waiting command queue */4074 asc_queue_t done; /* Done command queue */4248 STATIC void asc_enqueue(asc_queue_t *, REQP, int);4249 STATIC REQP asc_dequeue(asc_queue_t *, int);4250 STATIC REQP asc_dequeue_list(asc_queue_t *, REQP *, int);4251 STATIC int asc_rmqueue(asc_queue_t *, REQP);4252 STATIC void asc_execute_queue(asc_queue_t *);7503 asc_enqueue(asc_queue_t *ascq, REQP reqp, int flag) in asc_enqueue()[all …]