/linux-2.4.37.9/mm/ |
D | mlock.c | 28 n = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in mlock_fixup_start() 54 n = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in mlock_fixup_end() 80 left = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in mlock_fixup_middle() 83 right = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in mlock_fixup_middle()
|
D | mprotect.c | 140 n = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in mprotect_fixup_start() 200 left = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in mprotect_fixup_middle() 203 right = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in mprotect_fixup_middle()
|
D | mmap.c | 520 vma = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in do_mmap_pgoff() 976 extra = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in do_munmap() 1126 vma = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in do_brk()
|
D | mremap.c | 177 new_vma = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in move_vma()
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | binfmt_elf32.c | 85 vma = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in ia64_elf32_init() 111 vma = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in ia64_elf32_init() 184 mpnt = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in ia32_setup_arg_pages()
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | amdtp.c | 567 pl = kmalloc(sizeof *pl, SLAB_KERNEL); in packet_list_alloc() 573 p->db = pci_pool_alloc(s->descriptor_pool, SLAB_KERNEL, in packet_list_alloc() 575 p->payload = pci_pool_alloc(s->packet_pool, SLAB_KERNEL, in packet_list_alloc() 606 b = kmalloc(sizeof *b + size, SLAB_KERNEL); in buffer_alloc() 845 max_packet_size, 0, 0 ,SLAB_KERNEL); in stream_alloc_packet_lists() 1017 s = kmalloc(sizeof(struct stream), SLAB_KERNEL); in stream_alloc() 1032 16, 0, SLAB_KERNEL); in stream_alloc()
|
D | hosts.c | 125 h = kmalloc(sizeof(struct hpsb_host) + extra, SLAB_KERNEL); in hpsb_alloc_host()
|
D | raw1394.c | 120 return __alloc_pending_request(SLAB_KERNEL); in alloc_pending_request() 1593 addr = (struct arm_addr *)kmalloc(sizeof(struct arm_addr), SLAB_KERNEL); in arm_register() 1849 quadlet_t *data = kmalloc(req->req.length, SLAB_KERNEL); in get_config_rom() 1876 quadlet_t *data = kmalloc(req->req.length, SLAB_KERNEL); in update_config_rom() 2367 fi = kmalloc(sizeof(struct file_info), SLAB_KERNEL); in raw1394_open()
|
D | ohci1394.c | 1178 recv = kmalloc(sizeof(*recv), SLAB_KERNEL); in ohci_iso_recv_init() 1861 xmit = kmalloc(sizeof(*xmit), SLAB_KERNEL); in ohci_iso_xmit_init() 2922 sizeof(struct dma_cmd), 4, 0, SLAB_KERNEL); in alloc_dma_rcv_ctx() 2940 d->prg_cpu[i] = pci_pool_alloc(d->prg_pool, SLAB_KERNEL, d->prg_bus+i); in alloc_dma_rcv_ctx() 3050 sizeof(struct at_dma_prg), 4, 0, SLAB_KERNEL); in alloc_dma_trm_ctx() 3054 d->prg_cpu[i] = pci_pool_alloc(d->prg_pool, SLAB_KERNEL, d->prg_bus+i); in alloc_dma_trm_ctx()
|
/linux-2.4.37.9/fs/freevxfs/ |
D | vxfs_inode.c | 115 if (!(vip = kmem_cache_alloc(vxfs_inode_cachep, SLAB_KERNEL))) in vxfs_blkiget() 157 if (!(vip = kmem_cache_alloc(vxfs_inode_cachep, SLAB_KERNEL))) in __vxfs_iget()
|
D | vxfs_fshead.c | 84 if (!(fhp = kmalloc(sizeof(*fhp), SLAB_KERNEL))) in vxfs_getfsh()
|
/linux-2.4.37.9/include/linux/ |
D | slab.h | 23 #define SLAB_KERNEL GFP_KERNEL macro
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | exec32.c | 53 mpnt = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in setup_arg_pages32()
|
/linux-2.4.37.9/arch/arm/mach-sa1100/ |
D | sa1111-pcibuf.c | 62 SLAB_KERNEL); in create_safe_buffer_pools() 74 SLAB_KERNEL); in create_safe_buffer_pools()
|
/linux-2.4.37.9/fs/ |
D | char_dev.c | 19 ((struct char_device *) kmem_cache_alloc(cdev_cachep, SLAB_KERNEL))
|
D | dnotify.c | 83 dn = kmem_cache_alloc(dn_cache, SLAB_KERNEL); in fcntl_dirnotify()
|
D | file_table.c | 64 f = kmem_cache_alloc(filp_cachep, SLAB_KERNEL); in get_empty_filp()
|
D | fcntl.c | 476 new = kmem_cache_alloc(fasync_cache, SLAB_KERNEL); in fasync_helper()
|
/linux-2.4.37.9/kernel/ |
D | user.c | 97 new = kmem_cache_alloc(uid_cachep, SLAB_KERNEL); in alloc_uid()
|
D | fork.c | 177 tmp = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in dup_mmap() 229 #define allocate_mm() (kmem_cache_alloc(mm_cachep, SLAB_KERNEL)) 461 newf = kmem_cache_alloc(files_cachep, SLAB_KERNEL); in copy_files()
|
/linux-2.4.37.9/fs/intermezzo/ |
D | dcache.c | 237 dd = kmem_cache_alloc(presto_dentry_slab, SLAB_KERNEL); in izo_alloc_ddata()
|
/linux-2.4.37.9/arch/ia64/mm/ |
D | init.c | 97 vma = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in ia64_init_addr_space() 119 vma = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in ia64_init_addr_space()
|
/linux-2.4.37.9/arch/arm/common/ |
D | pcipool.c | 269 if (mem_flags == SLAB_KERNEL) { in pci_pool_alloc()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32_binfmt.c | 237 mpnt = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL); in ia32_setup_arg_pages()
|
/linux-2.4.37.9/drivers/atm/ |
D | he.c | 782 CONFIG_RBPS_BUFSIZE, 8, 0, SLAB_KERNEL); in he_init_group() 810 cpuaddr = pci_pool_alloc(he_dev->rbps_pool, SLAB_KERNEL|SLAB_DMA, &dma_handle); in he_init_group() 846 CONFIG_RBPL_BUFSIZE, 8, 0, SLAB_KERNEL); in he_init_group() 874 cpuaddr = pci_pool_alloc(he_dev->rbpl_pool, SLAB_KERNEL|SLAB_DMA, &dma_handle); in he_init_group() 1472 sizeof(struct he_tpd), TPD_ALIGNMENT, 0, SLAB_KERNEL); in he_start()
|