Searched refs:task_nextprobe (Results 1 – 2 of 2) sorted by relevance
2319 if(xfr->task_nextprobe) { in auth_xfer_delete()2320 comm_timer_delete(xfr->task_nextprobe->timer); in auth_xfer_delete()2321 free(xfr->task_nextprobe); in auth_xfer_delete()5605 if(xfr->task_nextprobe->worker == NULL) in xfr_transfer_nexttarget_or_end()6086 if(xfr->task_nextprobe->worker == NULL) in process_list_end_transfer()6679 if(xfr->task_nextprobe->worker == NULL) in xfr_probe_send_or_end()6707 if(xfr->task_nextprobe->worker == NULL) in xfr_probe_send_or_end()6719 if(xfr->task_nextprobe->worker == NULL) in xfr_probe_send_or_end()6797 comm_timer_delete(xfr->task_nextprobe->timer); in xfr_nextprobe_disown()6798 xfr->task_nextprobe->timer = NULL; in xfr_nextprobe_disown()[all …]
230 struct auth_nextprobe* task_nextprobe; member