Searched refs:SLAB_ATOMIC (Results 1 – 22 of 22) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | slab.h | 21 #define SLAB_ATOMIC GFP_ATOMIC macro
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | raw1394.c | 277 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/ |
D | dst.c | 104 dst = kmem_cache_alloc(ops->kmem_cachep, SLAB_ATOMIC); in dst_alloc()
|
D | neighbour.c | 271 n = kmem_cache_alloc(tbl->kmem_cachep, SLAB_ATOMIC); in neigh_alloc()
|
/linux-2.4.37.9/mm/ |
D | highmem.c | 302 struct buffer_head * bh = kmem_cache_alloc(bh_cachep, SLAB_ATOMIC); in init_emergency_pool()
|
D | slab.c | 1129 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/ |
D | ehci-q.c | 269 status = SUBMIT_URB (resubmit, SLAB_ATOMIC); in ehci_urb_done() 831 qh = qh_make (ehci, urb, SLAB_ATOMIC); in qh_append_tds()
|
D | ehci-dbg.c | 486 if (!(seen = kmalloc (DBG_SCHED_LIMIT * sizeof *seen, SLAB_ATOMIC))) in show_periodic()
|
D | usb-ohci.c | 687 urb_priv->td[i] = td_alloc (ohci, SLAB_ATOMIC); in sohci_submit_urb() 1279 td = td_alloc (ohci, SLAB_ATOMIC); in ep_add_ed()
|
D | uhci.c | 636 urbp = kmem_cache_alloc(uhci_up_cachep, SLAB_ATOMIC); in uhci_alloc_urb_priv()
|
D | usb-uhci.c | 91 #define SLAB_FLAG (in_interrupt () || current->state != TASK_RUNNING ? SLAB_ATOMIC : SLAB_NOIO)
|
/linux-2.4.37.9/net/ipv4/ |
D | tcp_minisocks.c | 356 tw = kmem_cache_alloc(tcp_timewait_cachep, SLAB_ATOMIC); in tcp_time_wait()
|
D | tcp_ipv4.c | 137 tb = kmem_cache_alloc(tcp_bucket_cachep, SLAB_ATOMIC); in tcp_bucket_create()
|
/linux-2.4.37.9/net/ipv6/ |
D | ip6_fib.c | 214 if ((fn = kmem_cache_alloc(fib6_node_kmem, SLAB_ATOMIC)) != NULL) in node_alloc()
|
/linux-2.4.37.9/drivers/block/ |
D | ll_rw_blk.c | 421 rq = kmem_cache_alloc(request_cachep, SLAB_ATOMIC); in blk_grow_request_list()
|
/linux-2.4.37.9/Documentation/ |
D | DMA-mapping.txt | 335 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/ |
D | usb-host.c | 196 #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/ |
D | tcp.h | 560 #define tcp_openreq_alloc() kmem_cache_alloc(tcp_openreq_cachep, SLAB_ATOMIC)
|
/linux-2.4.37.9/net/sctp/ |
D | sm_make_chunk.c | 974 retval = kmem_cache_alloc(sctp_chunk_cachep, SLAB_ATOMIC); in sctp_chunkify()
|
/linux-2.4.37.9/fs/devfs/ |
D | base.c | 1486 atomic ? SLAB_ATOMIC : SLAB_KERNEL) ) in devfsd_notify_de()
|
/linux-2.4.37.9/drivers/atm/ |
D | he.c | 1714 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/ |
D | ChangeLog | 1821 - Use SLAB_ATOMIC in <devfsd_notify_de> from <devfs_d_delete>
|