| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | sram_heap.c | 208 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 D | arm32-stub.c | 69 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 D | mem.c | 49 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 D | gop.c | 166 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 D | x86-stub.c | 92 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 D | random.c | 111 efi_bs_call(free_pool, seed); in efi_random_get_seed()
|
| H A D | randomalloc.c | 125 efi_bs_call(free_pool, memory_map); in efi_random_alloc()
|
| H A D | pci.c | 113 efi_bs_call(free_pool, pci_handle); in efi_pci_disable_bridge_busmaster()
|
| H A D | relocate.c | 93 efi_bs_call(free_pool, map); in efi_low_alloc_above()
|
| H A D | arm64-stub.c | 77 efi_bs_call(free_pool, memory_map); in check_image_region()
|
| H A D | tpm.c | 166 efi_bs_call(free_pool, log_tbl); in efi_retrieve_tpm2_eventlog()
|
| H A D | efi-stub-helper.c | 237 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 D | efistub.h | 227 efi_status_t (__efiapi *free_pool)(void *); 292 u32 free_pool; member
|
| H A D | efi-stub.c | 316 efi_bs_call(free_pool, cmdline_ptr); in efi_pe_entry()
|
| H A D | fdt.c | 341 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 D | queue.c | 109 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 D | queue.h | 34 struct list_head free_pool; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_spq.c | 481 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 D | qed_sp.h | 176 struct list_head free_pool; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_context.c | 81 goto free_pool; in kbase_create_context() 187 free_pool: in kbase_create_context()
|
| /OK3568_Linux_fs/u-boot/lib/efi/ |
| H A D | efi.c | 100 boot->free_pool(ptr); in efi_free()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi_tgt/ |
| H A D | libsrp.c | 35 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 D | dr_icm_pool.c | 533 goto free_pool; in mlx5dr_icm_pool_create() 548 free_pool: in mlx5dr_icm_pool_create()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi_api.h | 60 efi_status_t (EFIAPI *free_pool)(void *);
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_boottime.c | 1249 .free_pool = efi_free_pool_ext,
|