Searched refs:allocation (Results 1 - 25 of 70) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v32/mm/
H A Dintmem.c51 struct intmem_allocation* allocation; local
58 list_for_each_entry_safe(allocation, tmp, &intmem_allocations, entry) {
59 int alignment = allocation->offset % align;
62 if (allocation->status == STATUS_FREE &&
63 allocation->size >= size + alignment) {
64 if (allocation->size > size + alignment) {
68 alloc->size = allocation->size - size -
70 alloc->offset = allocation->offset + size +
72 list_add(&alloc->entry, &allocation->entry);
77 tmp->offset = allocation
96 struct intmem_allocation* allocation; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v32/mm/
H A Dintmem.c51 struct intmem_allocation* allocation; local
58 list_for_each_entry_safe(allocation, tmp, &intmem_allocations, entry) {
59 int alignment = allocation->offset % align;
62 if (allocation->status == STATUS_FREE &&
63 allocation->size >= size + alignment) {
64 if (allocation->size > size + alignment) {
68 alloc->size = allocation->size - size -
70 alloc->offset = allocation->offset + size +
72 list_add(&alloc->entry, &allocation->entry);
77 tmp->offset = allocation
96 struct intmem_allocation* allocation; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/dlm/
H A Dlowcomms.h20 void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/dlm/
H A Dlowcomms.h20 void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dutalloc.c3 * Module Name: utalloc - local memory allocation routines
113 /* Memory allocation lists */
172 /* Debug only - display leftover memory allocation, if any */
294 /* Validate allocation from above or input buffer pointer */
311 * PARAMETERS: Size - Size of the allocation
325 void *allocation; local
337 allocation = acpi_os_allocate(size);
338 if (!allocation) {
340 /* Report allocation error */
348 return_PTR(allocation);
369 void *allocation; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Dutalloc.c3 * Module Name: utalloc - local memory allocation routines
113 /* Memory allocation lists */
172 /* Debug only - display leftover memory allocation, if any */
294 /* Validate allocation from above or input buffer pointer */
311 * PARAMETERS: Size - Size of the allocation
325 void *allocation; local
337 allocation = acpi_os_allocate(size);
338 if (!allocation) {
340 /* Report allocation error */
348 return_PTR(allocation);
369 void *allocation; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Ddmapool.h18 size_t size, size_t align, size_t allocation);
31 size_t size, size_t align, size_t allocation);
H A Dnetlink.h190 __u32 group, gfp_t allocation);
192 __u32 pid, __u32 group, gfp_t allocation,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Ddmapool.h18 size_t size, size_t align, size_t allocation);
31 size_t size, size_t align, size_t allocation);
H A Dnetlink.h190 __u32 group, gfp_t allocation);
192 __u32 pid, __u32 group, gfp_t allocation,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Ddmapool.c49 size_t allocation; member in struct:dma_pool
56 struct dma_page { /* cacheable header for 'allocation' bytes */
99 pages * (pool->allocation / pool->size),
120 * Returns a dma allocation pool with the requested characteristics, or
136 size_t allocation; local
153 allocation = max_t(size_t, size, PAGE_SIZE);
156 boundary = allocation;
173 retval->allocation = allocation;
212 } while (offset < pool->allocation);
474 dmam_pool_create(const char *name, struct device *dev, size_t size, size_t align, size_t allocation) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Ddmapool.c49 size_t allocation; member in struct:dma_pool
56 struct dma_page { /* cacheable header for 'allocation' bytes */
99 pages * (pool->allocation / pool->size),
120 * Returns a dma allocation pool with the requested characteristics, or
136 size_t allocation; local
153 allocation = max_t(size_t, size, PAGE_SIZE);
156 boundary = allocation;
173 retval->allocation = allocation;
212 } while (offset < pool->allocation);
474 dmam_pool_create(const char *name, struct device *dev, size_t size, size_t align, size_t allocation) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntvfs/posix/
H A Dpvfs_fsinfo.c139 fs->allocation.out.fs_id = st.st_dev;
140 fs->allocation.out.total_alloc_units = blocks_total;
141 fs->allocation.out.avail_alloc_units = blocks_free;
142 fs->allocation.out.sectors_per_unit = 1;
143 fs->allocation.out.bytes_per_sector = block_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/posix/
H A Dpvfs_fsinfo.c139 fs->allocation.out.fs_id = st.st_dev;
140 fs->allocation.out.total_alloc_units = blocks_total;
141 fs->allocation.out.avail_alloc_units = blocks_free;
142 fs->allocation.out.sectors_per_unit = 1;
143 fs->allocation.out.bytes_per_sector = block_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntvfs/posix/
H A Dpvfs_fsinfo.c139 fs->allocation.out.fs_id = st.st_dev;
140 fs->allocation.out.total_alloc_units = blocks_total;
141 fs->allocation.out.avail_alloc_units = blocks_free;
142 fs->allocation.out.sectors_per_unit = 1;
143 fs->allocation.out.bytes_per_sector = block_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/raw/
H A Dqfsinfo.c206 s2->allocation.out.sectors_per_unit *
207 s2->allocation.out.total_alloc_units *
208 s2->allocation.out.bytes_per_sector / scale;
228 s2->allocation.out.sectors_per_unit *
229 s2->allocation.out.avail_alloc_units *
230 s2->allocation.out.bytes_per_sector / scale;
248 available allocation units, not the total */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/raw/
H A Dqfsinfo.c206 s2->allocation.out.sectors_per_unit *
207 s2->allocation.out.total_alloc_units *
208 s2->allocation.out.bytes_per_sector / scale;
228 s2->allocation.out.sectors_per_unit *
229 s2->allocation.out.avail_alloc_units *
230 s2->allocation.out.bytes_per_sector / scale;
248 available allocation units, not the total */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/raw/
H A Dqfsinfo.c206 s2->allocation.out.sectors_per_unit *
207 s2->allocation.out.total_alloc_units *
208 s2->allocation.out.bytes_per_sector / scale;
228 s2->allocation.out.sectors_per_unit *
229 s2->allocation.out.avail_alloc_units *
230 s2->allocation.out.bytes_per_sector / scale;
248 available allocation units, not the total */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/mm/
H A Dnuma_32.c188 void *allocation = node_remap_alloc_vaddr[nid]; local
192 if (!allocation || (allocation + size) >= node_remap_end_vaddr[nid])
196 memset(allocation, 0, size);
198 return allocation;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/mm/
H A Dnuma_32.c188 void *allocation = node_remap_alloc_vaddr[nid]; local
192 if (!allocation || (allocation + size) >= node_remap_end_vaddr[nid])
196 memset(allocation, 0, size);
198 return allocation;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/raw/
H A Drawfsinfo.c268 fsinfo->allocation.out.fs_id = IVAL(blob.data, 0);
269 fsinfo->allocation.out.sectors_per_unit = IVAL(blob.data, 4);
270 fsinfo->allocation.out.total_alloc_units = IVAL(blob.data, 8);
271 fsinfo->allocation.out.avail_alloc_units = IVAL(blob.data, 12);
272 fsinfo->allocation.out.bytes_per_sector = SVAL(blob.data, 16);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/raw/
H A Drawfsinfo.c268 fsinfo->allocation.out.fs_id = IVAL(blob.data, 0);
269 fsinfo->allocation.out.sectors_per_unit = IVAL(blob.data, 4);
270 fsinfo->allocation.out.total_alloc_units = IVAL(blob.data, 8);
271 fsinfo->allocation.out.avail_alloc_units = IVAL(blob.data, 12);
272 fsinfo->allocation.out.bytes_per_sector = SVAL(blob.data, 16);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/raw/
H A Drawfsinfo.c268 fsinfo->allocation.out.fs_id = IVAL(blob.data, 0);
269 fsinfo->allocation.out.sectors_per_unit = IVAL(blob.data, 4);
270 fsinfo->allocation.out.total_alloc_units = IVAL(blob.data, 8);
271 fsinfo->allocation.out.avail_alloc_units = IVAL(blob.data, 12);
272 fsinfo->allocation.out.bytes_per_sector = SVAL(blob.data, 16);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/netlink/
H A Daf_netlink.c850 gfp_t allocation)
861 struct sk_buff *nskb = skb_clone(skb, allocation);
868 if (!pskb_expand_head(skb, 0, -delta, allocation))
979 gfp_t allocation; member in struct:netlink_broadcast_data
1009 p->skb2 = skb_clone(p->skb, p->allocation);
1047 u32 group, gfp_t allocation,
1056 skb = netlink_trim(skb, allocation);
1066 info.allocation = allocation;
1090 if (info.congested && (allocation
849 netlink_trim(struct sk_buff *skb, gfp_t allocation) argument
1046 netlink_broadcast_filtered(struct sock *ssk, struct sk_buff *skb, u32 pid, u32 group, gfp_t allocation, int (*filter)(struct sock *dsk, struct sk_buff *skb, void *data), void *filter_data) argument
1098 netlink_broadcast(struct sock *ssk, struct sk_buff *skb, u32 pid, u32 group, gfp_t allocation) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/netlink/
H A Daf_netlink.c850 gfp_t allocation)
861 struct sk_buff *nskb = skb_clone(skb, allocation);
868 if (!pskb_expand_head(skb, 0, -delta, allocation))
979 gfp_t allocation; member in struct:netlink_broadcast_data
1009 p->skb2 = skb_clone(p->skb, p->allocation);
1047 u32 group, gfp_t allocation,
1056 skb = netlink_trim(skb, allocation);
1066 info.allocation = allocation;
1090 if (info.congested && (allocation
849 netlink_trim(struct sk_buff *skb, gfp_t allocation) argument
1046 netlink_broadcast_filtered(struct sock *ssk, struct sk_buff *skb, u32 pid, u32 group, gfp_t allocation, int (*filter)(struct sock *dsk, struct sk_buff *skb, void *data), void *filter_data) argument
1098 netlink_broadcast(struct sock *ssk, struct sk_buff *skb, u32 pid, u32 group, gfp_t allocation) argument
[all...]

Completed in 291 milliseconds

123