Home
last modified time | relevance | path

Searched refs:GFP_KERNEL (Results 1 – 25 of 41) sorted by relevance

12

/include/acpi/platform/
A Daclinuxex.h54 kmalloc(_size, irqs_disabled() ? GFP_ATOMIC : GFP_KERNEL)
57 kzalloc(_size, irqs_disabled() ? GFP_ATOMIC : GFP_KERNEL)
60 kmem_cache_zalloc(_cache, irqs_disabled() ? GFP_ATOMIC : GFP_KERNEL)
/include/linux/
A Dpercpu.h142 alloc_hooks(pcpu_alloc_noprof(_size, _align, false, GFP_KERNEL))
144 alloc_hooks(pcpu_alloc_noprof(_size, _align, true, GFP_KERNEL))
154 __alignof__(type), false, GFP_KERNEL))
A Dresume_user_mode.h59 mem_cgroup_handle_over_high(GFP_KERNEL); in resume_user_mode_work()
A Dcpu_rmap.h60 return alloc_cpu_rmap(size, GFP_KERNEL); in alloc_irq_cpu_rmap()
A Ddma-fence-chain.h94 ((struct dma_fence_chain *)kmalloc(sizeof(struct dma_fence_chain), GFP_KERNEL))
A Dscs.h20 #define GFP_SCS (GFP_KERNEL | __GFP_ZERO)
A Dgfp_types.h378 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS) macro
379 #define GFP_KERNEL_ACCOUNT (GFP_KERNEL | __GFP_ACCOUNT)
A Drslib.h100 return init_rs_gfp(symsize, gfpoly, fcr, prim, nroots, GFP_KERNEL); in init_rs()
A Dcrash_dump.h139 struct vmcore_range *m = kzalloc(sizeof(*m), GFP_KERNEL); in vmcore_alloc_add_range()
A Dmempool.h61 GFP_KERNEL, NUMA_NO_NODE)
A Dgameport.h100 struct gameport *gameport = kzalloc(sizeof(struct gameport), GFP_KERNEL); in gameport_allocate_port()
A Dio-mapping.h209 iomap = kmalloc(sizeof(*iomap), GFP_KERNEL); in io_mapping_create_wc()
A Digmp.h138 return __ip_mc_dec_group(in_dev, addr, GFP_KERNEL); in ip_mc_dec_group()
A Dsockptr.h140 char *p = kmalloc_track_caller_noprof(len + 1, GFP_KERNEL); in memdup_sockptr_nul_noprof()
/include/linux/decompress/
A Dmm.h89 #define malloc(a) kmalloc(a, GFP_KERNEL)
/include/crypto/internal/
A Dkdf_selftest.h35 u8 *buf = kzalloc(test->expectedlen, GFP_KERNEL); in kdf_test()
/include/net/
A Ddst_ops.h65 return percpu_counter_init(&dst->pcpuc_entries, 0, GFP_KERNEL); in dst_entries_init()
A Dtcx.h79 struct tcx_entry *tcx = kzalloc_noprof(sizeof(*tcx), GFP_KERNEL); in tcx_entry_create_noprof()
A Dfq_impl.h361 fq->flows = kvcalloc(fq->flows_cnt, sizeof(fq->flows[0]), GFP_KERNEL); in fq_init()
365 fq->flows_bitmap = bitmap_zalloc(fq->flows_cnt, GFP_KERNEL); in fq_init()
/include/drm/
A Ddrm_kunit_helpers.h63 driver = devm_kzalloc(dev, sizeof(*driver), GFP_KERNEL); in __drm_kunit_helper_alloc_drm_device()
/include/linux/usb/
A Dgadget_configfs.h54 new = kzalloc(sizeof(*new), GFP_KERNEL); \
/include/video/
A Dsticore.h51 #define STI_LOWMEM (GFP_KERNEL | GFP_DMA)
53 #define STI_LOWMEM (GFP_KERNEL)
/include/linux/raid/
A Dpq.h178 # define GFP_KERNEL 0 macro
/include/asm-generic/
A Dpgalloc.h7 #define GFP_PGTABLE_KERNEL (GFP_KERNEL | __GFP_ZERO)
/include/sound/
A Dcs35l56.h321 GFP_KERNEL | GFP_DMA); in cs35l56_init_config_for_spi()

Completed in 28 milliseconds

12