Lines Matching full:e4
50 expression E1,E2,E3,E4;
82 - x = kmem_cache_alloc(E3,E4);
83 + x = kmem_cache_zalloc(E3,E4);
85 - x = (T *)kmem_cache_alloc(E3,E4);
86 + x = kmem_cache_zalloc(E3,E4);
88 - x = (T)kmem_cache_alloc(E3,E4);
89 + x = (T)kmem_cache_zalloc(E3,E4);
133 expression E1,E2,E3,E4;
136 x = (T)dma_alloc_coherent(E1, E2, E3, E4);
207 expression E1,E2,E3,E4;
212 x = (T)dma_alloc_coherent@p(E1,E2,E3,E4);