Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_kthread.c285 __rangeof(struct thread, td_startzero, td_endzero)); in kthread_add()
287 __rangeof(struct thread, td_startcopy, td_endcopy)); in kthread_add()
H A Dkern_fork.c417 __rangeof(struct proc, p_startcopy, p_endcopy)); in do_fork()
424 __rangeof(struct proc, p_startzero, p_endzero)); in do_fork()
483 __rangeof(struct thread, td_startzero, td_endzero)); in do_fork()
486 __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.c1193 __rangeof(struct pstats, pstat_startzero, pstat_endzero)); in pstats_fork()
1195 __rangeof(struct pstats, pstat_startcopy, pstat_endcopy)); in pstats_fork()
H A Dvfs_mount.c473 __rangeof(struct mount, mnt_startzero, mnt_endzero)); in vfs_mount_alloc()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_fork.c311 __rangeof(struct thread, td_startzero, td_endzero)); in linux_clone_thread()
313 __rangeof(struct thread, td_startcopy, td_endcopy)); in linux_clone_thread()
/freebsd-12.1/lib/libthr/thread/
H A Dthr_list.c169 __rangeof(struct pthread, _pthread_startzero, _pthread_endzero)); in _thr_alloc()
/freebsd-12.1/sys/sys/
H A Dcdefs.h488 #define __rangeof(type, start, end) \ macro
/freebsd-12.1/sys/dev/nand/
H A Dnfc_fsl.c515 __rangeof(struct fsl_nfc_fcm, fcm_startzero, fcm_endzero)); in fsl_nfc_start_command()