Searched refs:nelements (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215.1.10/iokit/IOKit/ ! |
| H A D | IOReportMacros.h | 93 __elem->channel_type.nelements = 1; \ 252 __elem->channel_type.nelements = (nstates); \ 281 if ((stateIdx) < __info->elem[0].channel_type.nelements) { \ 299 if ((newStateIdx) < __info->elem[0].channel_type.nelements ) { \ 325 (size2cpy) = __info->elem[0].channel_type.nelements * sizeof(IOReportElement); \ 352 if (os_add_overflow(*__nElements, __elem->channel_type.nelements, __nElements)) { \ 383 (((stateIdx) < ((IOStateReportInfo *)(state_buf))->elem[0].channel_type.nelements) \ 394 (((stateIdx) < ((IOStateReportInfo*)(state_buf))->elem[0].channel_type.nelements) \ 441 __elem->channel_type.nelements = (__nElems); \ 464 if (__elemIdx < __elem->channel_type.nelements) { \ [all …]
|
| H A D | IOReportTypes.h | 142 uint16_t nelements; // internal size of channel member
|
| /xnu-11215.1.10/iokit/Kernel/ ! |
| H A D | IOHistogramReporter.cpp | 98 .nelements = 0, // Initialized when Config is unpacked in initWith() 148 _channelType.nelements = _channelDimension; in initWith() 401 .nelements = 0, in createLegend() 406 channelType.nelements += config[cnt].segment_bucket_count; in createLegend()
|
| H A D | IOSimpleReporter.cpp | 68 .nelements = 1, in initWith() 166 .nelements = 1, in createLegend()
|
| H A D | IOReporter.cpp | 184 if (channelType.nelements > INT16_MAX) { in init() 187 _channelDimension = channelType.nelements; in init() 846 chElems = _elements[start_element_idx].channel_type.nelements; in updateReportChannel()
|
| H A D | IOStateReporter.cpp | 77 .nelements = static_cast<uint16_t>(nstates), in initWith() 886 .nelements = static_cast<uint16_t>(nstates), in createLegend()
|
| /xnu-11215.1.10/bsd/vfs/ ! |
| H A D | vfs_cache.c | 3098 int dNodes, dNegNodes, nelements; in resize_namecache() local 3112 if (os_mul_overflow(dNodes, 2, &nelements)) { in resize_namecache() 3116 new_table = hashinit(nelements, M_CACHE, &nchashmask); in resize_namecache()
|