Searched refs:ml (Results 1 – 7 of 7) sorted by relevance
| /xnu-8796.141.3/osfmk/conf/ |
| H A D | files.x86_64 | 87 osfmk/kdp/ml/x86_64/kdp_machdep.c optional mach_kdp 88 osfmk/kdp/ml/x86_64/kdp_vm.c optional mach_kdp 89 osfmk/kdp/ml/i386/kdp_x86_common.c optional mach_kdp
|
| H A D | files.arm64 | 78 osfmk/kdp/ml/arm/kdp_machdep.c optional mach_kdp 79 osfmk/kdp/ml/arm/kdp_vm.c optional mach_kdp
|
| /xnu-8796.141.3/san/coverage/ |
| H A D | kcov-blacklist-x86_64 | 51 src:./osfmk/kdp/ml/i386/kdp_x86_common.c 52 src:./osfmk/kdp/ml/x86_64/kdp_machdep.c
|
| /xnu-8796.141.3/san/memory/ |
| H A D | kasan-blacklist-x86_64 | 51 src:./osfmk/kdp/ml/i386/kdp_x86_common.c 52 src:./osfmk/kdp/ml/x86_64/kdp_machdep.c
|
| /xnu-8796.141.3/bsd/skywalk/mem/ |
| H A D | skmem_cache.c | 1691 skmem_depot_batch_alloc(struct skmem_cache *skm, struct skmem_maglist *ml, in skmem_depot_batch_alloc() argument 1714 while ((mg = SLIST_FIRST(&ml->ml_list)) != NULL) { in skmem_depot_batch_alloc() 1715 SLIST_REMOVE_HEAD(&ml->ml_list, mg_link); in skmem_depot_batch_alloc() 1717 ASSERT(ml->ml_total != 0); in skmem_depot_batch_alloc() 1718 if (--ml->ml_total < ml->ml_min) { in skmem_depot_batch_alloc() 1719 ml->ml_min = ml->ml_total; in skmem_depot_batch_alloc() 1722 ml->ml_alloc++; in skmem_depot_batch_alloc() 1740 skmem_depot_batch_free(struct skmem_cache *skm, struct skmem_maglist *ml, in skmem_depot_batch_free() argument 1749 SLIST_INSERT_HEAD(&ml->ml_list, mg, mg_link); in skmem_depot_batch_free() 1750 ml->ml_total++; in skmem_depot_batch_free()
|
| /xnu-8796.141.3/bsd/kern/ |
| H A D | uipc_socket.c | 3390 struct mbuf *m, **mp, *ml = NULL; in soreceive() local 3899 ml->m_next = m; in soreceive() 3901 ml = m; in soreceive() 3903 ml->m_next = NULL; in soreceive() 4176 struct mbuf *ml, *m; in sodelayed_copy_list() local 4180 for (ml = *free_list, i = 0; ml != NULL && i < uiocnt; in sodelayed_copy_list() 4181 ml = ml->m_nextpkt, i++) { in sodelayed_copy_list() 4183 for (m = ml; m != NULL; m = m->m_next) { in sodelayed_copy_list() 4205 struct mbuf *ml = NULL, *free_list = NULL, *free_tail = NULL; in soreceive_list() local 4448 ml = NULL; in soreceive_list() [all …]
|
| H A D | uipc_socket2.c | 1793 struct mbuf *m, *free_list, *ml; in sbdrop() local 1814 ml = (struct mbuf *)0; in sbdrop() 1858 ml = m; in sbdrop() 1864 ml = m; in sbdrop() 1867 if (ml) { in sbdrop() 1868 ml->m_next = (struct mbuf *)0; in sbdrop()
|