Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Daclinuxex.h198 return kmalloc (Size, irqs_disabled () ? GFP_ATOMIC : GFP_KERNEL); in AcpiOsAllocate()
205 return kzalloc (Size, irqs_disabled () ? GFP_ATOMIC : GFP_KERNEL); in AcpiOsAllocateZeroed()
220 irqs_disabled () ? GFP_ATOMIC : GFP_KERNEL); in AcpiOsAcquireObject()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_ops.c506 p_hwfn->unzip_buf = OSAL_ZALLOC(p_hwfn->p_dev, GFP_ATOMIC,
H A Dbcm_osal.h101 #define GFP_ATOMIC KM_NOSLEEP macro
H A Decore_spq.c698 p_ent = OSAL_ZALLOC(p_hwfn->p_dev, GFP_ATOMIC, sizeof(*p_ent)); in ecore_spq_get_entry()
H A Drelease.txt4527 Change: Fix DCBx flow to allocate using GFP_ATOMIC from sleepless ctx.
4618 3. Request: Change slowpath allocation from GFP_ATOMIC into GFP_KERNEL.
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1172 # define M_DUPLICATE(m) skb_clone((m), in_interrupt() ? GFP_ATOMIC : \
1188 in_interrupt() ? GFP_ATOMIC : GFP_KERNEL)
1191 in_interrupt() ? GFP_ATOMIC : GFP_KERNEL)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c480 return ECORE_ZALLOC(sizeof(struct ecore_exeq_elem), GFP_ATOMIC, in ecore_exe_queue_alloc_elem()
2036 reg_elem = ECORE_ZALLOC(sizeof(*reg_elem), GFP_ATOMIC, pdev); in ecore_vlan_mac_get_registry_elem()
2959 new_cmd = ECORE_ZALLOC(total_sz, GFP_ATOMIC, pdev); in ecore_mcast_enqueue_cmd()
3950 elem = ECORE_CALLOC(len, sizeof(*elem), GFP_ATOMIC, pdev); in ecore_mcast_refresh_registry_e1()