Searched refs:context_ptr (Results 1 – 3 of 3) sorted by relevance
/drivers/md/ |
D | dm-io.c | 166 void *context_ptr; member 179 struct page_list *pl = (struct page_list *) dp->context_ptr; in list_get_page() 188 struct page_list *pl = (struct page_list *) dp->context_ptr; in list_next_page() 189 dp->context_ptr = pl->next; in list_next_page() 198 dp->context_ptr = pl; in list_dp_init() 207 struct bio_vec *bvec = dp->context_ptr; in bio_get_page() 215 struct bio_vec *bvec = dp->context_ptr; in bio_next_page() 216 dp->context_ptr = bvec + 1; in bio_next_page() 224 dp->context_ptr = __bvec_iter_bvec(bio->bi_io_vec, bio->bi_iter); in bio_dp_init() 234 *p = vmalloc_to_page(dp->context_ptr); in vm_get_page() [all …]
|
/drivers/infiniband/core/ |
D | uverbs.h | 207 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr); 208 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr); 209 void ib_uverbs_wq_event_handler(struct ib_event *event, void *context_ptr); 210 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr);
|
D | uverbs_main.c | 570 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_cq_event_handler() argument 580 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_qp_event_handler() argument 591 ib_uverbs_async_handler(context_ptr, uobj->uobject.user_handle, in ib_uverbs_qp_event_handler() 596 void ib_uverbs_wq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_wq_event_handler() argument 601 ib_uverbs_async_handler(context_ptr, uobj->uobject.user_handle, in ib_uverbs_wq_event_handler() 606 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_srq_event_handler() argument 613 ib_uverbs_async_handler(context_ptr, uobj->uobject.user_handle, in ib_uverbs_srq_event_handler()
|