Searched defs:tdp (Results 1 – 13 of 13) sorted by relevance
| /f-stack/lib/include/sys/ |
| H A D | mutex.h | 69 #define thread_lock_flags_(tdp, opts, file, line) DO_NOTHING argument 70 #define thread_lock(tdp) DO_NOTHING argument 71 #define thread_lock_flags(tdp, opt) DO_NOTHING argument 72 #define thread_unlock(tdp) DO_NOTHING argument
|
| /f-stack/freebsd/sys/ |
| H A D | mutex.h | 143 #define thread_lock(tdp) \ argument 146 #define thread_lock(tdp) \ argument 149 #define thread_lock(tdp) \ argument 154 #define thread_lock_flags(tdp, opt) \ argument 157 #define thread_lock_flags(tdp, opt) \ argument 161 #define thread_unlock(tdp) \ argument
|
| /f-stack/lib/ |
| H A D | ff_compat.c | 96 struct proc **p, struct thread **tdp, in kproc_kthread_add() 105 struct thread **tdp, int flags, int pages, in kthread_add()
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | thread.c | 246 struct pipeline_data *tdp = &td->pipeline_data[td->n_pipelines]; in thread_pipeline_enable() local 328 struct pipeline_data *tdp = &td->pipeline_data[i]; in thread_pipeline_disable() local
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_config.c | 242 spa_config_dirent_t *dp, *tdp; in spa_write_cachefile() local
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_lookup.c | 794 struct vnode *tdp; /* saved dp */ in lookup() local
|
| H A D | subr_turnstile.c | 594 struct thread **tdp) in turnstile_lock()
|
| H A D | kern_thread.c | 1617 tdfind_hash(lwpid_t tid, pid_t pid, struct proc **pp, struct thread **tdp) in tdfind_hash()
|
| H A D | kern_resource.c | 384 struct thread *tdp; in sys_rtprio() local
|
| H A D | kern_cpuset.c | 887 cpuset_which(cpuwhich_t which, id_t id, struct proc **pp, struct thread **tdp, in cpuset_which()
|
| H A D | vfs_syscalls.c | 888 struct vnode *vp, *tdp; in sys_fchdir() local
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_thread.c | 319 struct pipeline_data *tdp = &td->pipeline_data[td->n_pipelines]; in softnic_thread_pipeline_enable() local 404 struct pipeline_data *tdp = &td->pipeline_data[i]; in softnic_thread_pipeline_disable() local
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | thread.c | 282 struct pipeline_data *tdp = &td->pipeline_data[td->n_pipelines]; in thread_pipeline_enable() local 375 struct pipeline_data *tdp = &td->pipeline_data[i]; in thread_pipeline_disable() local
|