Searched refs:down_read_nested (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/kernel/locking/ |
H A D | rwsem.c | 116 void down_read_nested(struct rw_semaphore *sem, int subclass) down_read_nested() function 124 EXPORT_SYMBOL(down_read_nested); variable
|
/linux-4.1.27/include/linux/ |
H A D | rwsem.h | 154 extern void down_read_nested(struct rw_semaphore *sem, int subclass); 173 # define down_read_nested(sem, subclass) down_read(sem) macro
|
/linux-4.1.27/fs/xfs/ |
H A D | mrlock.h | 43 down_read_nested(&mrp->mr_lock, subclass); mraccess_nested()
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb.h | 197 down_read_nested(&rg->lock, rg->id); omapfb_get_mem_region()
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_incore.h | 111 down_read_nested(&JFS_IP(ip)->rdwrlock, subclass)
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | btree.h | 228 : down_read_nested(&b->lock, level + 1); rw_lock()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | llog_cat.c | 271 down_read_nested(&cathandle->lgh_lock, LLOGH_CAT); llog_cat_current_log()
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | uverbs_cmd.c | 171 down_read_nested(&uobj->mutex, SINGLE_DEPTH_NESTING); idr_read_uobj()
|
/linux-4.1.27/sound/core/ |
H A D | pcm_native.c | 100 down_read_nested(&snd_pcm_link_rwsem, SINGLE_DEPTH_NESTING); snd_pcm_stream_lock()
|
Completed in 243 milliseconds