Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Duverbs_main.c201 spin_lock_irq(&ev_file->ev_queue.lock); in ib_uverbs_release_ucq()
206 spin_unlock_irq(&ev_file->ev_queue.lock); in ib_uverbs_release_ucq()
211 spin_lock_irq(&file->async_file->ev_queue.lock); in ib_uverbs_release_ucq()
216 spin_unlock_irq(&file->async_file->ev_queue.lock); in ib_uverbs_release_ucq()
224 spin_lock_irq(&file->async_file->ev_queue.lock); in ib_uverbs_release_uevent()
229 spin_unlock_irq(&file->async_file->ev_queue.lock); in ib_uverbs_release_uevent()
272 static ssize_t ib_uverbs_event_read(struct ib_uverbs_event_queue *ev_queue, in ib_uverbs_event_read() argument
281 spin_lock_irq(&ev_queue->lock); in ib_uverbs_event_read()
283 while (list_empty(&ev_queue->event_list)) { in ib_uverbs_event_read()
284 spin_unlock_irq(&ev_queue->lock); in ib_uverbs_event_read()
[all …]
Duverbs_std_types_cq.c41 struct ib_uverbs_event_queue *ev_queue = cq->cq_context; in uverbs_free_cq() local
52 ev_queue ? container_of(ev_queue, in uverbs_free_cq()
54 ev_queue) : in uverbs_free_cq()
127 cq->cq_context = ev_file ? &ev_file->ev_queue : NULL; in UVERBS_HANDLER()
Duverbs.h126 struct ib_uverbs_event_queue ev_queue; member
134 struct ib_uverbs_event_queue ev_queue; member
228 void ib_uverbs_init_event_queue(struct ib_uverbs_event_queue *ev_queue);
Duverbs_std_types.c200 struct ib_uverbs_event_queue *event_queue = &comp_event_file->ev_queue; in uverbs_hot_unplug_completion_event_file()
Duverbs_cmd.c964 ib_uverbs_init_event_queue(&ev_file->ev_queue); in ib_uverbs_create_comp_channel()
1037 cq->cq_context = ev_file ? &ev_file->ev_queue : NULL; in create_cq()
/Linux-v4.19/drivers/net/fddi/skfp/
Dqueue.c36 smc->q.ev_put = smc->q.ev_get = smc->q.ev_queue ; in ev_init()
47 if (++smc->q.ev_put == &smc->q.ev_queue[MAX_EVENT]) in queue_event()
48 smc->q.ev_put = smc->q.ev_queue ; in queue_event()
112 if (++ev == &smc->q.ev_queue[MAX_EVENT]) in ev_dispatcher()
113 ev = smc->q.ev_queue ; in ev_dispatcher()
/Linux-v4.19/drivers/net/fddi/skfp/h/
Dsmc.h78 struct event_queue ev_queue[MAX_EVENT]; member