Home
last modified time | relevance | path

Searched refs:fifo_spinlock (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_process.c38 req, sizeof(*req), &ras_proc->fifo_spinlock); in ras_process_put_event()
63 req, sizeof(*req), &ras_proc->fifo_spinlock); in ras_process_get_event()
245 spin_lock_init(&ras_proc->fifo_spinlock); in ras_process_init()
H A Dras_process.h44 spinlock_t fifo_spinlock; member