Searched refs:down_read_nested (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/kernel/locking/ |
D | rwsem.c | 116 void down_read_nested(struct rw_semaphore *sem, int subclass) in down_read_nested() function 124 EXPORT_SYMBOL(down_read_nested);
|
/linux-4.4.14/include/linux/ |
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.4.14/fs/xfs/ |
D | mrlock.h | 43 down_read_nested(&mrp->mr_lock, subclass); in mraccess_nested()
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb.h | 197 down_read_nested(&rg->lock, rg->id); in omapfb_get_mem_region()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_incore.h | 111 down_read_nested(&JFS_IP(ip)->rdwrlock, subclass)
|
/linux-4.4.14/drivers/md/bcache/ |
D | btree.h | 228 : down_read_nested(&b->lock, level + 1); in rw_lock()
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 981 down_read_nested(&priv->vlan_rwsem, nesting); in __ipoib_ib_dev_flush()
|
D | ipoib_main.c | 361 down_read_nested(&priv->vlan_rwsem, nesting); in ipoib_match_gid_pkey_addr()
|
/linux-4.4.14/sound/core/ |
D | pcm_native.c | 100 down_read_nested(&snd_pcm_link_rwsem, SINGLE_DEPTH_NESTING); in snd_pcm_stream_lock()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | uverbs_cmd.c | 173 down_read_nested(&uobj->mutex, SINGLE_DEPTH_NESTING); in idr_read_uobj()
|