Searched refs:__RW_LOCK_UNLOCKED (Results 1 - 16 of 16) sorted by relevance

/linux-master/include/linux/
H A Drwlock_types.h39 #define __RW_LOCK_UNLOCKED(lockname) \ macro
46 #define __RW_LOCK_UNLOCKED(lockname) \ macro
51 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
71 #define __RW_LOCK_UNLOCKED(name) __RWLOCK_RT_INITIALIZER(name) macro
74 rwlock_t name = __RW_LOCK_UNLOCKED(name)
H A Drwlock.h28 do { *(lock) = __RW_LOCK_UNLOCKED(lock); } while (0)
/linux-master/mm/kasan/
H A Dtags.c42 .lock = __RW_LOCK_UNLOCKED(stack_ring.lock)
/linux-master/net/bluetooth/cmtp/
H A Dsock.c46 .lock = __RW_LOCK_UNLOCKED(cmtp_sk_list.lock)
/linux-master/net/bluetooth/hidp/
H A Dsock.c30 .lock = __RW_LOCK_UNLOCKED(hidp_sk_list.lock)
/linux-master/net/bluetooth/bnep/
H A Dsock.c34 .lock = __RW_LOCK_UNLOCKED(bnep_sk_list.lock)
/linux-master/kernel/
H A Duser.c28 .entries_lock = __RW_LOCK_UNLOCKED(init_binfmt_misc.entries_lock),
/linux-master/net/nfc/
H A Drawsock.c20 .lock = __RW_LOCK_UNLOCKED(raw_sk_list.lock)
/linux-master/drivers/isdn/mISDN/
H A Dsocket.c25 .lock = __RW_LOCK_UNLOCKED(data_sockets.lock)
29 .lock = __RW_LOCK_UNLOCKED(base_sockets.lock)
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c40 .lock = __RW_LOCK_UNLOCKED(rfcomm_sk_list.lock)
/linux-master/net/bluetooth/
H A Dsco.c41 .lock = __RW_LOCK_UNLOCKED(sco_sk_list.lock)
H A Dhci_sock.c162 .lock = __RW_LOCK_UNLOCKED(hci_sk_list.lock)
H A Dl2cap_sock.c42 .lock = __RW_LOCK_UNLOCKED(l2cap_sk_list.lock)
H A Diso.c22 .lock = __RW_LOCK_UNLOCKED(iso_sk_list.lock)
/linux-master/net/smc/
H A Daf_smc.c173 .lock = __RW_LOCK_UNLOCKED(smc_v4_hashinfo.lock),
177 .lock = __RW_LOCK_UNLOCKED(smc_v6_hashinfo.lock),
/linux-master/net/iucv/
H A Daf_iucv.c97 .lock = __RW_LOCK_UNLOCKED(iucv_sk_list.lock),

Completed in 208 milliseconds