Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_gem.h93 static inline bool tasklet_is_locked(const struct tasklet_struct *t) in tasklet_is_locked() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_lrc.c2557 GEM_BUG_ON(!tasklet_is_locked(&execlists->tasklet) && in process_csb()