Home
last modified time | relevance | path

Searched refs:lnet_res_lh_lookup (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h465 lnet_libhandle_t *lnet_res_lh_lookup(struct lnet_res_container *rec,
494 lh = lnet_res_lh_lookup(&the_lnet.ln_eq_container, handle->cookie); in lnet_handle2eq()
515 lh = lnet_res_lh_lookup(the_lnet.ln_md_containers[cpt], in lnet_handle2md()
534 lh = lnet_res_lh_lookup(the_lnet.ln_md_containers[cpt], in lnet_wire_handle2md()
556 lh = lnet_res_lh_lookup(the_lnet.ln_me_containers[cpt], in lnet_handle2me()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c564 lnet_res_lh_lookup(struct lnet_res_container *rec, __u64 cookie) in lnet_res_lh_lookup() function