Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-io.c165 void *context_ptr; member
178 struct page_list *pl = (struct page_list *) dp->context_ptr; in list_get_page()
187 struct page_list *pl = (struct page_list *) dp->context_ptr; in list_next_page()
188 dp->context_ptr = pl->next; in list_next_page()
197 dp->context_ptr = pl; in list_dp_init()
206 struct bio_vec *bvec = dp->context_ptr; in bio_get_page()
214 struct bio_vec *bvec = dp->context_ptr; in bio_next_page()
215 dp->context_ptr = bvec + 1; in bio_next_page()
223 dp->context_ptr = __bvec_iter_bvec(bio->bi_io_vec, bio->bi_iter); in bio_dp_init()
233 *p = vmalloc_to_page(dp->context_ptr); in vm_get_page()
[all …]
/linux-4.1.27/drivers/infiniband/core/
Duverbs.h191 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr);
192 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr);
193 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr);
Duverbs_main.c507 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_cq_event_handler() argument
517 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_qp_event_handler() argument
528 ib_uverbs_async_handler(context_ptr, uobj->uobject.user_handle, in ib_uverbs_qp_event_handler()
533 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_srq_event_handler() argument
540 ib_uverbs_async_handler(context_ptr, uobj->uobject.user_handle, in ib_uverbs_srq_event_handler()