Home
last modified time | relevance | path

Searched refs:SLAB_ATOMIC (Results 1 – 22 of 22) sorted by relevance

/linux-2.4.37.9/include/linux/
Dslab.h21 #define SLAB_ATOMIC GFP_ATOMIC macro
/linux-2.4.37.9/drivers/ieee1394/
Draw1394.c277 req = __alloc_pending_request(SLAB_ATOMIC); in host_reset()
325 req = __alloc_pending_request(SLAB_ATOMIC); in iso_receive()
330 + length, SLAB_ATOMIC); in iso_receive()
394 req = __alloc_pending_request(SLAB_ATOMIC); in fcp_request()
399 + length, SLAB_ATOMIC); in fcp_request()
525 SLAB_ATOMIC); in state_initialized()
964 req = __alloc_pending_request(SLAB_ATOMIC); in arm_read()
979 req->data = kmalloc(size, SLAB_ATOMIC); in arm_read()
1101 req = __alloc_pending_request(SLAB_ATOMIC); in arm_write()
1111 req->data = kmalloc(size, SLAB_ATOMIC); in arm_write()
[all …]
/linux-2.4.37.9/net/core/
Ddst.c104 dst = kmem_cache_alloc(ops->kmem_cachep, SLAB_ATOMIC); in dst_alloc()
Dneighbour.c271 n = kmem_cache_alloc(tbl->kmem_cachep, SLAB_ATOMIC); in neigh_alloc()
/linux-2.4.37.9/mm/
Dhighmem.c302 struct buffer_head * bh = kmem_cache_alloc(bh_cachep, SLAB_ATOMIC); in init_emergency_pool()
Dslab.c1129 if (in_interrupt() && (flags & SLAB_LEVEL_MASK) != SLAB_ATOMIC) in kmem_cache_grow()
1134 if (local_flags == SLAB_ATOMIC) in kmem_cache_grow()
/linux-2.4.37.9/drivers/usb/host/
Dehci-q.c269 status = SUBMIT_URB (resubmit, SLAB_ATOMIC); in ehci_urb_done()
831 qh = qh_make (ehci, urb, SLAB_ATOMIC); in qh_append_tds()
Dehci-dbg.c486 if (!(seen = kmalloc (DBG_SCHED_LIMIT * sizeof *seen, SLAB_ATOMIC))) in show_periodic()
Dusb-ohci.c687 urb_priv->td[i] = td_alloc (ohci, SLAB_ATOMIC); in sohci_submit_urb()
1279 td = td_alloc (ohci, SLAB_ATOMIC); in ep_add_ed()
Duhci.c636 urbp = kmem_cache_alloc(uhci_up_cachep, SLAB_ATOMIC); in uhci_alloc_urb_priv()
Dusb-uhci.c91 #define SLAB_FLAG (in_interrupt () || current->state != TASK_RUNNING ? SLAB_ATOMIC : SLAB_NOIO)
/linux-2.4.37.9/net/ipv4/
Dtcp_minisocks.c356 tw = kmem_cache_alloc(tcp_timewait_cachep, SLAB_ATOMIC); in tcp_time_wait()
Dtcp_ipv4.c137 tb = kmem_cache_alloc(tcp_bucket_cachep, SLAB_ATOMIC); in tcp_bucket_create()
/linux-2.4.37.9/net/ipv6/
Dip6_fib.c214 if ((fn = kmem_cache_alloc(fib6_node_kmem, SLAB_ATOMIC)) != NULL) in node_alloc()
/linux-2.4.37.9/drivers/block/
Dll_rw_blk.c421 rq = kmem_cache_alloc(request_cachep, SLAB_ATOMIC); in blk_grow_request_list()
/linux-2.4.37.9/Documentation/
DDMA-mapping.txt335 SLAB_ATOMIC. If your device has no boundary crossing restrictions,
345 holding SMP locks), SLAB_ATOMIC otherwise. Like pci_alloc_consistent,
/linux-2.4.37.9/arch/cris/drivers/
Dusb-host.c196 #define SLAB_FLAG (in_interrupt() ? SLAB_ATOMIC : SLAB_KERNEL)
2733 reg = (usb_interrupt_registers_t *)kmem_cache_alloc(top_half_reg_cache, SLAB_ATOMIC); in etrax_usb_hc_interrupt_top_half()
/linux-2.4.37.9/include/net/
Dtcp.h560 #define tcp_openreq_alloc() kmem_cache_alloc(tcp_openreq_cachep, SLAB_ATOMIC)
/linux-2.4.37.9/net/sctp/
Dsm_make_chunk.c974 retval = kmem_cache_alloc(sctp_chunk_cachep, SLAB_ATOMIC); in sctp_chunkify()
/linux-2.4.37.9/fs/devfs/
Dbase.c1486 atomic ? SLAB_ATOMIC : SLAB_KERNEL) ) in devfsd_notify_de()
/linux-2.4.37.9/drivers/atm/
Dhe.c1714 tpd = pci_pool_alloc(he_dev->tpd_pool, SLAB_ATOMIC|SLAB_DMA, &dma_handle); in __alloc_tpd()
/linux-2.4.37.9/Documentation/filesystems/devfs/
DChangeLog1821 - Use SLAB_ATOMIC in <devfsd_notify_de> from <devfs_d_delete>