Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/boot/compressed/
Deboot.c44 efi_call_phys1(sys_table->boottime->free_pool, m); in __get_map()
49 efi_call_phys1(sys_table->boottime->free_pool, m); in __get_map()
127 free_pool: in high_alloc()
128 efi_call_phys1(sys_table->boottime->free_pool, map); in high_alloc()
191 free_pool: in low_alloc()
192 efi_call_phys1(sys_table->boottime->free_pool, map); in low_alloc()
362 efi_call_phys1(sys_table->boottime->free_pool, gop_handle); in setup_gop()
445 efi_call_phys1(sys_table->boottime->free_pool, uga_handle); in setup_uga()
610 efi_call_phys1(sys_table->boottime->free_pool, info); in handle_ramdisks()
615 efi_call_phys1(sys_table->boottime->free_pool, info); in handle_ramdisks()
[all …]
/linux-3.4.99/drivers/scsi/
Dlibsrp.c60 goto free_pool; in srp_iu_pool_alloc()
73 free_pool: in srp_iu_pool_alloc()
/linux-3.4.99/include/linux/
Defi.h164 void *free_pool; member