Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 257) sorted by relevance

1234567891011

/openbmc/linux/drivers/android/
H A Dbinder_alloc.c102 struct binder_alloc *alloc, struct binder_buffer *new_buffer) in binder_insert_allocated_buffer_locked()
127 struct binder_alloc *alloc, in binder_alloc_prepare_to_free_locked()
320 struct binder_alloc *alloc) in binder_alloc_get_vma()
369 struct binder_alloc *alloc, in binder_alloc_new_buf_locked()
701 void binder_alloc_free_buf(struct binder_alloc *alloc, in binder_alloc_free_buf()
734 int binder_alloc_mmap_handler(struct binder_alloc *alloc, in binder_alloc_mmap_handler()
889 struct binder_alloc *alloc) in binder_alloc_print_allocated()
906 struct binder_alloc *alloc) in binder_alloc_print_pages()
962 void binder_alloc_vma_close(struct binder_alloc *alloc) in binder_alloc_vma_close()
986 struct binder_alloc *alloc; in binder_alloc_free_page() local
[all …]
H A Dbinder_alloc_selftest.c92 static bool check_buffer_pages_allocated(struct binder_alloc *alloc, in check_buffer_pages_allocated()
115 static void binder_selftest_alloc_buf(struct binder_alloc *alloc, in binder_selftest_alloc_buf()
132 static void binder_selftest_free_buf(struct binder_alloc *alloc, in binder_selftest_free_buf()
156 static void binder_selftest_free_page(struct binder_alloc *alloc) in binder_selftest_free_page()
176 static void binder_selftest_alloc_free(struct binder_alloc *alloc, in binder_selftest_alloc_free()
205 static void binder_selftest_free_seq(struct binder_alloc *alloc, in binder_selftest_free_seq()
223 static void binder_selftest_alloc_size(struct binder_alloc *alloc, in binder_selftest_alloc_size()
249 static void binder_selftest_alloc_offset(struct binder_alloc *alloc, in binder_selftest_alloc_offset()
283 void binder_selftest_alloc(struct binder_alloc *alloc) in binder_selftest_alloc()
H A Dbinder_alloc.h72 struct binder_alloc *alloc; member
119 static inline void binder_selftest_alloc(struct binder_alloc *alloc) {} in binder_selftest_alloc()
155 binder_alloc_get_free_async_space(struct binder_alloc *alloc) in binder_alloc_get_free_async_space()
/openbmc/linux/sound/isa/gus/
H A Dgus_mem.c18 void snd_gf1_mem_lock(struct snd_gf1_mem * alloc, int xup) in snd_gf1_mem_lock()
28 snd_gf1_mem_xalloc(struct snd_gf1_mem *alloc, struct snd_gf1_mem_block *block, in snd_gf1_mem_xalloc()
70 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) in snd_gf1_mem_xfree()
100 static struct snd_gf1_mem_block *snd_gf1_mem_look(struct snd_gf1_mem * alloc, in snd_gf1_mem_look()
113 static struct snd_gf1_mem_block *snd_gf1_mem_share(struct snd_gf1_mem * alloc, in snd_gf1_mem_share()
128 static int snd_gf1_mem_find(struct snd_gf1_mem * alloc, in snd_gf1_mem_find()
180 struct snd_gf1_mem_block *snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner, in snd_gf1_mem_alloc()
213 int snd_gf1_mem_free(struct snd_gf1_mem * alloc, unsigned int address) in snd_gf1_mem_free()
231 struct snd_gf1_mem *alloc; in snd_gf1_mem_init() local
260 struct snd_gf1_mem *alloc; in snd_gf1_mem_done() local
[all …]
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Did_table.c44 u32 c4iw_id_alloc(struct c4iw_id_table *alloc) in c4iw_id_alloc()
71 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj) in c4iw_id_free()
82 int c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, in c4iw_id_table_alloc()
103 void c4iw_id_table_free(struct c4iw_id_table *alloc) in c4iw_id_table_free()
/openbmc/qemu/tests/qtest/
H A Disl_pmbus_vr-test.c75 static void test_defaults(void *obj, void *data, QGuestAllocator *alloc) in test_defaults()
154 QGuestAllocator *alloc) in raa228000_test_defaults()
218 static void test_tx_rx(void *obj, void *data, QGuestAllocator *alloc) in test_tx_rx()
271 static void test_rw_regs(void *obj, void *data, QGuestAllocator *alloc) in test_rw_regs()
346 static void test_pages_rw(void *obj, void *data, QGuestAllocator *alloc) in test_pages_rw()
361 static void test_ro_regs(void *obj, void *data, QGuestAllocator *alloc) in test_ro_regs()
413 static void test_voltage_faults(void *obj, void *data, QGuestAllocator *alloc) in test_voltage_faults()
H A De1000e-test.c44 static void e1000e_send_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in e1000e_send_verify()
85 static void e1000e_receive_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in e1000e_receive_verify()
133 static void test_e1000e_init(void *obj, void *data, QGuestAllocator * alloc) in test_e1000e_init()
138 static void test_e1000e_tx(void *obj, void *data, QGuestAllocator * alloc) in test_e1000e_tx()
153 static void test_e1000e_rx(void *obj, void *data, QGuestAllocator * alloc) in test_e1000e_rx()
169 QGuestAllocator *alloc) in test_e1000e_multiple_transfers()
191 static void test_e1000e_hotplug(void *obj, void *data, QGuestAllocator * alloc) in test_e1000e_hotplug()
H A Digb-test.c48 static void igb_send_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in igb_send_verify()
88 static void igb_receive_verify(QE1000E *d, int *test_sockets, QGuestAllocator *alloc) in igb_receive_verify()
136 static void test_e1000e_init(void *obj, void *data, QGuestAllocator * alloc) in test_e1000e_init()
141 static void test_igb_tx(void *obj, void *data, QGuestAllocator * alloc) in test_igb_tx()
156 static void test_igb_rx(void *obj, void *data, QGuestAllocator * alloc) in test_igb_rx()
172 QGuestAllocator *alloc) in test_igb_multiple_transfers()
225 static void test_igb_hotplug(void *obj, void *data, QGuestAllocator * alloc) in test_igb_hotplug()
H A Dmax34451-test.c87 static void test_defaults(void *obj, void *data, QGuestAllocator *alloc) in test_defaults()
147 static void test_temperature(void *obj, void *data, QGuestAllocator *alloc) in test_temperature()
174 static void test_voltage(void *obj, void *data, QGuestAllocator *alloc) in test_voltage()
203 static void test_rw_regs(void *obj, void *data, QGuestAllocator *alloc) in test_rw_regs()
250 static void test_ro_regs(void *obj, void *data, QGuestAllocator *alloc) in test_ro_regs()
276 static void test_ov_faults(void *obj, void *data, QGuestAllocator *alloc) in test_ov_faults()
298 static void test_ot_faults(void *obj, void *data, QGuestAllocator *alloc) in test_ot_faults()
323 static void test_all_pages(void *obj, void *data, QGuestAllocator *alloc) in test_all_pages()
H A Dnvme-test.c37 static void *nvme_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in nvme_create()
49 static void nvmetest_oob_cmb_test(void *obj, void *data, QGuestAllocator *alloc) in nvmetest_oob_cmb_test()
70 static void nvmetest_reg_read_test(void *obj, void *data, QGuestAllocator *alloc) in nvmetest_reg_read_test()
94 static void nvmetest_pmr_reg_test(void *obj, void *data, QGuestAllocator *alloc) in nvmetest_pmr_reg_test()
H A Dac97-test.c35 static void *ac97_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in ac97_create()
50 static void ac97_playback_upsample(void *obj, void *data, QGuestAllocator *alloc) in ac97_playback_upsample()
66 static void ac97_record_downsample(void *obj, void *data, QGuestAllocator *alloc) in ac97_record_downsample()
H A Dvirtio-serial-test.c16 static void virtio_serial_nop(void *obj, void *data, QGuestAllocator *alloc) in virtio_serial_nop()
21 static void serial_hotplug(void *obj, void *data, QGuestAllocator *alloc) in serial_hotplug()
H A Dipoctal232-test.c22 static void nop(void *obj, void *data, QGuestAllocator *alloc) in nop()
26 static void *ipoctal232_create(void *pci_bus, QGuestAllocator *alloc, in ipoctal232_create()
H A Dpca9552-test.c27 static void receive_autoinc(void *obj, void *data, QGuestAllocator *alloc) in receive_autoinc()
54 static void send_and_receive(void *obj, void *data, QGuestAllocator *alloc) in send_and_receive()
H A Dufs-test.c253 static void ufs_init(QUfs *ufs, QGuestAllocator *alloc) in ufs_init()
364 static void ufs_exit(QUfs *ufs, QGuestAllocator *alloc) in ufs_exit()
388 static void *ufs_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in ufs_create()
399 static void ufstest_reg_read(void *obj, void *data, QGuestAllocator *alloc) in ufstest_reg_read()
415 static void ufstest_init(void *obj, void *data, QGuestAllocator *alloc) in ufstest_init()
461 static void ufstest_read_write(void *obj, void *data, QGuestAllocator *alloc) in ufstest_read_write()
H A Dadm1272-test.c190 static void test_defaults(void *obj, void *data, QGuestAllocator *alloc) in test_defaults()
249 static void test_tx_rx(void *obj, void *data, QGuestAllocator *alloc) in test_tx_rx()
293 static void test_rw_regs(void *obj, void *data, QGuestAllocator *alloc) in test_rw_regs()
368 static void test_ro_regs(void *obj, void *data, QGuestAllocator *alloc) in test_ro_regs()
400 static void test_voltage_faults(void *obj, void *data, QGuestAllocator *alloc) in test_voltage_faults()
H A Dusb-hcd-ohci-test.c24 static void test_ohci_hotplug(void *obj, void *data, QGuestAllocator *alloc) in test_ohci_hotplug()
41 static void *ohci_pci_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in ohci_pci_create()
H A Dmegasas-test.c36 static void *megasas_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in megasas_create()
48 static void megasas_pd_get_info_fuzz(void *obj, void *data, QGuestAllocator *alloc) in megasas_pd_get_info_fuzz()
H A Dtulip-test.c37 static void *tulip_pci_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in tulip_pci_create()
48 static void tulip_large_tx(void *obj, void *data, QGuestAllocator *alloc) in tulip_large_tx()
/openbmc/linux/fs/ocfs2/
H A Dlocalalloc.c271 struct ocfs2_dinode *alloc = NULL; in ocfs2_load_local_alloc() local
375 struct ocfs2_dinode *alloc = NULL; in ocfs2_shutdown_local_alloc() local
483 struct ocfs2_dinode *alloc; in ocfs2_begin_local_alloc_recovery() local
547 struct ocfs2_dinode *alloc) in ocfs2_complete_local_alloc_recovery()
619 struct ocfs2_dinode *alloc; in ocfs2_reserve_local_alloc_bits() local
723 struct ocfs2_dinode *alloc; in ocfs2_claim_local_alloc_bits() local
779 struct ocfs2_dinode *alloc; in ocfs2_free_local_alloc_bits() local
823 struct ocfs2_dinode *alloc, in ocfs2_local_alloc_find_clear_bits()
949 struct ocfs2_dinode *alloc, in ocfs2_sync_local_to_main()
1152 struct ocfs2_dinode *alloc = NULL; in ocfs2_local_alloc_new_window() local
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Drtas.c30 static uint64_t qrtas_call(QTestState *qts, QGuestAllocator *alloc, in qrtas_call()
51 int qrtas_get_time_of_day(QTestState *qts, QGuestAllocator *alloc, in qrtas_get_time_of_day()
75 uint32_t qrtas_ibm_read_pci_config(QTestState *qts, QGuestAllocator *alloc, in qrtas_ibm_read_pci_config()
98 int qrtas_ibm_write_pci_config(QTestState *qts, QGuestAllocator *alloc, in qrtas_ibm_write_pci_config()
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c40 u32 mthca_alloc(struct mthca_alloc *alloc) in mthca_alloc()
64 void mthca_free(struct mthca_alloc *alloc, u32 obj) in mthca_free()
79 int mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask, in mthca_alloc_init()
100 void mthca_alloc_cleanup(struct mthca_alloc *alloc) in mthca_alloc_cleanup()
/openbmc/linux/lib/
H A Doverflow_kunit.c551 #define alloc010(alloc, arg, sz) alloc(sz, alloc_GFP) argument
552 #define alloc011(alloc, arg, sz) alloc(sz, alloc_GFP, NUMA_NO_NODE) argument
553 #define alloc000(alloc, arg, sz) alloc(sz) argument
554 #define alloc001(alloc, arg, sz) alloc(sz, NUMA_NO_NODE) argument
555 #define alloc110(alloc, arg, sz) alloc(arg, sz, alloc_GFP) argument
615 #define check_allocation_overflow(alloc) do { \ in overflow_allocation_test() argument
/openbmc/linux/lib/zstd/compress/
H A Dzstd_cwksp.h247 void* const alloc = (BYTE*)ws->allocStart - bytes; in ZSTD_cwksp_reserve_internal_buffer_space() local
295 void* const alloc = ws->objectEnd; in ZSTD_cwksp_internal_advance_phase() local
326 void* alloc; in ZSTD_cwksp_reserve_internal() local
365 void* alloc; in ZSTD_cwksp_reserve_table() local
401 void* alloc = ws->objectEnd; in ZSTD_cwksp_reserve_object() local
/openbmc/linux/arch/s390/mm/
H A Dpgalloc.c532 unsigned long end, int alloc) in base_page_walk()
548 unsigned long end, int alloc) in base_segment_walk()
577 unsigned long end, int alloc) in base_region3_walk()
605 unsigned long end, int alloc) in base_region2_walk()
633 unsigned long end, int alloc) in base_region1_walk()

1234567891011