Home
last modified time | relevance | path

Searched defs:td (Results 26 – 50 of 242) sorted by relevance

12345678910

/dragonfly/sys/kern/
H A Dkern_subr.c63 thread_t td = curthread; in copyin_nofault() local
75 thread_t td = curthread; in copyout_nofault() local
98 thread_t td = curthread; in uiomove() local
209 thread_t td = curthread; in uiomove_nofault() local
544 struct thread *td = curthread; in uiomove_fromphys() local
H A Dkern_kthread.c49 thread_t td; in _kthread_create() local
188 suspend_kproc(struct thread *td, int timo) in suspend_kproc()
211 struct thread *td = curthread; in kproc_suspend_loop() local
H A Dkern_exit.c292 struct thread *td = curthread; in exit1() local
672 struct thread *td = curthread; in lwp_exit() local
823 struct thread *td = lp->lwp_thread; in lwp_wait() local
891 struct thread *td = lp->lwp_thread; in lwp_dispose() local
1002 struct thread *td = curthread; in kern_wait() local
H A Dkern_varsym.c135 struct thread *td; in sys_varsym_set() local
230 struct thread *td; in sys_varsym_list() local
381 struct thread *td; in varsymfind() local
425 struct thread *td; in varsymmake() local
H A Dkern_ktrace.c74 thread_t td = curthread; in ktrgetheader() local
293 struct thread *td = curthread; in sys_ktrace() local
444 struct thread *td = curthread; /* XXX */ in sys_utrace() local
507 ktrops(struct thread *td, struct proc *p, int ops, int facs, in ktrops()
535 ktrsetchildren(struct thread *td, struct proc *top, int ops, int facs, in ktrsetchildren()
H A Dkern_iosched.c66 badjiosched(thread_t td, size_t bytes) in badjiosched()
110 biosched_done(thread_t td) in biosched_done()
H A Dkern_umtx.c119 thread_t td; in sys_umtx_sleep() local
259 thread_t td; in sys_umtx_wakeup() local
H A Dsysv_msg.c205 struct thread *td = curthread; in sys_msgctl() local
347 struct thread *td = curthread; in sys_msgget() local
458 struct thread *td = curthread; in sys_msgsnd() local
790 struct thread *td = curthread; in sys_msgrcv() local
H A Duipc_msg.c173 so_pru_bind(struct socket *so, struct sockaddr *nam, struct thread *td) in so_pru_bind()
188 so_pru_connect(struct socket *so, struct sockaddr *nam, struct thread *td) in so_pru_connect()
205 so_pru_connect_async(struct socket *so, struct sockaddr *nam, struct thread *td) in so_pru_connect_async()
341 so_pru_listen(struct socket *so, struct thread *td) in so_pru_listen()
429 struct sockaddr *addr, struct mbuf *control, struct thread *td) in so_pru_send()
457 struct sockaddr *addr0, struct mbuf *control, struct thread *td) in so_pru_send_async()
/dragonfly/sys/bus/u4b/controller/
H A Dehci.c132 ehci_qtd_t *td; member
1127 ehci_qtd_t *td; in ehci_non_isoc_done_sub() local
1301 ehci_sitd_t *td; in ehci_check_transfer() local
1320 ehci_itd_t *td; in ehci_check_transfer() local
1354 ehci_qtd_t *td; in ehci_check_transfer() local
1589 ehci_qtd_t *td; in ehci_setup_standard_chain_sub() local
1788 ehci_qtd_t *td; in ehci_setup_standard_chain() local
2447 ehci_sitd_t *td; in ehci_device_isoc_fs_open() local
2495 ehci_sitd_t *td; in ehci_device_isoc_fs_enter() local
2739 ehci_itd_t *td; in ehci_device_isoc_hs_open() local
[all …]
/dragonfly/sys/vfs/nfs/
H A Dnfs_bio.c95 struct thread *td; in nfs_bioread() local
500 struct thread *td = uio->uio_td; in nfs_write() local
829 nfs_getcacheblk(struct vnode *vp, off_t loffset, int size, struct thread *td) in nfs_getcacheblk()
867 thread_t td = curthread; in nfs_vinvalbuf() local
979 nfs_startio(struct vnode *vp, struct bio *bio, struct thread *td) in nfs_startio()
1049 nfs_doio(struct vnode *vp, struct bio *bio, struct thread *td) in nfs_doio()
1297 nfs_meta_setsize(struct vnode *vp, struct thread *td, off_t nsize, int flags) in nfs_meta_setsize()
H A Dnfs_vnops.c265 struct thread *td, struct ucred *cred) in nfs3_access_otw()
313 thread_t td = curthread; in nfs_access() local
639 thread_t td = curthread; in nfs_close() local
691 thread_t td = curthread; in nfs_getattr() local
755 thread_t td = curthread; in nfs_setattr() local
904 struct ucred *cred, struct thread *td) in nfs_setattrrpc()
976 struct thread *td = curthread; in nfs_nresolve() local
1926 struct ucred *cred, struct thread *td) in nfs_removerpc()
2070 struct ucred *cred, struct thread *td) in nfs_renamerpc()
3211 struct thread *td; in nfs_strategy() local
[all …]
H A Dnfs_vfsops.c316 thread_t td = curthread; in nfs_statfs() local
403 thread_t td = curthread; in nfs_statvfs() local
483 nfs_fsinfo(struct nfsmount *nmp, struct vnode *vp, struct thread *td) in nfs_fsinfo()
563 struct thread *td = curthread; /* XXX */ in nfs_mountroot() local
726 struct sockaddr_in *sin, struct nfs_args *args, struct thread *td, in nfs_mountdiskless()
/dragonfly/sys/sys/
H A Ddsched.h75 #define dsched_enter_thread(td) argument
77 #define dsched_exit_thread(td) argument
H A Dsocketops.h59 struct thread *td) in so_pru_sosend()
121 struct sockaddr *addr, struct mbuf *control, struct thread *td) in so_pru_senda()
/dragonfly/sys/vfs/smbfs/
H A Dsmbfs_io.c179 struct thread *td; in smbfs_readvnode() local
237 struct thread *td; in smbfs_writevnode() local
294 smbfs_doio(struct vnode *vp, struct bio *bio, struct ucred *cr, struct thread *td) in smbfs_doio()
539 struct thread *td = curthread; /* XXX */ in smbfs_putpages() local
/dragonfly/sys/dev/drm/
H A Dlinux_sched.c59 linux_task_alloc(struct thread *td) in linux_task_alloc()
97 linux_task_drop(struct thread *td) in linux_task_drop()
/dragonfly/sys/ddb/
H A Ddb_ps.c106 thread_t td; in db_ps() local
185 db_dump_td_tokens(thread_t td) in db_dump_td_tokens()
/dragonfly/sys/netinet/
H A Dtcp_usrreq.c303 struct thread *td = msg->bind.nm_td; in tcp_usr_bind() local
394 struct thread *td = msg->bind.nm_td; in tcp6_usr_bind() local
446 struct thread *td = msg->listen.nm_td; in tcp_usr_listen() local
523 struct thread *td = msg->listen.nm_td; in tcp6_usr_listen() local
584 struct thread *td = msg->connect.nm_td; in tcp_usr_connect() local
627 struct thread *td = msg->connect.nm_td; in tcp6_usr_connect() local
1132 struct thread *td = msg->connect.nm_td; in tcp_connect() local
1316 struct thread *td = msg->connect.nm_td; in tcp6_connect() local
1473 struct thread *td = NULL; in tcp_ctloutput() local
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dnpx.c345 thread_t td = curthread; in npxdna() local
453 thread_t td = curthread; in npxpush() local
482 thread_t td = curthread; in npxpop() local
H A Dvm_machdep.c243 cpu_set_thread_handler(thread_t td, void (*rfunc)(void), void *func, void *arg) in cpu_set_thread_handler()
257 struct thread *td = curthread; in cpu_lwp_exit() local
/dragonfly/sys/vm/
H A Dvm_mmap.c124 struct thread *td = curthread; in kern_mmap() local
979 struct thread *td = curthread; in sys_mlock() local
1030 struct thread *td = curthread; in sys_mlockall() local
1098 struct thread *td = curthread; in sys_munlockall() local
1160 struct thread *td = curthread; in sys_munlock() local
1211 struct thread *td = curthread; in vm_mmap() local
/dragonfly/sys/netproto/smb/
H A Dsmb_iod.c114 struct thread *td = iod->iod_td; in smb_iod_closetran() local
135 struct thread *td = iod->iod_td; in smb_iod_connect() local
236 struct thread *td = iod->iod_td; in smb_iod_sendrq() local
307 struct thread *td = iod->iod_td; in smb_iod_recvall() local
/dragonfly/sys/vfs/hammer/
H A Dhammer_subs.c43 thread_t td = curthread; in hammer_lock_ex_ident() local
84 thread_t td = curthread; in hammer_lock_ex_try() local
124 thread_t td = curthread; in hammer_lock_sh() local
161 thread_t td = curthread; in hammer_lock_sh_try() local
207 thread_t td = curthread; in hammer_lock_upgrade() local
/dragonfly/contrib/flex/src/
H A Dtables.c103 int yytbl_data_init (struct yytbl_data *td, enum yytbl_id id) in yytbl_data_init()
116 int yytbl_data_destroy (struct yytbl_data *td) in yytbl_data_destroy()
189 int yytbl_data_fwrite (struct yytbl_writer *wr, struct yytbl_data *td) in yytbl_data_fwrite()

12345678910