Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c147 if (the_lnet.ln_res_lock != NULL) { in lnet_destroy_locks()
148 cfs_percpt_lock_free(the_lnet.ln_res_lock); in lnet_destroy_locks()
149 the_lnet.ln_res_lock = NULL; in lnet_destroy_locks()
165 the_lnet.ln_res_lock = cfs_percpt_lock_alloc(lnet_cpt_table()); in lnet_create_locks()
166 if (the_lnet.ln_res_lock == NULL) in lnet_create_locks()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h127 cfs_percpt_lock(the_lnet.ln_res_lock, cpt); in lnet_res_lock()
133 cfs_percpt_unlock(the_lnet.ln_res_lock, cpt); in lnet_res_unlock()
Dlib-types.h675 struct cfs_percpt_lock *ln_res_lock; member