Searched refs:composite (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c539 u_int16_t composite, base; local
543 composite = unicode_combine(base, ucs_ch);
544 if (composite) {
546 ucs_ch = composite;
799 * (smallest composite char sequence) may yield 6 Unicode bytes
972 * (composite) character.
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c150 * composite object allocation }
212 * { m_free(), m_freem_list(), composite object deallocation }
549 mcache_obj_t *mtbl_cobjlist; /* composite objects freelist */
703 * This flag is set for all mbufs that come out of and into the composite
707 * into the mbuf and cluster freelists, the composite mbuf + cluster objects
708 * are placed back into the appropriate composite cache's freelist, and the
709 * actual freeing is deferred until the composite objects are purged. At
980 /* Deduct mbufs used in composite caches */
986 /* Deduct clusters used in composite cache */
991 /* Deduct clusters used in composite cach
3274 u_int32_t composite; local
3345 u_int32_t composite; local
4160 u_int32_t refcnt, composite; local
6341 mcl_audit_mbuf(mcache_audit_t *mca, void *addr, boolean_t composite, boolean_t alloc) argument
6373 mcl_audit_restore_mbuf(struct mbuf *m, mcache_audit_t *mca, boolean_t composite) argument
[all...]

Completed in 22 milliseconds