|
My Project
|
#include <mali_kbase_defs.h>
Public Attributes | |
| struct rb_root | runnable_tree |
| struct list_head | x_dep_head |
struct jsctx_queue - JS context atom queue : Root of RB-tree containing currently runnable atoms on this job slot. : Head item of the linked list of atoms blocked on cross-slot dependencies. Atoms on this list will be moved to the runnable_tree when the blocking atom completes.
hwaccess_lock must be held when accessing this structure.
1.8.13