Searched refs:GFP_KERNEL (Results 1 – 25 of 41) sorted by relevance
12
| /include/acpi/platform/ |
| A D | aclinuxex.h | 54 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 D | percpu.h | 142 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 D | resume_user_mode.h | 59 mem_cgroup_handle_over_high(GFP_KERNEL); in resume_user_mode_work()
|
| A D | cpu_rmap.h | 60 return alloc_cpu_rmap(size, GFP_KERNEL); in alloc_irq_cpu_rmap()
|
| A D | dma-fence-chain.h | 94 ((struct dma_fence_chain *)kmalloc(sizeof(struct dma_fence_chain), GFP_KERNEL))
|
| A D | scs.h | 20 #define GFP_SCS (GFP_KERNEL | __GFP_ZERO)
|
| A D | gfp_types.h | 378 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS) macro 379 #define GFP_KERNEL_ACCOUNT (GFP_KERNEL | __GFP_ACCOUNT)
|
| A D | rslib.h | 100 return init_rs_gfp(symsize, gfpoly, fcr, prim, nroots, GFP_KERNEL); in init_rs()
|
| A D | crash_dump.h | 139 struct vmcore_range *m = kzalloc(sizeof(*m), GFP_KERNEL); in vmcore_alloc_add_range()
|
| A D | mempool.h | 61 GFP_KERNEL, NUMA_NO_NODE)
|
| A D | gameport.h | 100 struct gameport *gameport = kzalloc(sizeof(struct gameport), GFP_KERNEL); in gameport_allocate_port()
|
| A D | io-mapping.h | 209 iomap = kmalloc(sizeof(*iomap), GFP_KERNEL); in io_mapping_create_wc()
|
| A D | igmp.h | 138 return __ip_mc_dec_group(in_dev, addr, GFP_KERNEL); in ip_mc_dec_group()
|
| A D | sockptr.h | 140 char *p = kmalloc_track_caller_noprof(len + 1, GFP_KERNEL); in memdup_sockptr_nul_noprof()
|
| /include/linux/decompress/ |
| A D | mm.h | 89 #define malloc(a) kmalloc(a, GFP_KERNEL)
|
| /include/crypto/internal/ |
| A D | kdf_selftest.h | 35 u8 *buf = kzalloc(test->expectedlen, GFP_KERNEL); in kdf_test()
|
| /include/net/ |
| A D | dst_ops.h | 65 return percpu_counter_init(&dst->pcpuc_entries, 0, GFP_KERNEL); in dst_entries_init()
|
| A D | tcx.h | 79 struct tcx_entry *tcx = kzalloc_noprof(sizeof(*tcx), GFP_KERNEL); in tcx_entry_create_noprof()
|
| A D | fq_impl.h | 361 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 D | drm_kunit_helpers.h | 63 driver = devm_kzalloc(dev, sizeof(*driver), GFP_KERNEL); in __drm_kunit_helper_alloc_drm_device()
|
| /include/linux/usb/ |
| A D | gadget_configfs.h | 54 new = kzalloc(sizeof(*new), GFP_KERNEL); \
|
| /include/video/ |
| A D | sticore.h | 51 #define STI_LOWMEM (GFP_KERNEL | GFP_DMA) 53 #define STI_LOWMEM (GFP_KERNEL)
|
| /include/linux/raid/ |
| A D | pq.h | 178 # define GFP_KERNEL 0 macro
|
| /include/asm-generic/ |
| A D | pgalloc.h | 7 #define GFP_PGTABLE_KERNEL (GFP_KERNEL | __GFP_ZERO)
|
| /include/sound/ |
| A D | cs35l56.h | 321 GFP_KERNEL | GFP_DMA); in cs35l56_init_config_for_spi()
|
Completed in 28 milliseconds
12