Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_kthread.c286 __rangeof(struct thread, td_startzero, td_endzero)); in kthread_add()
288 __rangeof(struct thread, td_startcopy, td_endcopy)); in kthread_add()
H A Dkern_fork.c376 __rangeof(struct proc, p_startcopy, p_endcopy)); in do_fork()
381 __rangeof(struct proc, p_startzero, p_endzero)); in do_fork()
460 __rangeof(struct thread, td_startzero, td_endzero)); in do_fork()
463 __rangeof(struct thread, td_startcopy, td_endcopy)); in do_fork()
H A Dkern_thr.c237 __rangeof(struct thread, td_startzero, td_endzero)); in thread_create()
239 __rangeof(struct thread, td_startcopy, td_endcopy)); in thread_create()
H A Dkern_proc.c1353 __rangeof(struct pstats, pstat_startzero, pstat_endzero)); in pstats_fork()
1355 __rangeof(struct pstats, pstat_startcopy, pstat_endcopy)); in pstats_fork()
H A Duipc_mbuf.c225 __rangeof(struct mbuf, m_epg_startcopy, m_epg_endcopy)); in mb_dupcl()
H A Dvfs_mount.c497 __rangeof(struct mount, mnt_startzero, mnt_endzero)); in vfs_mount_alloc()
/f-stack/freebsd/sys/
H A Dcdefs.h484 #define __rangeof(type, start, end) \ macro