Searched refs:slotsize (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/tests/skywalk/ |
| H A D | skt_nslots.c | 58 uint64_t slotsize; in skt_nslots_common() local 109 slotsize = -1; in skt_nslots_common() 110 error = os_channel_attr_get(attr, CHANNEL_ATTR_SLOT_BUF_SIZE, &slotsize); in skt_nslots_common() 112 assert(slotsize != -1); in skt_nslots_common() 113 assert(slotsize >= sizeof(sendcount)); in skt_nslots_common() 179 assert(prop.sp_len == slotsize); in skt_nslots_common()
|
| H A D | skywalk_test_common.c | 222 assert(sktc_attr->slotsize == -1 || in sktc_setup_nexus() 223 sktc_attr->slotsize == sktc_nexus_slotsize); in sktc_setup_nexus() 307 slotsize, metasize; in sktc_channel_worker_echo() local 339 slotsize = -1; in sktc_channel_worker_echo() 340 error = os_channel_attr_get(attr, CHANNEL_ATTR_SLOT_BUF_SIZE, &slotsize); in sktc_channel_worker_echo() 342 assert(slotsize != -1); in sktc_channel_worker_echo() 343 assert(slotsize == sktc_nexus_slotsize); in sktc_channel_worker_echo() 430 assert(txprop.sp_len == slotsize); in sktc_channel_worker_echo() 475 uint64_t nrxrings, nrxslots, slotsize; in sktc_channel_worker_sink() local 495 slotsize = -1; in sktc_channel_worker_sink() [all …]
|
| H A D | skywalk_test_common.h | 123 uint64_t slotsize; member 139 .slotsize = -1, \
|
| H A D | skywalk_test_utils.c | 125 if (sktc_attr->slotsize != -1) { in sktc_build_nexus() 127 sktc_attr->slotsize); in sktc_build_nexus() 219 assert(sktc_attr->slotsize == -1 || sktc_attr->slotsize == scratch); in sktc_build_nexus() 572 attr.slotsize = buf_size; in sktc_create_flowswitch_no_address()
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | ubc_subr.c | 748 find_special_slot(const CS_CodeDirectory *cd, size_t slotsize, uint32_t slot) in find_special_slot() argument 755 return (const uint8_t *)cd + ntohl(cd->hashOffset) - (slotsize * slot); in find_special_slot()
|