Lines Matching refs:evq_fixture

35 struct evq_fixture {  struct
40 struct ptunit_result (*init)(struct evq_fixture *); argument
41 struct ptunit_result (*fini)(struct evq_fixture *); argument
45 static struct ptunit_result efix_init(struct evq_fixture *efix) in efix_init()
52 static struct ptunit_result efix_init_pending(struct evq_fixture *efix) in efix_init_pending()
77 static struct ptunit_result standalone(struct evq_fixture *efix) in standalone()
109 static struct ptunit_result dequeue_empty(struct evq_fixture *efix, in dequeue_empty()
120 static struct ptunit_result evq_empty(struct evq_fixture *efix, in evq_empty()
134 static struct ptunit_result evq_pending(struct evq_fixture *efix, in evq_pending()
148 static struct ptunit_result evq_others_empty(struct evq_fixture *efix, in evq_others_empty()
164 static struct ptunit_result enqueue_all_dequeue(struct evq_fixture *efix, in enqueue_all_dequeue()
191 static struct ptunit_result enqueue_one_dequeue(struct evq_fixture *efix, in enqueue_one_dequeue()
210 static struct ptunit_result overflow(struct evq_fixture *efix, in overflow()
247 static struct ptunit_result clear(struct evq_fixture *efix, in clear()
291 static struct ptunit_result find_empty(struct evq_fixture *efix, in find_empty()
303 static struct ptunit_result find_none_evb(struct evq_fixture *efix, in find_none_evb()
328 static struct ptunit_result evq_enqueue_other(struct evq_fixture *efix, in evq_enqueue_other()
350 static struct ptunit_result find_none_evt(struct evq_fixture *efix, in find_none_evt()
365 static struct ptunit_result find(struct evq_fixture *efix, in find()
389 struct evq_fixture efix, pfix; in main()