Searched defs:IPS_LOCK_SAVE (Results 1 – 1 of 1) sorted by relevance
221 #define IPS_LOCK_SAVE(lock,flags) spin_lock_irqsave(&io_request_lock,flags) macro229 #define IPS_LOCK_SAVE(lock,flags) do{spin_lock(lock);(void)flags;}while(0) macro