Searched refs:task_nextprobe (Results 1 – 2 of 2) sorted by relevance
2329 if(xfr->task_nextprobe) { in auth_xfer_delete()2330 comm_timer_delete(xfr->task_nextprobe->timer); in auth_xfer_delete()2331 free(xfr->task_nextprobe); in auth_xfer_delete()5638 if(xfr->task_nextprobe->worker == NULL) in xfr_transfer_nexttarget_or_end()6119 if(xfr->task_nextprobe->worker == NULL) in process_list_end_transfer()6712 if(xfr->task_nextprobe->worker == NULL) in xfr_probe_send_or_end()6740 if(xfr->task_nextprobe->worker == NULL) in xfr_probe_send_or_end()6752 if(xfr->task_nextprobe->worker == NULL) in xfr_probe_send_or_end()6830 comm_timer_delete(xfr->task_nextprobe->timer); in xfr_nextprobe_disown()6831 xfr->task_nextprobe->timer = NULL; in xfr_nextprobe_disown()[all …]
230 struct auth_nextprobe* task_nextprobe; member