Searched refs:__init_rwsem (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| A D | rwsem.h | 114 extern void __init_rwsem(struct rw_semaphore *sem, const char *name, 121 __init_rwsem((sem), #sem, &__key); \ 155 extern void __init_rwsem(struct rw_semaphore *rwsem, const char *name, 162 __init_rwsem((sem), #sem, &__key); \
|
| /linux/kernel/locking/ |
| A D | rwsem.c | 308 void __init_rwsem(struct rw_semaphore *sem, const char *name, in __init_rwsem() function 329 EXPORT_SYMBOL(__init_rwsem); 1439 void __init_rwsem(struct rw_semaphore *sem, const char *name, in __init_rwsem() function 1449 EXPORT_SYMBOL(__init_rwsem);
|
| /linux/block/ |
| A D | blk-crypto-profile.c | 89 __init_rwsem(&profile->lock, "&profile->lock", &profile->lockdep_key); in blk_crypto_profile_init()
|
| /linux/fs/f2fs/ |
| A D | f2fs.h | 2162 __init_rwsem(&sem->internal_rwsem, sem_name, key); in __init_f2fs_rwsem()
|
Completed in 28 milliseconds