Lines Matching refs:unlikely
325 if (unlikely(xdr->scratch.iov_len)) in xdr_commit_encode()
392 if (unlikely(!p)) in xdr_stream_encode_item_present()
411 if (unlikely(!p)) in xdr_stream_encode_item_absent()
445 if (unlikely(!p)) in xdr_stream_encode_bool()
466 if (unlikely(!p)) in xdr_stream_encode_u32()
487 if (unlikely(!p)) in xdr_stream_encode_be32()
508 if (unlikely(!p)) in xdr_stream_encode_u64()
530 if (unlikely(!p)) { in xdr_stream_encode_opaque_inline()
554 if (unlikely(!p)) in xdr_stream_encode_opaque_fixed()
576 if (unlikely(!p)) in xdr_stream_encode_opaque()
599 if (unlikely(!p)) in xdr_stream_encode_uint32_array()
648 if (unlikely(!p)) in xdr_stream_decode_bool()
669 if (unlikely(!p)) in xdr_stream_decode_u32()
690 if (unlikely(!p)) in xdr_stream_decode_be32()
711 if (unlikely(!p)) in xdr_stream_decode_u64()
732 if (unlikely(!p)) in xdr_stream_decode_opaque_fixed()
761 if (unlikely(xdr_stream_decode_u32(xdr, &len) < 0)) in xdr_stream_decode_opaque_inline()
765 if (unlikely(!p)) in xdr_stream_decode_opaque_inline()
767 if (unlikely(len > maxlen)) in xdr_stream_decode_opaque_inline()
793 if (unlikely(xdr_stream_decode_u32(xdr, &len) < 0)) in xdr_stream_decode_uint32_array()
798 if (unlikely(!p)) in xdr_stream_decode_uint32_array()