Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/ieee1394/
Damdtp.c259 spinlock_t packet_list_lock; member
342 spin_lock_irqsave(&s->packet_list_lock, flags); in stream_get_free_packet_list()
345 spin_unlock_irqrestore(&s->packet_list_lock, flags); in stream_get_free_packet_list()
381 spin_lock_irqsave(&s->packet_list_lock, flags); in stream_put_dma_packet_list()
383 spin_unlock_irqrestore(&s->packet_list_lock, flags); in stream_put_dma_packet_list()
455 spin_lock(&s->packet_list_lock); in stream_shift_packet_lists()
458 spin_unlock(&s->packet_list_lock); in stream_shift_packet_lists()
1044 spin_lock_init(&s->packet_list_lock); in stream_alloc()