Home
last modified time | relevance | path

Searched defs:alloc (Results 26 – 50 of 263) sorted by relevance

1234567891011

/openbmc/qemu/tests/qtest/
H A Dlsm303dlhc-mag-test.c51 static void send_and_receive(void *obj, void *data, QGuestAllocator *alloc) in send_and_receive()
109 static void reg_wraparound(void *obj, void *data, QGuestAllocator *alloc) in reg_wraparound()
H A Dadm1266-test.c68 static void test_defaults(void *obj, void *data, QGuestAllocator *alloc) in test_defaults()
85 static void test_rw_regs(void *obj, void *data, QGuestAllocator *alloc) in test_rw_regs()
H A Dvirtio-net-test.c32 QGuestAllocator *alloc, QVirtQueue *vq, in rx_test()
69 QGuestAllocator *alloc, QVirtQueue *vq, in tx_test()
99 QGuestAllocator *alloc, QVirtQueue *vq, in rx_stop_cont_test()
H A Dspapr-phb-test.c19 static void test_phb_device(void *obj, void *data, QGuestAllocator *alloc) in test_phb_device()
H A Dvirtio-test.c17 static void nop(void *obj, void *data, QGuestAllocator *alloc) in nop()
H A Dpci-test.c17 static void nop(void *obj, void *data, QGuestAllocator *alloc) in nop()
H A Dvirtio-rng-test.c18 static void rng_hotplug(void *obj, void *data, QGuestAllocator *alloc) in rng_hotplug()
H A Dds1338-test.c31 static void send_and_receive(void *obj, void *data, QGuestAllocator *alloc) in send_and_receive()
H A Demc141x-test.c41 static void send_and_receive(void *obj, void *data, QGuestAllocator *alloc) in send_and_receive()
/openbmc/qemu/tests/qtest/libqos/
H A Dppc64_pseries-machine.c36 QGuestAllocator alloc; member
54 QGuestAllocator *alloc) in qos_create_QSPAPR_host()
H A Dx86_64_pc-machine.c37 QGuestAllocator alloc; member
55 QGuestAllocator *alloc) in qos_create_i440FX_host()
H A Dvirtio-pci.c204 QGuestAllocator *alloc, in qvirtio_pci_virtqueue_setup_common()
244 QGuestAllocator *alloc) in qvirtio_pci_virtqueue_cleanup_common()
315 QGuestAllocator *alloc, uint16_t entry) in qvirtqueue_pci_msix_setup()
346 QGuestAllocator *alloc, uint16_t entry) in qvirtio_pci_set_msix_configuration_vector()
H A Dvirtio.c126 QGuestAllocator *alloc, uint16_t index) in qvirtqueue_setup()
133 QGuestAllocator *alloc) in qvirtqueue_cleanup()
239 void qvring_init(QTestState *qts, const QGuestAllocator *alloc, QVirtQueue *vq, in qvring_init()
273 QGuestAllocator *alloc, in qvring_indirect_desc_setup()
/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c906 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs()
912 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeDict()
918 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_Free()
950 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2()
964 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs()
973 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate()
997 ELzmaStatus *status, ISzAlloc *alloc) in LzmaDecode()
/openbmc/linux/scripts/gdb/linux/
H A Dslab.py70 def get_track(cache, object_pointer, alloc): argument
153 def slabtrace(alloc, cache_name): argument
164 def process_slab(loc_track, slab_list, alloc, cache): argument
/openbmc/linux/lib/
H A Dfortify_kunit.c83 #define check_const(_expected, alloc, free) do { \ argument
93 #define check_dynamic(_expected, alloc, free) do { \ argument
/openbmc/u-boot/include/
H A Dsmem.h29 int (*alloc)(unsigned int host, member
/openbmc/u-boot/arch/arm/cpu/pxa/
H A Dstart.S175 alloc: label
/openbmc/linux/rust/alloc/vec/
H A Dinto_iter.rs44 pub(super) alloc: ManuallyDrop<A>, field
167 let alloc = ManuallyDrop::take(&mut this.alloc); in into_vecdeque() localVariable
408 let alloc = ManuallyDrop::take(&mut self.0.alloc); in drop() localVariable
/openbmc/linux/arch/s390/kernel/
H A Dabs_lowcore.c8 int abs_lowcore_map(int cpu, struct lowcore *lc, bool alloc) in abs_lowcore_map()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.h23 uint64_t alloc; /* inode phys. allocation bitmap for member
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h194 struct mthca_alloc alloc; member
200 struct mthca_alloc alloc; member
226 struct mthca_alloc alloc; member
239 struct mthca_alloc alloc; member
246 struct mthca_alloc alloc; member
253 struct mthca_alloc alloc; member
269 struct mthca_alloc alloc; member
274 struct mthca_alloc alloc; member
/openbmc/linux/sound/core/
H A Dmemalloc_local.h6 void *(*alloc)(struct snd_dma_buffer *dmab, size_t size); member
/openbmc/linux/tools/lib/subcmd/
H A Dhelp.h9 size_t alloc; member
/openbmc/linux/drivers/scsi/arm/
H A Dqueue.h14 void *alloc; /* start of allocated mem */ member

1234567891011