]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/eventvar.h
xnu-6153.121.1.tar.gz
[apple/xnu.git] / bsd / sys / eventvar.h
index 04d31067ec9c353d2bb3018a2077f6156c25a8ab..62387f2b61741114f9dd6e6a89f0f2f3a16f6e49 100644 (file)
@@ -281,9 +281,9 @@ struct kqworkloop {
 #define KQWL_STAYACTIVE_FIRED_BIT     (1 << 0)
        uint8_t             kqwl_wakeup_indexes;          /* QoS/override levels that woke */
        kq_index_t          kqwl_stayactive_qos;          /* max QoS of statyactive knotes */
 #define KQWL_STAYACTIVE_FIRED_BIT     (1 << 0)
        uint8_t             kqwl_wakeup_indexes;          /* QoS/override levels that woke */
        kq_index_t          kqwl_stayactive_qos;          /* max QoS of statyactive knotes */
+       struct turnstile   *kqwl_turnstile;               /* turnstile for sync IPC/waiters */
        kqueue_id_t         kqwl_dynamicid;               /* dynamic identity */
        uint64_t            kqwl_params;                  /* additional parameters */
        kqueue_id_t         kqwl_dynamicid;               /* dynamic identity */
        uint64_t            kqwl_params;                  /* additional parameters */
-       struct turnstile   *kqwl_turnstile;               /* turnstile for sync IPC/waiters */
        LIST_ENTRY(kqworkloop) kqwl_hashlink;             /* linkage for search list */
 #if CONFIG_WORKLOOP_DEBUG
 #define KQWL_HISTORY_COUNT 32
        LIST_ENTRY(kqworkloop) kqwl_hashlink;             /* linkage for search list */
 #if CONFIG_WORKLOOP_DEBUG
 #define KQWL_HISTORY_COUNT 32