Searched refs:fbtp_hashnext (Results 1 – 6 of 6) sorted by relevance
86 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()169 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()222 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()354 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_cb()426 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_cb()
71 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()168 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()222 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
79 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()188 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()248 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
96 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()314 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()426 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
40 struct fbt_probe *fbtp_hashnext; member
342 hash = hash->fbtp_hashnext; in fbt_destroy()346 last->fbtp_hashnext = fbt->fbtp_hashnext; in fbt_destroy()348 fbt_probetab[ndx] = fbt->fbtp_hashnext; in fbt_destroy()