Searched refs:fbtp_hashnext (Results 1 – 7 of 7) sorted by relevance
52 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()129 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()183 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
54 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()157 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()205 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
50 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop() 168 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function() 215 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
79 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop() 246 hash = hash->fbtp_hashnext) { in fbt_provide_module_function() 254 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function() 361 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
55 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()152 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()230 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
45 struct fbt_probe *fbtp_hashnext; /* global hash table linkage */ member
232 hashprev = hash, hash = hash->fbtp_hashnext) { in fbt_destroy_one()235 next->fbtp_hashnext = hash->fbtp_hashnext; in fbt_destroy_one()237 next = hash->fbtp_hashnext; in fbt_destroy_one()239 hashprev->fbtp_hashnext = next; in fbt_destroy_one()320 hash != NULL; hash = hash->fbtp_hashnext) { in fbt_disable()