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

/opensolaris-onvv-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c329 uintptr_t fbtt_limit; member in struct:fbt_trampoline
395 if (tramp->fbtt_next + FBT_ENTENT_MAXSIZE > tramp->fbtt_limit) {
692 if (tramp->fbtt_next + FBT_RETENT_MAXSIZE > tramp->fbtt_limit) {
854 if (tramp->fbtt_next + FBT_RETLENT_MAXSIZE > tramp->fbtt_limit) {
1085 tramp.fbtt_limit = tramp.fbtt_next + mp->fbt_size;
1355 tramp.fbtt_limit = tramp.fbtt_next + sizeof (faketramp);
1398 tramp.fbtt_limit = tramp.fbtt_next + sizeof (faketramp);

Completed in 120 milliseconds