/titanic_41/usr/src/uts/common/disp/ |
H A D | shuttle.c | 164 if (lwp && (ISSIG(curthread, JUSTLOOKING) || in shuttle_resume() 199 if (ISSIG(curthread, JUSTLOOKING) || in shuttle_swtch() 236 if (lwp && (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t))) in shuttle_sleep()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | semaphore.c | 283 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || cancel_pending) in sema_p_sig() 287 if (ISSIG(t, FORREAL) || lwp->lwp_sysabort || in sema_p_sig()
|
H A D | condvar.c | 337 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || cancel_pending) in cv_wait_sig() 418 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || cancel_pending) in cv_timedwait_sig_hires() 561 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || cancel_pending) in cv_wait_sig_swap_core()
|
H A D | turnstile.c | 628 if (ISSIG(curthread, JUSTLOOKING) || in turnstile_block() 636 if (ISSIG(curthread, FORREAL) || lwp->lwp_sysabort || in turnstile_block()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | param.h | 100 #define ISSIG(p, flag) \ macro
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_idmap.c | 453 if (ttolwp(curthread) && ISSIG(curthread, JUSTLOOKING)) { in nfs_idmap_str_uid() 624 if (ttolwp(curthread) && ISSIG(curthread, JUSTLOOKING)) { in nfs_idmap_uid_str() 833 if (ttolwp(curthread) && ISSIG(curthread, JUSTLOOKING)) { in nfs_idmap_str_gid() 1004 if (ttolwp(curthread) && ISSIG(curthread, JUSTLOOKING)) { in nfs_idmap_gid_str()
|
H A D | nfs_subr.c | 1123 if (ttolwp(curthread) != NULL && ISSIG(curthread, JUSTLOOKING)) in rfscall() 1676 if (ttolwp(curthread) != NULL && ISSIG(curthread, JUSTLOOKING)) in aclcall()
|
H A D | nfs4_subr.c | 1341 if (ttolwp(curthread) != NULL && ISSIG(curthread, JUSTLOOKING)) in nfs4_rfscall()
|
H A D | nfs3_vnops.c | 6051 if (ttolwp(curthread) != NULL && ISSIG(curthread, JUSTLOOKING)) { in nfs3_dispose()
|
H A D | nfs4_vnops.c | 11818 if (ttolwp(curthread) != NULL && ISSIG(curthread, JUSTLOOKING)) { in nfs4_dispose()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | lwp_sobj.c | 1277 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || imm_timeout) in lwp_mutex_timedlock() 1284 if (ISSIG(t, FORREAL) || lwp->lwp_sysabort || MUSTRETURN(p, t)) in lwp_mutex_timedlock() 1756 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || in lwp_cond_wait() 1763 if (ISSIG(t, FORREAL) || lwp->lwp_sysabort || in lwp_cond_wait() 2115 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || in lwp_sema_timedwait() 2123 if (ISSIG(t, FORREAL) || lwp->lwp_sysabort || in lwp_sema_timedwait() 2617 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || imm_timeout) in lwp_rwlock_lock() 2631 if (ISSIG(t, FORREAL) || lwp->lwp_sysabort || MUSTRETURN(p, t)) in lwp_rwlock_lock()
|
H A D | sendfile.c | 104 if (ISSIG(curthread, JUSTLOOKING)) in sendvec_chunk64() 455 if (ISSIG(curthread, JUSTLOOKING)) { in sendvec_small_chunk() 733 if (ISSIG(curthread, JUSTLOOKING)) in sendvec_chunk()
|
/titanic_41/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 203 #define ISSIG(thr, why) (FALSE) macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | proc.h | 520 #define ISSIG(t, why) ISSIG_FAST(t, ttolwp(t), ttoproc(t), why) macro
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 2317 if (ISSIG(curthread, JUSTLOOKING)) { in snf_direct_io() 2473 if (ISSIG(curthread, JUSTLOOKING)) { in snf_segmap() 2753 if (ISSIG(curthread, JUSTLOOKING)) { in snf_cache()
|
/titanic_41/usr/src/uts/common/fs/autofs/ |
H A D | auto_subr.c | 516 if (lwp && (ISSIG(curthread, in auto_calldaemon() 518 if (ISSIG(curthread, FORREAL) || in auto_calldaemon()
|
/titanic_41/usr/src/uts/common/fs/doorfs/ |
H A D | door_sys.c | 713 if (ISSIG(curthread, FORREAL) || lwp->lwp_sysabort || in door_call() 1521 if (ISSIG(curthread, FORREAL) || lwp->lwp_sysabort || in door_return() 3208 if (lwp && (ISSIG(curthread, FORREAL) || lwp->lwp_sysabort || in door_upcall()
|
/titanic_41/usr/src/uts/common/idmap/ |
H A D | idmap_kapi.c | 252 if (ttolwp(curthread) && ISSIG(curthread, JUSTLOOKING)) { in kidmap_call_door()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 3772 if (ISSIG(curthread, JUSTLOOKING)) in oprpdread() 3879 if (ISSIG(curthread, JUSTLOOKING)) in oprpdread32()
|
H A D | prsubr.c | 1972 if (ISSIG(curthread, JUSTLOOKING)) in prpdread() 2119 if (ISSIG(curthread, JUSTLOOKING)) in prpdread32()
|