Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dbsd_kern.c75 extern uint64_t get_dispatchqueue_label_offset_from_proc(void *p);
1363 dq_label_offset = get_dispatchqueue_label_offset_from_proc(bsd_info); in get_task_dispatchqueue_label_offset()
/xnu-11215/bsd/kern/
H A Dproc_info.c115 uint64_t get_dispatchqueue_label_offset_from_proc(void *p);
260 get_dispatchqueue_label_offset_from_proc(void *p) in get_dispatchqueue_label_offset_from_proc() function