Searched refs:GFP_ATOMIC (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | aclinuxex.h | 198 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 D | ecore_init_ops.c | 506 p_hwfn->unzip_buf = OSAL_ZALLOC(p_hwfn->p_dev, GFP_ATOMIC,
|
H A D | bcm_osal.h | 101 #define GFP_ATOMIC KM_NOSLEEP macro
|
H A D | ecore_spq.c | 698 p_ent = OSAL_ZALLOC(p_hwfn->p_dev, GFP_ATOMIC, sizeof(*p_ent)); in ecore_spq_get_entry()
|
H A D | release.txt | 4527 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 D | ip_compat.h | 1172 # 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 D | ecore_sp_verbs.c | 480 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()
|