Home
last modified time | relevance | path

Searched refs:__rangeof (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/sys/kern/
H A Dkern_kthread.c298 __rangeof(struct thread, td_startzero, td_endzero)); in kthread_add1()
300 __rangeof(struct thread, td_startcopy, td_endcopy)); in kthread_add1()
H A Dkern_fork.c382 __rangeof(struct proc, p_startcopy, p_endcopy)); in do_fork()
387 __rangeof(struct proc, p_startzero, p_endzero)); in do_fork()
465 __rangeof(struct thread, td_startzero, td_endzero)); in do_fork()
468 __rangeof(struct thread, td_startcopy, td_endcopy)); in do_fork()
H A Dkern_thr.c235 __rangeof(struct thread, td_startzero, td_endzero)); in thread_create()
237 __rangeof(struct thread, td_startcopy, td_endcopy)); in thread_create()
H A Dkern_proc.c1390 __rangeof(struct pstats, pstat_startzero, pstat_endzero)); in pstats_fork()
1392 __rangeof(struct pstats, pstat_startcopy, pstat_endcopy)); in pstats_fork()
H A Duipc_mbuf.c263 __rangeof(struct mbuf, m_epg_startcopy, m_epg_endcopy)); in mb_dupcl()
H A Dvfs_mount.c670 __rangeof(struct mount, mnt_startzero, mnt_endzero)); in vfs_mount_alloc()
/freebsd-14.2/sys/compat/linux/
H A Dlinux_fork.c276 __rangeof(struct thread, td_startzero, td_endzero)); in linux_clone_thread()
278 __rangeof(struct thread, td_startcopy, td_endcopy)); in linux_clone_thread()
/freebsd-14.2/tools/build/cross-build/include/common/sys/
H A Dcdefs.h216 #define __rangeof(type, start, end) \ macro
/freebsd-14.2/lib/libthr/thread/
H A Dthr_list.c167 __rangeof(struct pthread, _pthread_startzero, _pthread_endzero)); in _thr_alloc()
/freebsd-14.2/sys/sys/
H A Dcdefs.h471 #define __rangeof(type, start, end) \ macro
/freebsd-14.2/sys/opencrypto/
H A Dcrypto.c1669 __rangeof(struct cryptop, crp_startcopy, crp_endcopy)); in crypto_clonereq()