Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-io.c170 void *context_ptr; member
183 struct page_list *pl = (struct page_list *) dp->context_ptr; in list_get_page()
192 struct page_list *pl = (struct page_list *) dp->context_ptr; in list_next_page()
193 dp->context_ptr = pl->next; in list_next_page()
202 dp->context_ptr = pl; in list_dp_init()
211 struct bio_vec bvec = bvec_iter_bvec((struct bio_vec *)dp->context_ptr, in bio_get_page()
226 bvec_iter_advance((struct bio_vec *)dp->context_ptr, in bio_next_page()
239 dp->context_ptr = bio->bi_io_vec; in bio_dp_init()
249 *p = vmalloc_to_page(dp->context_ptr); in vm_get_page()
256 dp->context_ptr += PAGE_SIZE - dp->context_u; in vm_next_page()
[all …]
/Linux-v4.19/drivers/infiniband/core/
Duverbs.h242 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr);
243 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr);
244 void ib_uverbs_wq_event_handler(struct ib_event *event, void *context_ptr);
245 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr);
Duverbs_main.c538 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_cq_event_handler() argument
548 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_qp_event_handler() argument
559 ib_uverbs_async_handler(context_ptr, uobj->uobject.user_handle, in ib_uverbs_qp_event_handler()
564 void ib_uverbs_wq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_wq_event_handler() argument
569 ib_uverbs_async_handler(context_ptr, uobj->uobject.user_handle, in ib_uverbs_wq_event_handler()
574 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_srq_event_handler() argument
581 ib_uverbs_async_handler(context_ptr, uobj->uobject.user_handle, in ib_uverbs_srq_event_handler()