Searched refs:PROFILE_MAX_MAPS (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/profiler/
H A Dprofpkt.h139 #define PROFILE_MAX_MAPS (PROFILE_MAX_PACKET_SIZE - sizeof(struct profile_header_maps)) / sizeof(struct profile_map) macro
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dprofpkt.h158 #define PROFILE_MAX_MAPS (PROFILE_MAX_PACKET_SIZE - sizeof(struct profile_header_maps)) / sizeof(struct profile_map) macro
H A Dprofile.c438 if (header.count > PROFILE_MAX_MAPS) {
439 header.count = PROFILE_MAX_MAPS;;

Completed in 21 milliseconds