Searched refs:inline_size (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/krb5/src/util/verto/ |
| H A D | ev_poll.c | 42 void inline_size 129 int inline_size 142 void inline_size
|
| H A D | ev.c | 1534 #define inline_size ecb_inline macro 1878 inline_size ev_tstamp 1931 inline_size int 2018 inline_size void 2072 inline_size void 2132 inline_size void 2160 inline_size int ecb_cold 2349 inline_size void 2359 inline_size void 2716 int inline_size ecb_cold [all …]
|
| H A D | ev_select.c | 274 int inline_size 303 void inline_size
|
| /freebsd/usr.bin/rpcgen/ |
| H A D | rpc_cout.c | 139 if (inline_size == 0) in print_header() 431 if (sizestr == NULL && size < inline_size){ in inline_struct() 489 if (sizestr == NULL && size < inline_size){ in inline_struct() 536 if (inline_size == 0) { in emit_struct() 567 if (size >= inline_size){ in emit_struct() 573 if (size >= inline_size) in emit_struct()
|
| H A D | rpc_util.h | 132 extern int inline_size; /* if this is 0, then do not generate inline code */
|
| H A D | rpc_main.c | 105 int inline_size = INLINE; variable 1197 inline_size = atoi(argv[i]); in parseargs()
|
| /freebsd/contrib/ofed/librdmacm/examples/ |
| 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()
|
| 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()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_fm.c | 935 size_t inline_size; in annotate_ecksum() local 994 inline_size = zei_range_total_size(eip); in annotate_ecksum() 995 if (inline_size > ZFM_MAX_INLINE) in annotate_ecksum() 1002 if (inline_size == 0 && drop_if_identical) { in annotate_ecksum() 1027 ASSERT3U(offset, <, inline_size); in annotate_ecksum() 1046 inline_size *= sizeof (uint64_t); in annotate_ecksum() 1065 inline_size, (uint8_t *)eip->zei_bits_set, in annotate_ecksum() 1068 inline_size, (uint8_t *)eip->zei_bits_cleared, in annotate_ecksum()
|