Home
last modified time | relevance | path

Searched refs:reply_lock (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_xs.c78 spinlock_t reply_lock; member
171 spin_lock(&xs_state.reply_lock); in read_reply()
174 spin_unlock(&xs_state.reply_lock); in read_reply()
189 spin_lock(&xs_state.reply_lock); in read_reply()
196 spin_unlock(&xs_state.reply_lock); in read_reply()
921 spin_lock(&xs_state.reply_lock); in process_msg()
923 spin_unlock(&xs_state.reply_lock); in process_msg()
953 spin_lock_init(&xs_state.reply_lock); in xs_init()