Home
last modified time | relevance | path

Searched refs:free_pool (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Dsram_heap.c208 goto free_pool; in sram_dma_heap_allocate()
219 goto free_pool; in sram_dma_heap_allocate()
224 free_pool: in sram_dma_heap_allocate()
295 goto free_pool; in sram_heap_alloc_dma_buf()
305 goto free_pool; in sram_heap_alloc_dma_buf()
310 free_pool: in sram_heap_alloc_dma_buf()
340 goto free_pool; in sram_heap_alloc_pages()
347 free_pool: in sram_heap_alloc_pages()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Darm32-stub.c69 efi_bs_call(free_pool, efi_entry_state); in check_platform_features()
103 efi_bs_call(free_pool, si); in alloc_screen_info()
113 efi_bs_call(free_pool, si); in free_screen_info()
H A Dmem.c49 efi_bs_call(free_pool, m); in efi_get_memory_map()
68 efi_bs_call(free_pool, m); in efi_get_memory_map()
H A Dgop.c166 efi_bs_call(free_pool, info); in choose_mode_modenum()
231 efi_bs_call(free_pool, info); in choose_mode_res()
291 efi_bs_call(free_pool, info); in choose_mode_auto()
345 efi_bs_call(free_pool, info); in choose_mode_list()
578 efi_bs_call(free_pool, gop_handle); in efi_setup_gop()
H A Dx86-stub.c92 efi_bs_call(free_pool, rom); in preserve_pci_rom_image()
161 efi_bs_call(free_pool, pci_handle); in setup_efi_pci()
197 efi_bs_call(free_pool, new); in retrieve_apple_device_properties()
303 efi_bs_call(free_pool, uga_handle); in setup_uga()
565 efi_bs_call(free_pool, *e820ext); in alloc_e820ext()
H A Drandom.c111 efi_bs_call(free_pool, seed); in efi_random_get_seed()
H A Drandomalloc.c125 efi_bs_call(free_pool, memory_map); in efi_random_alloc()
H A Dpci.c113 efi_bs_call(free_pool, pci_handle); in efi_pci_disable_bridge_busmaster()
H A Drelocate.c93 efi_bs_call(free_pool, map); in efi_low_alloc_above()
H A Darm64-stub.c77 efi_bs_call(free_pool, memory_map); in check_image_region()
H A Dtpm.c166 efi_bs_call(free_pool, log_tbl); in efi_retrieve_tpm2_eventlog()
H A Defi-stub-helper.c237 efi_bs_call(free_pool, buf); in efi_parse_options()
497 efi_bs_call(free_pool, *map->map); in efi_exit_boot_services()
H A Defistub.h227 efi_status_t (__efiapi *free_pool)(void *);
292 u32 free_pool; member
H A Defi-stub.c316 efi_bs_call(free_pool, cmdline_ptr); in efi_pe_entry()
H A Dfdt.c341 efi_system_table->boottime->free_pool(runtime_map); in allocate_new_fdt_and_exit_boot()
/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dqueue.c109 list_move_tail(&item->head, &queue->free_pool); in __cw1200_queue_gc()
176 INIT_LIST_HEAD(&queue->free_pool); in cw1200_queue_init()
194 list_add_tail(&queue->pool[i].head, &queue->free_pool); in cw1200_queue_init()
213 list_move_tail(&item->head, &queue->free_pool); in cw1200_queue_clear()
245 INIT_LIST_HEAD(&queue->free_pool); in cw1200_queue_deinit()
288 if (!WARN_ON(list_empty(&queue->free_pool))) { in cw1200_queue_put()
290 &queue->free_pool, struct cw1200_queue_item, head); in cw1200_queue_put()
473 list_move(&item->head, &queue->free_pool); in cw1200_queue_remove()
H A Dqueue.h34 struct list_head free_pool; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_spq.c481 INIT_LIST_HEAD(&p_spq->free_pool); in qed_spq_setup()
493 list_add_tail(&p_virt->list, &p_spq->free_pool); in qed_spq_setup()
621 if (list_empty(&p_spq->free_pool)) { in qed_spq_get_entry()
631 p_ent = list_first_entry(&p_spq->free_pool, in qed_spq_get_entry()
648 list_add_tail(&p_ent->list, &p_hwfn->p_spq->free_pool); in __qed_spq_return_entry()
680 if (list_empty(&p_spq->free_pool)) { in qed_spq_add_entry()
688 p_en2 = list_first_entry(&p_spq->free_pool, in qed_spq_add_entry()
769 while (!list_empty(&p_spq->free_pool)) { in qed_spq_pend_post()
H A Dqed_sp.h176 struct list_head free_pool; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_context.c81 goto free_pool; in kbase_create_context()
187 free_pool: in kbase_create_context()
/OK3568_Linux_fs/u-boot/lib/efi/
H A Defi.c100 boot->free_pool(ptr); in efi_free()
/OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi_tgt/
H A Dlibsrp.c35 goto free_pool; in srp_iu_pool_alloc()
47 free_pool: in srp_iu_pool_alloc()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_icm_pool.c533 goto free_pool; in mlx5dr_icm_pool_create()
548 free_pool: in mlx5dr_icm_pool_create()
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h60 efi_status_t (EFIAPI *free_pool)(void *);
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c1249 .free_pool = efi_free_pool_ext,