Home
last modified time | relevance | path

Searched refs:skmem_obj (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/packet/ !
H A Dpbufpool.c45 uint16_t, boolean_t, struct skmem_obj **);
49 struct kern_pbufpool *, uint16_t, uint32_t, struct skmem_obj **);
52 struct skmem_obj **);
196 offsetof(struct skmem_obj, mo_next)); in pp_init()
198 offsetof(struct skmem_obj, mo_next)); in pp_init()
406 boolean_t raw, struct skmem_obj **blist) in pp_metadata_construct()
487 struct skmem_obj *blistn; in pp_metadata_construct()
533 struct skmem_obj *blist = NULL; in pp_metadata_ctor_common()
624 struct kern_pbufpool *pp, boolean_t raw, struct skmem_obj **blist) in pp_metadata_destruct_common()
628 struct skmem_obj *_blist; in pp_metadata_destruct_common()
[all …]
/xnu-8019.80.24/bsd/skywalk/mem/ !
H A Dskmem_cache_var.h177 struct skmem_obj { struct
184 struct skmem_obj *mo_next; /* next object in the list */ argument
380 struct skmem_obj **list, uint32_t, uint32_t);
382 extern void skmem_cache_batch_free(struct skmem_cache *, struct skmem_obj *);
H A Dskmem_cache.c264 static void skmem_audit_buf(struct skmem_cache *, struct skmem_obj *);
706 _CASSERT(offsetof(struct skmem_obj, mo_next) == 0); in skmem_cache_create()
713 VERIFY(region->skr_c_obj_size >= sizeof(struct skmem_obj)); in skmem_cache_create()
1206 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_alloc_locked()
1356 skmem_slab_batch_alloc(struct skmem_cache *skm, struct skmem_obj **list, in skmem_slab_batch_alloc()
1406 ((struct skmem_obj *)buf)->mo_next == NULL); in skmem_slab_free_locked()
1538 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_free()
1550 skmem_slab_batch_free(struct skmem_cache *skm, struct skmem_obj *list) in skmem_slab_batch_free()
1552 struct skmem_obj *listn; in skmem_slab_batch_free()
1666 struct skmem_obj *next; in skmem_magazine_destroy()
[all …]