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

/linux-master/drivers/accel/habanalabs/common/
H A Dhw_queue.c31 static inline int queue_free_slots(struct hl_hw_queue *q, u32 queue_len) function
136 free_slots_cnt = queue_free_slots(q, HL_QUEUE_LENGTH);
190 free_slots_cnt = queue_free_slots(q, q->int_queue_len);
217 free_slots_cnt = queue_free_slots(q, HL_QUEUE_LENGTH);

Completed in 105 milliseconds