Lines Matching refs:kmalloc
274 resource = kmalloc(sizeof(struct vme_resource), GFP_KERNEL); in vme_slave_request()
433 resource = kmalloc(sizeof(struct vme_resource), GFP_KERNEL); in vme_master_request()
715 resource = kmalloc(sizeof(struct vme_resource), GFP_KERNEL); in vme_dma_request()
751 dma_list = kmalloc(sizeof(struct vme_dma_list), GFP_KERNEL); in vme_new_dma_list()
772 attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL); in vme_dma_pattern_attribute()
778 pattern_attr = kmalloc(sizeof(struct vme_dma_pattern), GFP_KERNEL); in vme_dma_pattern_attribute()
809 attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL); in vme_dma_pci_attribute()
815 pci_attr = kmalloc(sizeof(struct vme_dma_pci), GFP_KERNEL); in vme_dma_pci_attribute()
846 attributes = kmalloc( in vme_dma_vme_attribute()
853 vme_attr = kmalloc(sizeof(struct vme_dma_vme), GFP_KERNEL); in vme_dma_vme_attribute()
1154 resource = kmalloc(sizeof(struct vme_resource), GFP_KERNEL); in vme_lm_request()