Searched refs:async_file (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Duverbs_main.c148 spin_lock_irq(&file->async_file->lock);
153 spin_unlock_irq(&file->async_file->lock);
161 spin_lock_irq(&file->async_file->lock);
166 spin_unlock_irq(&file->async_file->lock);
418 spin_lock_irqsave(&file->async_file->lock, flags);
419 if (file->async_file->is_closed) {
420 spin_unlock_irqrestore(&file->async_file->lock, flags);
426 spin_unlock_irqrestore(&file->async_file->lock, flags);
434 list_add_tail(&entry->list, &file->async_file->event_list);
437 spin_unlock_irqrestore(&file->async_file
[all...]
H A Duverbs.h98 struct ib_uverbs_event_file *async_file; member in struct:ib_uverbs_file
H A Duverbs_cmd.c322 file->async_file = filp->private_data;
330 kref_get(&file->async_file->ref);

Completed in 90 milliseconds