Searched refs:skmem_obj_info (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.81.4/bsd/skywalk/mem/ |
| H A D | skmem_cache_var.h | 163 struct skmem_obj_info { struct 195 struct skmem_obj_info mo_info; /* object's info */ 196 struct skmem_obj_info mo_minfo; /* mirrored object's info */ 210 typedef int (*skmem_ctor_fn_t)(struct skmem_obj_info *, 211 struct skmem_obj_info *, void *, uint32_t); 215 struct skmem_obj_info *, struct skmem_obj_info *, uint32_t); 386 struct skmem_obj_info *, struct skmem_obj_info *, uint32_t); 389 struct skmem_obj_info *, struct skmem_obj_info *, uint32_t); 395 extern int skmem_slab_alloc(struct skmem_cache *, struct skmem_obj_info *, 396 struct skmem_obj_info *, uint32_t); [all …]
|
| H A D | skmem_slab.c | 190 skmem_slab_alloc_locked(struct skmem_cache *skm, struct skmem_obj_info *oi, in skmem_slab_alloc_locked() 191 struct skmem_obj_info *oim, uint32_t skmflag) in skmem_slab_alloc_locked() 446 struct skmem_obj_info *oi, struct skmem_obj_info *oim, uint32_t skmflag) in skmem_slab_alloc_pseudo_locked() 540 skmem_slab_alloc(struct skmem_cache *skm, struct skmem_obj_info *oi, in skmem_slab_alloc() 541 struct skmem_obj_info *oim, uint32_t skmflag) in skmem_slab_alloc() 566 struct skmem_obj_info oi, oim; in skmem_slab_batch_alloc()
|
| H A D | skmem_cache.c | 231 static int skmem_magazine_ctor(struct skmem_obj_info *, 232 struct skmem_obj_info *, void *, uint32_t); 913 struct skmem_obj_info *oi, struct skmem_obj_info *oim) in skmem_cache_get_obj_info() 971 skmem_magazine_ctor(struct skmem_obj_info *oi, struct skmem_obj_info *oim, in skmem_magazine_ctor() 1422 struct skmem_obj_info *oi = &rlist->mo_info; in skmem_cache_batch_alloc() 1423 struct skmem_obj_info *oim = &rlist->mo_minfo; in skmem_cache_batch_alloc() 1472 struct skmem_obj_info oi, oim; in skmem_cache_batch_alloc()
|
| H A D | skmem_test.c | 1901 skmem_test_ctor(struct skmem_obj_info *oi, struct skmem_obj_info *oim, in skmem_test_ctor()
|
| /xnu-11215.81.4/bsd/skywalk/packet/ |
| H A D | pbufpool.c | 41 static int pp_metadata_ctor_no_buflet(struct skmem_obj_info *, 42 struct skmem_obj_info *, void *, uint32_t); 43 static int pp_metadata_ctor_max_buflet(struct skmem_obj_info *, 44 struct skmem_obj_info *, void *, uint32_t); 64 struct skmem_obj_info *oi, uint32_t skmflag, bool large); 600 struct skmem_obj_info oib; in pp_metadata_construct() 666 pp_metadata_ctor_common(struct skmem_obj_info *oi0, in pp_metadata_ctor_common() 667 struct skmem_obj_info *oim0, struct kern_pbufpool *pp, uint32_t skmflag, in pp_metadata_ctor_common() 670 struct skmem_obj_info _oi, _oim; in pp_metadata_ctor_common() 671 struct skmem_obj_info *oi, *oim; in pp_metadata_ctor_common() [all …]
|
| /xnu-11215.81.4/bsd/net/ |
| H A D | necp.h | 1548 struct skmem_obj_info; // forward declaration 1549 extern int necp_stats_ctor(struct skmem_obj_info *oi, struct skmem_obj_info *oim, void *arg, uint32…
|
| H A D | necp_client.c | 9642 necp_stats_ctor(struct skmem_obj_info *oi, struct skmem_obj_info *oim, in necp_stats_ctor() 9855 struct skmem_obj_info kstats_oi = {}; in necp_arena_stats_obj_alloc()
|
| /xnu-11215.81.4/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 752 struct skmem_obj_info csm_oi, ring_oi, ksd_oi, usd_oi; in na_schema_alloc() 1869 struct skmem_obj_info oi, oim; in na_kr_setup()
|