Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_allocator.c58 struct yaffs_allocator *allocator = in yaffs_deinit_raw_tnodes() local
82 struct yaffs_allocator *allocator = dev->allocator; in yaffs_init_raw_tnodes() local
97 struct yaffs_allocator *allocator = in yaffs_create_tnodes() local
160 struct yaffs_allocator *allocator = in yaffs_alloc_raw_tnode() local
185 struct yaffs_allocator *allocator = dev->allocator; in yaffs_free_raw_tnode() local
208 struct yaffs_allocator *allocator = dev->allocator; in yaffs_init_raw_objs() local
222 struct yaffs_allocator *allocator = dev->allocator; in yaffs_deinit_raw_objs() local
244 struct yaffs_allocator *allocator = dev->allocator; in yaffs_create_free_objs() local
291 struct yaffs_allocator *allocator = dev->allocator; in yaffs_alloc_raw_obj() local
315 struct yaffs_allocator *allocator = dev->allocator; in yaffs_free_raw_obj() local
[all …]
H A Dyaffs_guts.h687 void *allocator; member
/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos-malloc.c215 void alloc_destroy(QGuestAllocator *allocator) in alloc_destroy()
253 uint64_t guest_alloc(QGuestAllocator *allocator, size_t size) in guest_alloc()
275 void guest_free(QGuestAllocator *allocator, uint64_t addr) in guest_free()
307 void alloc_set_flags(QGuestAllocator *allocator, QAllocOpts opts) in alloc_set_flags()
/openbmc/linux/net/core/
H A Dxdp.c91 static void mem_allocator_disconnect(void *allocator) in mem_allocator_disconnect()
274 void *allocator) in __xdp_reg_mem_model()
339 enum xdp_mem_type type, void *allocator) in xdp_reg_mem_model()
351 enum xdp_mem_type type, void *allocator) in xdp_rxq_info_reg_mem_model()
/openbmc/linux/lib/zstd/decompress/
H A Dzstd_ddict.c169 ZSTD_customMem const allocator = { NULL, NULL, NULL }; in ZSTD_createDDict() local
179 ZSTD_customMem const allocator = { NULL, NULL, NULL }; in ZSTD_createDDict_byReference() local
/openbmc/linux/include/net/
H A Dxdp_priv.h12 void *allocator; member
/openbmc/linux/rust/kernel/
H A Dlib.rs32 mod allocator; module
/openbmc/linux/rust/alloc/vec/
H A Dextract_if.rs51 pub fn allocator(&self) -> &A { in allocator() function
H A Ddrain.rs67 pub fn allocator(&self) -> &A { in allocator() method
H A Dinto_iter.rs96 pub fn allocator(&self) -> &A { in allocator() method
H A Dmod.rs1397 pub fn allocator(&self) -> &A { in allocator() method
/openbmc/linux/tools/mm/
H A Dpage_owner_sort.c42 int allocator; member
432 int allocator = 0; in get_allocator() local
657 static void print_allocator(FILE *out, int allocator) in print_allocator()
/openbmc/linux/lib/
H A Dfortify_kunit.c136 #define DEFINE_ALLOC_SIZE_TEST_PAIR(allocator) \ argument
/openbmc/linux/rust/alloc/
H A Draw_vec.rs268 pub fn allocator(&self) -> &A { in allocator() method
H A Dboxed.rs1137 pub const fn allocator(b: &Self) -> &A { in allocator() method
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c216 struct mlx4_zone_allocator *allocator; member
/openbmc/linux/arch/arm/mm/
H A Ddma-mapping.c71 struct arm_dma_allocator *allocator; member