Searched refs:probe_handle_list_head (Results 1 – 4 of 4) sorted by relevance
74 probe_hdl = hdl->probe_handle_list_head; in tnfctl_close()83 hdl->probe_handle_list_head = NULL; in tnfctl_close()
528 probe_p->probe_handle->next = hndl->probe_handle_list_head; in alloc_probe_space()529 hndl->probe_handle_list_head = probe_p->probe_handle; in alloc_probe_space()
566 prbctl_p->probe_handle->next = hndl->probe_handle_list_head; in read_a_probe()567 hndl->probe_handle_list_head = prbctl_p->probe_handle; in read_a_probe()
154 tnfctl_probe_t *probe_handle_list_head; member