Searched refs:thread_exception_elt (Results 1 – 1 of 1) sorted by relevance
201 struct thread_exception_elt { struct903 struct thread_exception_elt *elt; in thread_exception_queue_invoke()909 elt = mpsc_queue_element(elm, struct thread_exception_elt, link); in thread_exception_queue_invoke()916 kfree_type(struct thread_exception_elt, elt); in thread_exception_queue_invoke()977 struct thread_exception_elt *elt = kalloc_type(struct thread_exception_elt, Z_WAITOK | Z_NOFAIL); in thread_exception_enqueue()