Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c146 if (the_lnet.ln_net_lock != NULL) { in lnet_destroy_locks()
147 cfs_percpt_lock_free(the_lnet.ln_net_lock); in lnet_destroy_locks()
148 the_lnet.ln_net_lock = NULL; in lnet_destroy_locks()
161 the_lnet.ln_net_lock = cfs_percpt_lock_alloc(lnet_cpt_table()); in lnet_create_locks()
162 if (the_lnet.ln_net_lock == NULL) in lnet_create_locks()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h134 cfs_percpt_lock(the_lnet.ln_net_lock, cpt); in lnet_net_lock()
140 cfs_percpt_unlock(the_lnet.ln_net_lock, cpt); in lnet_net_unlock()
Dlib-types.h542 struct cfs_percpt_lock *ln_net_lock; member