Home
last modified time | relevance | path

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

/xnu-11215/tools/trace/
H A Dkqtrace.lua14 function event_prefix_string(buf, workq)
33 if not workq then
212 function processing_begin(workq)
214 local prefix = event_prefix_string(buf, workq)
217 if workq then
234 function processing_end(workq)
237 if workq then
282 function thread_request(workq)
311 function kevent_register(workq)
314 event_prefix_string(buf, workq), buf.arg2,
[all …]
/xnu-11215/bsd/net/
H A Dpf_table.c297 SLIST_INIT(&workq); in pfr_add_addrs()
414 SLIST_INIT(&workq); in pfr_del_addrs()
753 SLIST_INIT(&workq); in pfr_clr_astats()
838 SLIST_INIT(workq); in pfr_enqueue_addrs()
1273 SLIST_INIT(&workq); in pfr_clr_tables()
1396 SLIST_INIT(&workq); in pfr_del_tables()
1492 SLIST_INIT(&workq); in pfr_get_tstats()
1530 SLIST_INIT(&workq); in pfr_clr_tstats()
1570 SLIST_INIT(&workq); in pfr_set_tflags()
1630 SLIST_INIT(&workq); in pfr_ina_begin()
[all …]
/xnu-11215/tools/lldbmacros/
H A Dscheduler.py1036 workq = Cast(call.tc_param0, 'struct workqueue *')
1037 proc = workq.wq_proc
/xnu-11215/tests/
H A DMakefile785 INCLUDED_TEST_SOURCE_DIRS += vm ipc rm workq
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c2033 #pragma mark workq lifecycle