Home
last modified time | relevance | path

Searched refs:MID_WAIT_CANCELLED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dtransport.c101 if (midEntry->resp_buf && (midEntry->mid_flags & MID_WAIT_CANCELLED) && in _cifs_mid_q_entry_release()
1174 midQ[i]->mid_flags |= MID_WAIT_CANCELLED; in compound_send_recv()
H A Dcifsglob.h1773 #define MID_WAIT_CANCELLED 1 /* Cancelled while waiting for response */ macro
/kernel/linux/linux-6.6/fs/smb/client/
H A Dtransport.c91 if (midEntry->resp_buf && (midEntry->mid_flags & MID_WAIT_CANCELLED) && in __release_mid()
1219 midQ[i]->mid_flags |= MID_WAIT_CANCELLED; in compound_send_recv()
H A Dcifsglob.h1851 #define MID_WAIT_CANCELLED 1 /* Cancelled while waiting for response */ macro

Completed in 14 milliseconds