/openbmc/linux/drivers/android/ |
H A D | binder_alloc.c | 60 static size_t binder_alloc_buffer_size(struct binder_alloc *alloc, in binder_alloc_buffer_size() 68 static void binder_insert_free_buffer(struct binder_alloc *alloc, in binder_insert_free_buffer() 102 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() 170 struct binder_buffer *binder_alloc_prepare_to_free(struct binder_alloc *alloc, in binder_alloc_prepare_to_free() 181 static int binder_update_page_range(struct binder_alloc *alloc, int allocate, in binder_update_page_range() 312 static inline void binder_alloc_set_vma(struct binder_alloc *alloc, in binder_alloc_set_vma() 320 struct binder_alloc *alloc) in binder_alloc_get_vma() 326 static bool debug_low_async_space_locked(struct binder_alloc *alloc, int pid) in debug_low_async_space_locked() 369 struct binder_alloc *alloc, in binder_alloc_new_buf_locked() [all …]
|
H A D | binder_alloc_selftest.c | 92 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 D | binder_alloc.h | 72 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 D | gus_mem.c | 18 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 D | id_table.c | 44 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 D | igb-test.c | 48 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 D | e1000e-test.c | 44 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 D | isl_pmbus_vr-test.c | 75 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 D | max34451-test.c | 87 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 D | nvme-test.c | 37 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 D | ufs-test.c | 257 static void ufs_init(QUfs *ufs, QGuestAllocator *alloc) in ufs_init() 369 static void ufs_exit(QUfs *ufs, QGuestAllocator *alloc) in ufs_exit() 393 static void *ufs_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in ufs_create() 404 static void ufstest_reg_read(void *obj, void *data, QGuestAllocator *alloc) in ufstest_reg_read() 420 static void ufstest_init(void *obj, void *data, QGuestAllocator *alloc) in ufstest_init() 466 static void ufstest_read_write(void *obj, void *data, QGuestAllocator *alloc) in ufstest_read_write() 543 QGuestAllocator *alloc) in ufstest_query_flag_request() 624 QGuestAllocator *alloc) in ufstest_query_attr_request() 759 QGuestAllocator *alloc) in ufstest_query_desc_request()
|
H A D | ac97-test.c | 35 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 D | virtio-serial-test.c | 16 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 D | ipoctal232-test.c | 22 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 D | pca9552-test.c | 27 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 D | adm1272-test.c | 190 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 D | usb-hcd-ohci-test.c | 24 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 D | megasas-test.c | 36 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 D | tulip-test.c | 37 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 D | localalloc.c | 271 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 811 static u32 ocfs2_local_alloc_count_bits(struct ocfs2_dinode *alloc) in ocfs2_local_alloc_count_bits() 823 struct ocfs2_dinode *alloc, in ocfs2_local_alloc_find_clear_bits() 910 static void ocfs2_clear_local_alloc(struct ocfs2_dinode *alloc) in ocfs2_clear_local_alloc() [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | rtas.c | 30 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 D | mthca_allocator.c | 40 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 D | overflow_kunit.c | 551 #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 D | zstd_cwksp.h | 247 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 D | pgalloc.c | 536 unsigned long end, int alloc) in base_page_walk() 552 unsigned long end, int alloc) in base_segment_walk() 581 unsigned long end, int alloc) in base_region3_walk() 609 unsigned long end, int alloc) in base_region2_walk() 637 unsigned long end, int alloc) in base_region1_walk()
|