Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSMetaClass.h1321 zone_create_flags_t zflags);
2010 superclassName, init, zflags) \ argument
2017 "iokit." #className, zflags) \
2193 superclassName, init, zflags) \ argument
2196 superclassName, init, zflags) \
2277 className, superclassName, init, zflags) \ argument
2280 superclassName, init, zflags) \
2357 superclassName, zflags) \ argument
2359 superclassName, , zflags)
2446 superclassName, zflags) \ argument
[all …]
/xnu-11215/bsd/skywalk/namespace/
H A Dflowidns.c117 zalloc_flags_t zflags; in flowidns_fftn_alloc() local
119 zflags = can_block ? Z_WAITOK_ZERO : Z_NOWAIT_ZERO; in flowidns_fftn_alloc()
120 fftn = zalloc_flags(flowidns_fftn_zone, zflags); in flowidns_fftn_alloc()
/xnu-11215/bsd/skywalk/mem/
H A Dskmem_slab.c448 zalloc_flags_t zflags = (skmflag & SKMEM_NOSLEEP) ? Z_NOWAIT : Z_WAITOK; in skmem_slab_alloc_pseudo_locked() local
463 obj = zalloc_flags_buf(skr->skr_zreg, zflags | Z_ZERO); in skmem_slab_alloc_pseudo_locked()
/xnu-11215/libkern/c++/
H A DOSMetaClass.cpp648 zone_create_flags_t zflags) : OSMetaClass(inClassName, inSuperClass, in OSMetaClass() argument
653 (zone_create_flags_t) (ZC_ZFREE_CLEARMEM | zflags)); in OSMetaClass()
/xnu-11215/osfmk/vm/
H A Dvm_kern_xnu.h1592 uint32_t zflags);
H A Dvm_resident.c9706 vm_tag_will_update_zone(vm_tag_t tag, uint32_t zflags) in vm_tag_will_update_zone() argument
9714 return vm_tag_zone_stats_alloc(tag, zflags); in vm_tag_will_update_zone()
/xnu-11215/bsd/vfs/
H A Dvfs_cluster.c2759 int zflags; in cluster_write_ext() local
2829 zflags = flags & ~IO_TAILZEROFILL; in cluster_write_ext()
2837 zflags = flags; in cluster_write_ext()
2841 …retval = cluster_write_copy(vp, uio, write_length, oldEOF, newEOF, headOff, tailOff, zflags, callb… in cluster_write_ext()
2845 zflags = flags & ~(IO_TAILZEROFILL | IO_HEADZEROFILL); in cluster_write_ext()
2854 headOff, (off_t)0, zflags | IO_HEADZEROFILL | IO_SYNC, callback, callback_arg); in cluster_write_ext()
2880 (off_t)0, zflags | IO_HEADZEROFILL | IO_SYNC, callback, callback_arg); in cluster_write_ext()