Home
last modified time | relevance | path

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

1234

/linux-2.4.37.9/drivers/acpi/utilities/
Dutalloc.c356 void *allocation; in acpi_ut_allocate() local
370 allocation = acpi_os_allocate (size); in acpi_ut_allocate()
371 if (!allocation) { in acpi_ut_allocate()
380 return_PTR (allocation); in acpi_ut_allocate()
406 void *allocation; in acpi_ut_callocate() local
420 allocation = acpi_os_allocate (size); in acpi_ut_callocate()
421 if (!allocation) { in acpi_ut_callocate()
431 ACPI_MEMSET (allocation, 0, size); in acpi_ut_callocate()
432 return_PTR (allocation); in acpi_ut_callocate()
471 struct acpi_debug_mem_block *allocation; in acpi_ut_allocate_and_track() local
[all …]
/linux-2.4.37.9/arch/arm/common/
Dpcipool.c35 size_t allocation; member
89 size_t size, size_t align, size_t allocation, int mem_flags) in pci_pool_create() argument
104 if (allocation == 0) { in pci_pool_create()
106 allocation = size; in pci_pool_create()
108 allocation = PAGE_SIZE; in pci_pool_create()
110 } else if (allocation < size) in pci_pool_create()
123 retval->allocation = allocation; in pci_pool_create()
124 retval->blocks_per_page = allocation / size; in pci_pool_create()
130 retval->blocks_per_page, allocation); in pci_pool_create()
151 pool->allocation, in pool_alloc_page()
[all …]
/linux-2.4.37.9/drivers/acpi/tables/
Dtbget.c322 u8 allocation; in acpi_tb_get_this_table() local
352 allocation = ACPI_MEM_ALLOCATED; in acpi_tb_get_this_table()
373 allocation = ACPI_MEM_MAPPED; in acpi_tb_get_this_table()
404 table_info->allocation = allocation; in acpi_tb_get_this_table()
Dtbinstal.c314 table_desc->allocation = table_info->allocation; in acpi_tb_init_table_descriptor()
475 switch (table_desc->allocation) { in acpi_tb_delete_single_table()
Dtbconvrt.c157 table_info->allocation = ACPI_MEM_ALLOCATED; in acpi_tb_convert_to_xsdt()
473 table_desc->allocation = ACPI_MEM_ALLOCATED; in acpi_tb_convert_table_fadt()
Dtbrsdt.c128 table_info.allocation = ACPI_MEM_MAPPED; in acpi_tb_verify_rsdp()
/linux-2.4.37.9/Documentation/vm/
Dbalance11 __GFP_IO allocation requests are made to prevent file system deadlocks.
13 In the absence of non sleepable allocation requests, it seems detrimental
40 with a slight change in the allocation routine, it is possible to reduce
68 probably because all allocation requests are coming from intr context
82 When low_on_memory is set, page allocation requests will try to free some
Dnuma28 Each node's page allocation data structures have also been encapsulated
36 The NUMA aware page allocation code currently tries to allocate pages
/linux-2.4.37.9/drivers/pci/
Dpci.c1785 size_t allocation; member
1826 size_t size, size_t align, size_t allocation, int flags) in pci_pool_create() argument
1841 if (allocation == 0) { in pci_pool_create()
1843 allocation = size; in pci_pool_create()
1845 allocation = PAGE_SIZE; in pci_pool_create()
1847 } else if (allocation < size) in pci_pool_create()
1865 retval->allocation = allocation; in pci_pool_create()
1866 retval->blocks_per_page = allocation / size; in pci_pool_create()
1872 retval->blocks_per_page, allocation); in pci_pool_create()
1893 pool->allocation, in pool_alloc_page()
[all …]
/linux-2.4.37.9/Documentation/x86_64/
Dmm.txt92 issue compared to failing the allocation of a pagetable. If we
93 fail the allocation of a pagetable the only thing we can do is to
101 The kernel stack will be at first allocated with an order 2 allocation
118 stack. task_struct can be a slab allocation or a
119 PAGE_SIZEd allocation, and the kernel stack can then be
120 allocated in a order 1 allocation. Really this is risky,
135 allocation we can add a sysctl that allows the kernel stack to be
/linux-2.4.37.9/Documentation/usb/
Dohci.txt15 * memory allocation based on kmalloc and kfree now, simple Bus error handling,
57 - Transfer Descriptors (TD): handling and allocation of TDs is transparent to the upper layers
58 The HCD takes care of TDs and EDs memory allocation whereas the upper layers (UBSD ...) has
59 to take care of buffer allocation.
/linux-2.4.37.9/drivers/message/i2o/
DREADME.ioctl148 ENOMEM Kernel memory allocation error
185 ENOMEM Kernel memory allocation error
230 ENOMEM Kernel memory allocation error
272 ENOMEM Kernel memory allocation error
309 ENOMEM Kernel memory allocation error
370 ENOMEM Kernel memory allocation error
/linux-2.4.37.9/fs/ntfs/
Ddir.c115 ntfs_attribute *allocation, *bitmap = 0; in ntfs_allocate_index_block() local
122 allocation = ntfs_find_attr(walk->dir, vol->at_index_allocation, I30); in ntfs_allocate_index_block()
123 if (!allocation) { in ntfs_allocate_index_block()
127 I30, 0, 0, &allocation); in ntfs_allocate_index_block()
194 size = allocation->size; in ntfs_allocate_index_block()
227 error = ntfs_readwrite_attr(walk->dir, allocation, size, &io); in ntfs_allocate_index_block()
/linux-2.4.37.9/net/decnet/
Daf_decnet.c490 sk->allocation = gfp; in dn_alloc_sock()
630 dn_nsp_send_disc(sk, NSP_DISCCONF, NSP_REASON_DC, sk->allocation); in dn_destroy_sock()
642 dn_nsp_send_disc(sk, NSP_DISCINIT, 0, sk->allocation); in dn_destroy_sock()
1054 if ((newsk = dn_alloc_sock(newsock, sk->allocation)) == NULL) { in dn_accept()
1130 dn_send_conn_conf(newsk, sk->allocation); in dn_accept()
1420 dn_send_conn_conf(sk, sk->allocation); in __dn_setsockopt()
1431 dn_nsp_send_disc(sk, 0x38, 0, sk->allocation); in __dn_setsockopt()
1646 dn_send_conn_conf(sk, sk->allocation); in dn_wait_run()
2060 dn_nsp_queue_xmit(sk, skb, sk->allocation, flags & MSG_OOB); in dn_sendmsg()
Ddn_nsp_out.c153 if ((skb = dn_alloc_skb(sk, len, sk->allocation)) == NULL) in dn_alloc_send_skb()
496 if ((skb = dn_alloc_skb(sk, 3, sk->allocation)) == NULL) in dn_send_conn_ack()
675 if ((skb = dn_alloc_skb(sk, 200, (msgflg == NSP_CI) ? sk->allocation : GFP_ATOMIC)) == NULL) in dn_nsp_send_conninit()
/linux-2.4.37.9/fs/jffs2/
DTODO6 - fine-tune the allocation / GC thresholds
/linux-2.4.37.9/arch/mips/sgi-ip27/
DTODO3 2. Need to figure out RRB allocation in bridge_startup().
/linux-2.4.37.9/Documentation/fb/
Dclgenfb.txt71 * Use new 2.3.x resource allocation.
/linux-2.4.37.9/net/netlink/
Daf_netlink.c666 int allocation; member
690 p->skb2 = skb_clone(p->skb, p->allocation); in do_one_broadcast()
711 u32 group, int allocation) in netlink_broadcast() argument
720 info.allocation = allocation; in netlink_broadcast()
/linux-2.4.37.9/fs/sysv/
DINTRO18 * Size of a block or zone (data allocation unit on disk)
178 Notation: We often speak of a "block" but mean a zone (the allocation unit)
/linux-2.4.37.9/include/asm-arm/
Dpci.h254 size_t size, size_t align, size_t allocation, int flags);
/linux-2.4.37.9/include/linux/
Dnetlink.h112 __u32 group, int allocation);
/linux-2.4.37.9/Documentation/filesystems/
Dntfs.txt132 - Complete rewrite of cluster allocation, now race free.
143 - Complete rewrite of $MFT extension and ntfs inode allocation code.
239 - Fixed races in allocation of clusters and mft records.
242 - Fixed major bugs in inode allocation. Especially file create and
Dhpfs.txt246 Rewritten allocation
253 Fixed one bug in allocation in 1.94
284 Fixed crash when allocation of anode failed due to full disk
285 Fixed some crashes when block io or inode allocation failed
287 Better allocation strategy
/linux-2.4.37.9/Documentation/sound/
DChangeLog.awe38 - Use indirect voice allocation mode; used as default mode
66 - Support dynamic buffer allocation

1234