Home
last modified time | relevance | path

Searched refs:GFP_ATOMIC (Results 1 – 11 of 11) sorted by relevance

/include/acpi/platform/
Daclinux.h129 return kmalloc(size, irqs_disabled() ? GFP_ATOMIC : GFP_KERNEL); in acpi_os_allocate()
134 return kzalloc(size, irqs_disabled() ? GFP_ATOMIC : GFP_KERNEL); in acpi_os_allocate_zeroed()
140 irqs_disabled() ? GFP_ATOMIC : GFP_KERNEL); in acpi_os_acquire_object()
/include/trace/events/
Dgfpflags.h20 {(unsigned long)GFP_ATOMIC, "GFP_ATOMIC"}, \
/include/net/netfilter/
Dnf_conntrack_labels.h36 words * sizeof(long), GFP_ATOMIC); in nf_ct_labels_ext_add()
Dxt_log.h30 struct sbuff *m = kmalloc(sizeof(*m), GFP_ATOMIC); in sb_open()
/include/linux/
Dgfp.h106 #define GFP_NOWAIT (GFP_ATOMIC & ~__GFP_HIGH)
108 #define GFP_ATOMIC (__GFP_HIGH) macro
Dskbuff.h1970 return __netdev_alloc_skb(dev, length, GFP_ATOMIC); in netdev_alloc_skb()
2000 return __netdev_alloc_skb_ip_align(dev, length, GFP_ATOMIC); in netdev_alloc_skb_ip_align()
2219 GFP_ATOMIC); in __skb_cow()
2862 ret = pskb_expand_head(skb, extra, 0, GFP_ATOMIC); in gso_pskb_expand_head()
Di2o.h841 struct i2o_msg_mfa *mmsg = mempool_alloc(c->in_msg.mempool, GFP_ATOMIC); in i2o_msg_get()
/include/asm-generic/
Dpci-dma-compat.h19 return dma_alloc_coherent(hwdev == NULL ? NULL : &hwdev->dev, size, dma_handle, GFP_ATOMIC); in pci_alloc_consistent()
/include/net/
Drequest_sock.h69 struct request_sock *req = kmem_cache_alloc(ops->slab, GFP_ATOMIC); in reqsk_alloc()
Dsock.h712 return GFP_ATOMIC | (sk->sk_allocation & __GFP_MEMALLOC); in sk_gfp_atomic()
2097 return in_softirq() ? GFP_ATOMIC : GFP_KERNEL; in gfp_any()
Dxfrm.h693 audit_buf = audit_log_start(current->audit_context, GFP_ATOMIC, in xfrm_audit_start()