Home
last modified time | relevance | path

Searched refs:zq_wakeup_threshold (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zev/
H A Dzev.c39 uint64_t zq_wakeup_threshold; member
293 q->zq_wakeup_threshold = ZEV_DEFAULT_POLL_WAKEUP_QUEUE_LEN; in zev_queue_new()
387 (q->zq_queue_len > q->zq_wakeup_threshold)) { in zev_poll_wakeup()
698 if (q->zq_queue_len > q->zq_wakeup_threshold) in zev_queue_message()
872 if ((qp.zev_poll_wakeup_threshold < q->zq_wakeup_threshold) && in zev_ioc_set_queue_properties()
875 q->zq_wakeup_threshold = qp.zev_poll_wakeup_threshold; in zev_ioc_set_queue_properties()
899 qp.zev_poll_wakeup_threshold = q->zq_wakeup_threshold; in zev_ioc_get_queue_properties()