Searched refs:inline_size (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/usr.bin/rpcgen/ |
| H A D | rpc_cout.c | 147 if (inline_size == 0) in print_header() 439 if (sizestr == NULL && size < inline_size){ in inline_struct() 497 if (sizestr == NULL && size < inline_size){ in inline_struct() 544 if (inline_size == 0) { in emit_struct() 575 if (size >= inline_size){ in emit_struct() 581 if (size >= inline_size) in emit_struct()
|
| H A D | rpc_util.h | 136 extern int inline_size; /* if this is 0, then do not generate inline code */
|
| H A D | rpc_main.c | 113 int inline_size = INLINE; variable 1205 inline_size = atoi(argv[i]); in parseargs()
|
| /freebsd-14.2/contrib/ofed/librdmacm/examples/ |
| H A D | rstream.c | 91 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()
|
| H A D | riostream.c | 89 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()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_fm.c | 927 size_t inline_size; in annotate_ecksum() local 986 inline_size = zei_range_total_size(eip); in annotate_ecksum() 987 if (inline_size > ZFM_MAX_INLINE) in annotate_ecksum() 994 if (inline_size == 0 && drop_if_identical) { in annotate_ecksum() 1019 ASSERT3U(offset, <, inline_size); in annotate_ecksum() 1038 inline_size *= sizeof (uint64_t); in annotate_ecksum() 1057 inline_size, (uint8_t *)eip->zei_bits_set, in annotate_ecksum() 1060 inline_size, (uint8_t *)eip->zei_bits_cleared, in annotate_ecksum()
|