Searched refs:fbtp_tracenext (Results 1 – 3 of 3) sorted by relevance
93 for (; fbt != NULL; fbt = fbt->fbtp_tracenext) { in fbt_invop() 248 fbt->fbtp_tracenext = hash->fbtp_tracenext; in fbt_provide_module_function() 249 hash->fbtp_tracenext = fbt; in fbt_provide_module_function()
234 if ((next = fbt->fbtp_tracenext) != NULL) in fbt_destroy_one()244 for (next = hash; next->fbtp_tracenext != NULL; in fbt_destroy_one()245 next = next->fbtp_tracenext) { in fbt_destroy_one()246 if (fbt == next->fbtp_tracenext) { in fbt_destroy_one()247 next->fbtp_tracenext = in fbt_destroy_one()248 fbt->fbtp_tracenext; in fbt_destroy_one()322 for (; hash != NULL; hash = hash->fbtp_tracenext) in fbt_disable()
46 struct fbt_probe *fbtp_tracenext; /* next probe for tracepoint */ member