Home
last modified time | relevance | path

Searched refs:inline_size (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/usr.bin/rpcgen/
H A Drpc_cout.c149 if (inline_size == 0) in print_header()
441 if (sizestr == NULL && size < inline_size){ in inline_struct()
499 if (sizestr == NULL && size < inline_size){ in inline_struct()
546 if (inline_size == 0) { in emit_struct()
577 if (size >= inline_size){ in emit_struct()
583 if (size >= inline_size) in emit_struct()
H A Drpc_util.h137 extern int inline_size; /* if this is 0, then do not generate inline code */
H A Drpc_main.c114 int inline_size = INLINE; variable
1113 inline_size = atoi(argv[i]); in parseargs()
/freebsd-13.1/contrib/ofed/librdmacm/examples/
H A Driostream.c89 static int buffer_size, inline_size = 64; variable
344 rsetsockopt(fd, SOL_RDMA, RDMA_INLINE, &inline_size, in set_options()
345 sizeof inline_size); in set_options()
622 inline_size = atoi(optarg); in main()
H A Drstream.c91 static int buffer_size, inline_size = 64; variable
304 rs_setsockopt(fd, SOL_RDMA, RDMA_INLINE, &inline_size, in set_options()
305 sizeof inline_size); in set_options()
648 inline_size = atoi(optarg); in main()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzfs_fm.c833 size_t inline_size; in annotate_ecksum() local
900 inline_size = zei_range_total_size(eip); in annotate_ecksum()
901 if (inline_size > ZFM_MAX_INLINE) in annotate_ecksum()
908 if (inline_size == 0 && drop_if_identical) { in annotate_ecksum()
936 ASSERT3U(offset, <, inline_size); in annotate_ecksum()
957 inline_size *= sizeof (uint64_t); in annotate_ecksum()
976 inline_size, (uint8_t *)eip->zei_bits_set, in annotate_ecksum()
979 inline_size, (uint8_t *)eip->zei_bits_cleared, in annotate_ecksum()