Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/i2o/
Dexec-osm.c387 mutex_lock(&c->lct_lock); in i2o_exec_lct_notify()
393 mutex_unlock(&c->lct_lock); in i2o_exec_lct_notify()
399 mutex_unlock(&c->lct_lock); in i2o_exec_lct_notify()
415 mutex_unlock(&c->lct_lock); in i2o_exec_lct_notify()
Ddevice.c367 mutex_lock(&c->lct_lock); in i2o_device_parse_lct()
376 mutex_unlock(&c->lct_lock); in i2o_device_parse_lct()
449 mutex_unlock(&c->lct_lock); in i2o_device_parse_lct()
Di2o.h548 struct mutex lct_lock; /* Lock for LCT updates */ member
Diop.c1069 mutex_init(&c->lct_lock); in i2o_iop_alloc()