Searched defs:acc_queue (Results 1 – 2 of 2) sorted by relevance
282 struct acc_queue { struct284 struct xe_gt *gt;287 u32 data[ACC_QUEUE_NUM_DW];293 u16 tail;298 u16 head;300 spinlock_t lock;302 struct work_struct worker;304 } acc_queue[NUM_ACC_QUEUE]; member
618 static bool get_acc(struct acc_queue *acc_queue, struct acc *acc) in get_acc()650 struct acc_queue *acc_queue = container_of(w, struct acc_queue, worker); in acc_queue_work_func() local674 static bool acc_queue_full(struct acc_queue *acc_queue) in acc_queue_full()685 struct acc_queue *acc_queue; in xe_guc_access_counter_notify_handler() local