Searched defs:IPS_UNLOCK_RESTORE (Results 1 – 1 of 1) sorted by relevance
222 #define IPS_UNLOCK_RESTORE(lock,flags) spin_unlock_irqrestore(&io_request_lock,flags) macro230 #define IPS_UNLOCK_RESTORE(lock,flags) do{spin_unlock(lock);(void)flags;}while(0) macro