Searched refs:smp (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/osfmk/arm/ |
| H A D | Makefile | 52 smp.h \ 64 smp.h \
|
| /xnu-8792.41.9/osfmk/machine/ |
| H A D | Makefile | 29 smp.h \
|
| /xnu-8792.41.9/osfmk/i386/ |
| H A D | Makefile | 42 smp.h \
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_syscalls.c | 2980 mount_t smp; in dounmount_submounts() local 2989 TAILQ_FOREACH(smp, &mountlist, mnt_list) in dounmount_submounts() 3006 for (smp = TAILQ_NEXT(mp, mnt_list); smp; smp = TAILQ_NEXT(smp, mnt_list)) { in dounmount_submounts() 3007 vp = smp->mnt_vnodecovered; in dounmount_submounts() 3015 fsids[++m] = smp->mnt_vfsstat.f_fsid; in dounmount_submounts() 3024 smp = mount_list_lookupby_fsid(&fsids[i], 0, 1); in dounmount_submounts() 3025 if (smp) { in dounmount_submounts() 3026 mount_ref(smp, 0); in dounmount_submounts() 3027 mount_iterdrop(smp); in dounmount_submounts() 3028 (void) dounmount(smp, flags, 1, ctx); in dounmount_submounts()
|