Searched defs:acc_queue (Results 1 – 2 of 2) sorted by relevance
280 struct acc_queue { struct282 struct xe_gt *gt;285 u32 data[ACC_QUEUE_NUM_DW];291 u16 tail;296 u16 head;298 spinlock_t lock;300 struct work_struct worker;302 } acc_queue[NUM_ACC_QUEUE]; member
598 static bool get_acc(struct acc_queue *acc_queue, struct acc *acc) in get_acc()630 struct acc_queue *acc_queue = container_of(w, struct acc_queue, worker); in acc_queue_work_func() local654 static bool acc_queue_full(struct acc_queue *acc_queue) in acc_queue_full()665 struct acc_queue *acc_queue; in xe_guc_access_counter_notify_handler() local