Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-ptl.c329 LASSERT(pos <= LNET_MT_HASH_IGNORE); in lnet_mt_test_exhausted()
343 LASSERT(pos <= LNET_MT_HASH_IGNORE); in lnet_mt_set_exhausted()
383 if (!list_empty(&mtable->mt_mhash[LNET_MT_HASH_IGNORE])) in lnet_mt_match_md()
384 head = &mtable->mt_mhash[LNET_MT_HASH_IGNORE]; in lnet_mt_match_md()
416 if (exhausted == 0 && head == &mtable->mt_mhash[LNET_MT_HASH_IGNORE]) { in lnet_mt_match_md()
Dlib-me.c113 head = &mtable->mt_mhash[LNET_MT_HASH_IGNORE]; in LNetMEAttach()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h438 #define LNET_MT_HASH_IGNORE LNET_MT_HASH_SIZE macro