Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c269 read_lock(&obd->obd_pool_lock); in ldlm_cli_pool_pop_slv()
272 read_unlock(&obd->obd_pool_lock); in ldlm_cli_pool_pop_slv()
Dldlm_lib.c648 read_lock(&obd->obd_pool_lock); in target_pack_pool_reply()
651 read_unlock(&obd->obd_pool_lock); in target_pack_pool_reply()
Dldlm_request.c993 write_lock(&obd->obd_pool_lock); in ldlm_cli_update_pool()
996 write_unlock(&obd->obd_pool_lock); in ldlm_cli_update_pool()
/drivers/staging/lustre/lustre/include/
Dobd.h795 rwlock_t obd_pool_lock; member
/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c221 rwlock_init(&obd->obd_pool_lock); in class_attach()