Searched refs:reply_mutex (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/xen/xenfs/
H A Dxenbus.c88 * reply_mutex protects the reply being built up to return to
108 struct mutex reply_mutex; member in struct:xenbus_file_priv
124 mutex_lock(&u->reply_mutex);
126 mutex_unlock(&u->reply_mutex);
134 mutex_lock(&u->reply_mutex);
165 mutex_unlock(&u->reply_mutex);
276 mutex_lock(&adap->dev_data->reply_mutex);
293 mutex_unlock(&adap->dev_data->reply_mutex);
333 mutex_lock(&u->reply_mutex);
343 mutex_unlock(&u->reply_mutex);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/xen/xenfs/
H A Dxenbus.c88 * reply_mutex protects the reply being built up to return to
108 struct mutex reply_mutex; member in struct:xenbus_file_priv
124 mutex_lock(&u->reply_mutex);
126 mutex_unlock(&u->reply_mutex);
134 mutex_lock(&u->reply_mutex);
165 mutex_unlock(&u->reply_mutex);
276 mutex_lock(&adap->dev_data->reply_mutex);
293 mutex_unlock(&adap->dev_data->reply_mutex);
333 mutex_lock(&u->reply_mutex);
343 mutex_unlock(&u->reply_mutex);
[all...]

Completed in 64 milliseconds