Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/xen/xenbus/
Dxenbus_xs.c74 spinlock_t reply_lock; member
145 spin_lock(&xs_state.reply_lock); in read_reply()
148 spin_unlock(&xs_state.reply_lock); in read_reply()
152 spin_lock(&xs_state.reply_lock); in read_reply()
159 spin_unlock(&xs_state.reply_lock); in read_reply()
846 spin_lock(&xs_state.reply_lock); in process_msg()
848 spin_unlock(&xs_state.reply_lock); in process_msg()
879 spin_lock_init(&xs_state.reply_lock); in xs_init()