Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-me.c117 me->me_pos = head - &mtable->mt_mhash[0]; in LNetMEAttach()
191 new_me->me_pos = current_me->me_pos; in LNetMEInsert()
Dlib-ptl.c643 !lnet_mt_test_exhausted(mtable, me->me_pos)) in lnet_ptl_attach_md()
706 lnet_mt_set_exhausted(mtable, me->me_pos, 0); in lnet_ptl_attach_md()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h134 unsigned int me_pos; /* hash offset in mt_hash */ member