Home
last modified time | relevance | path

Searched refs:down_read_nested (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/kernel/locking/
Drwsem.c116 void down_read_nested(struct rw_semaphore *sem, int subclass) in down_read_nested() function
124 EXPORT_SYMBOL(down_read_nested);
/linux-4.1.27/include/linux/
Drwsem.h154 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/
Dmrlock.h43 down_read_nested(&mrp->mr_lock, subclass); in mraccess_nested()
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
Domapfb.h197 down_read_nested(&rg->lock, rg->id); in omapfb_get_mem_region()
/linux-4.1.27/fs/jfs/
Djfs_incore.h111 down_read_nested(&JFS_IP(ip)->rdwrlock, subclass)
/linux-4.1.27/drivers/md/bcache/
Dbtree.h228 : down_read_nested(&b->lock, level + 1); in rw_lock()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c271 down_read_nested(&cathandle->lgh_lock, LLOGH_CAT); in llog_cat_current_log()
/linux-4.1.27/drivers/infiniband/core/
Duverbs_cmd.c171 down_read_nested(&uobj->mutex, SINGLE_DEPTH_NESTING); in idr_read_uobj()
/linux-4.1.27/sound/core/
Dpcm_native.c100 down_read_nested(&snd_pcm_link_rwsem, SINGLE_DEPTH_NESTING); in snd_pcm_stream_lock()