Searched refs:ignore_bits (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lnet/lnet/ |
D | lib-me.c | 78 __u64 match_bits, __u64 ignore_bits, in LNetMEAttach() argument 93 match_bits, ignore_bits, pos); in LNetMEAttach() 106 me->me_ignore_bits = ignore_bits; in LNetMEAttach() 112 if (ignore_bits != 0) in LNetMEAttach() 150 __u64 match_bits, __u64 ignore_bits, in LNetMEInsert() argument 195 new_me->me_ignore_bits = ignore_bits; in LNetMEInsert()
|
D | lib-ptl.c | 48 __u64 mbits, __u64 ignore_bits) in lnet_ptl_match_type() argument 53 unique = ignore_bits == 0 && in lnet_ptl_match_type() 229 __u64 mbits, __u64 ignore_bits, lnet_ins_pos_t pos) in lnet_mt_of_attach() argument 237 if (!lnet_ptl_match_type(index, id, mbits, ignore_bits)) in lnet_mt_of_attach()
|
/drivers/staging/lustre/include/linux/lnet/ |
D | lib-lnet.h | 717 __u64 ignore_bits,
|