Searched refs:uthread (Results 51 - 67 of 67) sorted by relevance

123

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c174 uthread_t ut = (struct uthread *)get_bsdthread_info(current_thread());
1216 * set a uthread flag to let VFS_ROOT() for autofs
1219 uth = (struct uthread *)get_bsdthread_info(current_thread());
1228 /* XXX - clear the uthread flag */
H A Dvfs_subr.c1561 struct uthread *ut;
1865 struct uthread *ut;
4480 struct uthread *ut;
7867 struct uthread *uth = (struct uthread *)get_bsdthread_info(current_thread());
8097 struct uthread *ut;
H A Dvfs_cache.c678 struct uthread *ut;
H A Dvfs_syscalls.c1612 struct uthread * uth = get_bsdthread_info(current_thread());
1616 if (uth != (struct uthread *)0)
1619 if (uth != (struct uthread *)0)
H A Dkpi_vfs.c1489 * get to the vfs_context_t in the uthread associated with a kernel thread.
1724 struct uthread *ut;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c362 struct uthread *uth;
786 struct uthread *
791 return((struct uthread *)get_bsdthread_info(th));
H A Dsys_generic.c985 struct uthread *uth;
1153 struct uthread *uth;
1842 struct uthread * ut = get_bsdthread_info(cur_act);
H A Dkern_lockf.c491 struct uthread *ut;
H A Dkern_sysctl.c673 struct uthread *ut = get_bsdthread_info(current_thread());
2743 struct uthread *ut;
H A Dkern_event.c1427 /* store the continuation/completion data in the uthread */
2197 struct uthread * ut = get_bsdthread_info(cur_act);
H A Duipc_syscalls.c196 struct uthread *ut;
/darwin-on-arm/xnu/osfmk/kern/
H A Dtask_policy.c63 extern void unthrottle_thread(void * uthread);
1272 unthrottle_thread(thread->uthread);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_syscalls.c155 struct uthread *uthr;
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c3501 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
3511 if (uthread)
3512 return (uint64_t)uthread->t_dtrace_errno;
6194 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
6196 if (uthread && uthread->t_dtrace_sig == 0) {
6197 uthread->t_dtrace_sig = sig;
6216 uthread_t uthread = (uthread_t)get_bsdthread_info(current_thread());
6217 if (uthread) {
6222 uthread
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c199 struct uthread *ut;
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c3685 struct uthread *uth = get_bsdthread_info(current_thread());
3692 struct uthread *uth = get_bsdthread_info(current_thread());
3701 struct uthread *uth = get_bsdthread_info(current_thread());
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c175 TAILQ_HEAD( , uthread) throttle_uthlist; /* List of throttled uthreads */
1026 * takes a valid uthread (which may or may not be on the
1481 * for low priority I/O... we'll mark the uthread and

Completed in 239 milliseconds

123