Lines Matching defs:kfd_event
54 struct kfd_event { struct55 u32 event_id;56 u64 event_age;58 bool signaled;59 bool auto_reset;61 int type;63 spinlock_t lock;64 wait_queue_head_t wq; /* List of event waiters. */67 uint64_t __user *user_signal_address;70 union {75 struct rcu_head rcu; /* for asynchronous kfree_rcu */