allocation         33 drivers/acpi/acpica/utalloc.c 	void *allocation;
allocation         37 drivers/acpi/acpica/utalloc.c 	allocation = acpi_os_allocate(size);
allocation         38 drivers/acpi/acpica/utalloc.c 	if (allocation) {
allocation         42 drivers/acpi/acpica/utalloc.c 		memset(allocation, 0, size);
allocation         45 drivers/acpi/acpica/utalloc.c 	return (allocation);
allocation         32 drivers/acpi/acpica/uttrack.c 							    *allocation);
allocation         94 drivers/acpi/acpica/uttrack.c 	struct acpi_debug_mem_block *allocation;
allocation        105 drivers/acpi/acpica/uttrack.c 	allocation =
allocation        107 drivers/acpi/acpica/uttrack.c 	if (!allocation) {
allocation        118 drivers/acpi/acpica/uttrack.c 	    acpi_ut_track_allocation(allocation, size, ACPI_MEM_MALLOC,
allocation        121 drivers/acpi/acpica/uttrack.c 		acpi_os_free(allocation);
allocation        135 drivers/acpi/acpica/uttrack.c 	return ((void *)&allocation->user_space);
allocation        157 drivers/acpi/acpica/uttrack.c 	struct acpi_debug_mem_block *allocation;
allocation        168 drivers/acpi/acpica/uttrack.c 	allocation =
allocation        171 drivers/acpi/acpica/uttrack.c 	if (!allocation) {
allocation        180 drivers/acpi/acpica/uttrack.c 	status = acpi_ut_track_allocation(allocation, size,
allocation        184 drivers/acpi/acpica/uttrack.c 		acpi_os_free(allocation);
allocation        198 drivers/acpi/acpica/uttrack.c 	return ((void *)&allocation->user_space);
allocation        217 drivers/acpi/acpica/uttrack.c acpi_ut_free_and_track(void *allocation,
allocation        223 drivers/acpi/acpica/uttrack.c 	ACPI_FUNCTION_TRACE_PTR(ut_free, allocation);
allocation        225 drivers/acpi/acpica/uttrack.c 	if (NULL == allocation) {
allocation        232 drivers/acpi/acpica/uttrack.c 				    (((char *)allocation) -
allocation        246 drivers/acpi/acpica/uttrack.c 			  allocation, debug_block));
allocation        279 drivers/acpi/acpica/uttrack.c 							    *allocation)
allocation        295 drivers/acpi/acpica/uttrack.c 	while (element > allocation) {
allocation        306 drivers/acpi/acpica/uttrack.c 	if (element == allocation) {
allocation        331 drivers/acpi/acpica/uttrack.c acpi_ut_track_allocation(struct acpi_debug_mem_block *allocation,
allocation        340 drivers/acpi/acpica/uttrack.c 	ACPI_FUNCTION_TRACE_PTR(ut_track_allocation, allocation);
allocation        356 drivers/acpi/acpica/uttrack.c 	element = acpi_ut_find_allocation(allocation);
allocation        357 drivers/acpi/acpica/uttrack.c 	if (element == allocation) {
allocation        360 drivers/acpi/acpica/uttrack.c 			    allocation));
allocation        366 drivers/acpi/acpica/uttrack.c 	allocation->size = (u32)size;
allocation        367 drivers/acpi/acpica/uttrack.c 	allocation->alloc_type = alloc_type;
allocation        368 drivers/acpi/acpica/uttrack.c 	allocation->component = component;
allocation        369 drivers/acpi/acpica/uttrack.c 	allocation->line = line;
allocation        371 drivers/acpi/acpica/uttrack.c 	acpi_ut_safe_strncpy(allocation->module, (char *)module,
allocation        380 drivers/acpi/acpica/uttrack.c 			    previous = allocation;
allocation        383 drivers/acpi/acpica/uttrack.c 		allocation->next = mem_list->list_head;
allocation        384 drivers/acpi/acpica/uttrack.c 		allocation->previous = NULL;
allocation        386 drivers/acpi/acpica/uttrack.c 		mem_list->list_head = allocation;
allocation        390 drivers/acpi/acpica/uttrack.c 		allocation->next = element->next;
allocation        391 drivers/acpi/acpica/uttrack.c 		allocation->previous = element;
allocation        394 drivers/acpi/acpica/uttrack.c 			(element->next)->previous = allocation;
allocation        397 drivers/acpi/acpica/uttrack.c 		element->next = allocation;
allocation        421 drivers/acpi/acpica/uttrack.c acpi_ut_remove_allocation(struct acpi_debug_mem_block *allocation,
allocation        451 drivers/acpi/acpica/uttrack.c 	if (allocation->previous) {
allocation        452 drivers/acpi/acpica/uttrack.c 		(allocation->previous)->next = allocation->next;
allocation        454 drivers/acpi/acpica/uttrack.c 		mem_list->list_head = allocation->next;
allocation        457 drivers/acpi/acpica/uttrack.c 	if (allocation->next) {
allocation        458 drivers/acpi/acpica/uttrack.c 		(allocation->next)->previous = allocation->previous;
allocation        462 drivers/acpi/acpica/uttrack.c 			  &allocation->user_space, allocation->size));
allocation        466 drivers/acpi/acpica/uttrack.c 	memset(&allocation->user_space, 0xEA, allocation->size);
allocation        945 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	SET_PIXEL_CLOCK_PS_ALLOCATION allocation;
allocation        947 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	memset(&allocation, 0, sizeof(allocation));
allocation        950 drivers/gpu/drm/amd/display/dc/bios/command_table.c 		allocation.sPCLKInput.ucPpll = ATOM_PPLL1;
allocation        952 drivers/gpu/drm/amd/display/dc/bios/command_table.c 		allocation.sPCLKInput.ucPpll = ATOM_PPLL2;
allocation        956 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	allocation.sPCLKInput.usRefDiv =
allocation        958 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	allocation.sPCLKInput.usFbDiv =
allocation        960 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	allocation.sPCLKInput.ucFracFbDiv =
allocation        962 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	allocation.sPCLKInput.ucPostDiv =
allocation        966 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	allocation.sPCLKInput.usPixelClock =
allocation        969 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	params = (PIXEL_CLOCK_PARAMETERS_V3 *)&allocation.sPCLKInput;
allocation        987 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	if (EXEC_BIOS_CMD_TABLE(SetPixelClock, allocation))
allocation       1456 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c 	SET_VOLTAGE_PS_ALLOCATION allocation;
allocation       1458 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c 			(SET_VOLTAGE_PARAMETERS_V1_3 *)&allocation.sASICSetVoltage;
allocation        573 drivers/net/wireless/ath/ath10k/htc.c 	u8 allocation = 0;
allocation        579 drivers/net/wireless/ath/ath10k/htc.c 		allocation = htc->total_transmit_credits;
allocation        581 drivers/net/wireless/ath/ath10k/htc.c 	return allocation;
allocation       1200 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	u8 allocation = 0;
allocation       1205 drivers/net/wireless/ath/ath6kl/htc_pipe.c 			allocation =
allocation       1209 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	if (allocation == 0) {
allocation       1215 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	return allocation;
allocation        459 drivers/staging/android/ion/ion.c 	struct ion_allocation_data allocation;
allocation        509 drivers/staging/android/ion/ion.c 		fd = ion_alloc(data.allocation.len,
allocation        510 drivers/staging/android/ion/ion.c 			       data.allocation.heap_id_mask,
allocation        511 drivers/staging/android/ion/ion.c 			       data.allocation.flags);
allocation        515 drivers/staging/android/ion/ion.c 		data.allocation.fd = fd;
allocation        351 fs/btrfs/sysfs.c BTRFS_ATTR(allocation, global_rsv_size, global_rsv_size_show);
allocation        360 fs/btrfs/sysfs.c BTRFS_ATTR(allocation, global_rsv_reserved, global_rsv_reserved_show);
allocation        468 fs/btrfs/sysfs.c 	BTRFS_ATTR_PTR(allocation, global_rsv_reserved),
allocation        469 fs/btrfs/sysfs.c 	BTRFS_ATTR_PTR(allocation, global_rsv_size),
allocation        247 fs/dlm/lowcomms.c static struct connection *nodeid2con(int nodeid, gfp_t allocation)
allocation        252 fs/dlm/lowcomms.c 	con = __nodeid2con(nodeid, allocation);
allocation       1400 fs/dlm/lowcomms.c 						     gfp_t allocation)
allocation       1404 fs/dlm/lowcomms.c 	entry = kmalloc(sizeof(struct writequeue_entry), allocation);
allocation       1408 fs/dlm/lowcomms.c 	entry->page = alloc_page(allocation);
allocation       1423 fs/dlm/lowcomms.c void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc)
allocation       1429 fs/dlm/lowcomms.c 	con = nodeid2con(nodeid, allocation);
allocation       1451 fs/dlm/lowcomms.c 	e = new_writequeue_entry(con, allocation);
allocation         19 fs/dlm/lowcomms.h void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc);
allocation         22 include/linux/dmapool.h 			size_t size, size_t align, size_t allocation);
allocation         34 include/linux/dmapool.h 				  size_t size, size_t align, size_t allocation);
allocation         39 include/linux/dmapool.h 	struct device *dev, size_t size, size_t align, size_t allocation)
allocation         47 include/linux/dmapool.h 	struct device *dev, size_t size, size_t align, size_t allocation)
allocation         97 include/linux/netfilter.h 	void	*allocation;
allocation        133 include/linux/netlink.h 		      __u32 group, gfp_t allocation);
allocation        135 include/linux/netlink.h 			       __u32 portid, __u32 group, gfp_t allocation,
allocation       1419 include/linux/pci.h #define pci_pool_create(name, pdev, size, align, allocation) \
allocation       1420 include/linux/pci.h 		dma_pool_create(name, &pdev->dev, size, align, allocation)
allocation         47 mm/dmapool.c   	size_t allocation;
allocation         95 mm/dmapool.c   				 pages * (pool->allocation / pool->size),
allocation        134 mm/dmapool.c   	size_t allocation;
allocation        150 mm/dmapool.c   	allocation = max_t(size_t, size, PAGE_SIZE);
allocation        153 mm/dmapool.c   		boundary = allocation;
allocation        169 mm/dmapool.c   	retval->allocation = allocation;
allocation        218 mm/dmapool.c   	} while (offset < pool->allocation);
allocation        228 mm/dmapool.c   	page->vaddr = dma_alloc_coherent(pool->dev, pool->allocation,
allocation        232 mm/dmapool.c   		memset(page->vaddr, POOL_POISON_FREED, pool->allocation);
allocation        254 mm/dmapool.c   	memset(page->vaddr, POOL_POISON_FREED, pool->allocation);
allocation        256 mm/dmapool.c   	dma_free_coherent(pool->dev, pool->allocation, page->vaddr, dma);
allocation        331 mm/dmapool.c   		if (page->offset < pool->allocation)
allocation        395 mm/dmapool.c   		if ((dma - page->dma) < pool->allocation)
allocation        447 mm/dmapool.c   		while (chain < pool->allocation) {
allocation        507 mm/dmapool.c   				  size_t size, size_t align, size_t allocation)
allocation        515 mm/dmapool.c   	pool = *ptr = dma_pool_create(name, dev, size, align, allocation);
allocation        815 net/decnet/af_decnet.c static int dn_confirm_accept(struct sock *sk, long *timeo, gfp_t allocation)
allocation        826 net/decnet/af_decnet.c 	dn_send_conn_conf(sk, allocation);
allocation        636 net/decnet/dn_nsp_out.c 	gfp_t allocation = (msgflg == NSP_CI) ? sk->sk_allocation : GFP_ATOMIC;
allocation        637 net/decnet/dn_nsp_out.c 	struct sk_buff *skb = dn_alloc_skb(sk, 200, allocation);
allocation        195 net/key/af_key.c static int pfkey_broadcast_one(struct sk_buff *skb, gfp_t allocation,
allocation        203 net/key/af_key.c 	skb = skb_clone(skb, allocation);
allocation        219 net/key/af_key.c static int pfkey_broadcast(struct sk_buff *skb, gfp_t allocation,
allocation        268 net/key/af_key.c 		err = pfkey_broadcast_one(skb, allocation, one_sk);
allocation       1615 net/key/af_key.c 					      gfp_t allocation)
allocation       1635 net/key/af_key.c 	skb = alloc_skb(len + 16, allocation);
allocation         72 net/netfilter/core.c 	kvfree(head->allocation);
allocation         87 net/netfilter/core.c 	head->allocation = e;
allocation       1268 net/netlink/af_netlink.c static struct sk_buff *netlink_trim(struct sk_buff *skb, gfp_t allocation)
allocation       1278 net/netlink/af_netlink.c 		struct sk_buff *nskb = skb_clone(skb, allocation);
allocation       1286 net/netlink/af_netlink.c 			 (allocation & ~__GFP_DIRECT_RECLAIM) |
allocation       1397 net/netlink/af_netlink.c 	gfp_t allocation;
allocation       1436 net/netlink/af_netlink.c 			p->skb2 = skb_clone(p->skb, p->allocation);
allocation       1482 net/netlink/af_netlink.c 	u32 group, gfp_t allocation,
allocation       1490 net/netlink/af_netlink.c 	skb = netlink_trim(skb, allocation);
allocation       1500 net/netlink/af_netlink.c 	info.allocation = allocation;
allocation       1524 net/netlink/af_netlink.c 		if (info.congested && gfpflags_allow_blocking(allocation))
allocation       1533 net/netlink/af_netlink.c 		      u32 group, gfp_t allocation)
allocation       1535 net/netlink/af_netlink.c 	return netlink_broadcast_filtered(ssk, skb, portid, group, allocation,