Searched defs:kfd_event (Results 1 – 1 of 1) sorted by relevance
54 struct kfd_event { struct55 u32 event_id;57 bool signaled;58 bool auto_reset;60 int type;62 spinlock_t lock;63 wait_queue_head_t wq; /* List of event waiters. */66 uint64_t __user *user_signal_address;69 union {74 struct rcu_head rcu; /* for asynchronous kfree_rcu */