Searched refs:__rangeof (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_kthread.c | 286 __rangeof(struct thread, td_startzero, td_endzero)); in kthread_add() 288 __rangeof(struct thread, td_startcopy, td_endcopy)); in kthread_add()
|
| H A D | kern_fork.c | 376 __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 D | kern_thr.c | 237 __rangeof(struct thread, td_startzero, td_endzero)); in thread_create() 239 __rangeof(struct thread, td_startcopy, td_endcopy)); in thread_create()
|
| H A D | kern_proc.c | 1353 __rangeof(struct pstats, pstat_startzero, pstat_endzero)); in pstats_fork() 1355 __rangeof(struct pstats, pstat_startcopy, pstat_endcopy)); in pstats_fork()
|
| H A D | uipc_mbuf.c | 225 __rangeof(struct mbuf, m_epg_startcopy, m_epg_endcopy)); in mb_dupcl()
|
| H A D | vfs_mount.c | 497 __rangeof(struct mount, mnt_startzero, mnt_endzero)); in vfs_mount_alloc()
|
| /f-stack/freebsd/sys/ |
| H A D | cdefs.h | 484 #define __rangeof(type, start, end) \ macro
|