Searched refs:fbtp_hashnext (Results 1 – 4 of 4) sorted by relevance
116 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()376 newfbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_probe()502 newfbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_probe()
103 hash = hash->fbtp_hashnext; in fbt_destroy()107 last->fbtp_hashnext = fbt->fbtp_hashnext; in fbt_destroy()109 fbt_probetab[ndx] = fbt->fbtp_hashnext; in fbt_destroy()
107 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()378 newfbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_probe()524 newfbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(patch_instr)]; in fbt_provide_probe()
45 struct fbt_probe *fbtp_hashnext; member