Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c221 spin_lock_init(&ct->fast_lock); in xe_guc_ct_init()
387 spin_unlock_irq(&ct->fast_lock); in xe_guc_ct_set_state()
556 lockdep_assert_held(&ct->fast_lock); in g2h_has_room()
622 spin_lock_irq(&ct->fast_lock); in g2h_release_space()
624 spin_unlock_irq(&ct->fast_lock); in g2h_release_space()
805 spin_lock_irq(&ct->fast_lock); in __guc_ct_send_locked()
822 spin_unlock_irq(&ct->fast_lock); in __guc_ct_send_locked()
1533 spin_lock(&ct->fast_lock); in xe_guc_ct_fast_path()
1539 spin_unlock(&ct->fast_lock); in xe_guc_ct_fast_path()
1553 spin_lock_irq(&ct->fast_lock); in dequeue_one_g2h()
[all …]
H A Dxe_guc_ct_types.h121 spinlock_t fast_lock; member