Home
last modified time | relevance | path

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

/linux/include/linux/
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)
A Drwlock.h28 do { *(lock) = __RW_LOCK_UNLOCKED(lock); } while (0)
/linux/net/bluetooth/bnep/
A Dsock.c33 .lock = __RW_LOCK_UNLOCKED(bnep_sk_list.lock)
/linux/net/bluetooth/cmtp/
A Dsock.c46 .lock = __RW_LOCK_UNLOCKED(cmtp_sk_list.lock)
/linux/Documentation/locking/
A Dspinlocks.rst67 rwlock_t xxx_lock = __RW_LOCK_UNLOCKED(xxx_lock);
165 __SPIN_LOCK_UNLOCKED() / __RW_LOCK_UNLOCKED() as appropriate.
/linux/net/bluetooth/hidp/
A Dsock.c29 .lock = __RW_LOCK_UNLOCKED(hidp_sk_list.lock)
/linux/drivers/isdn/mISDN/
A Dsocket.c25 .lock = __RW_LOCK_UNLOCKED(data_sockets.lock)
29 .lock = __RW_LOCK_UNLOCKED(base_sockets.lock)
/linux/net/nfc/
A Drawsock.c19 .lock = __RW_LOCK_UNLOCKED(raw_sk_list.lock)
/linux/net/bluetooth/rfcomm/
A Dsock.c40 .lock = __RW_LOCK_UNLOCKED(rfcomm_sk_list.lock)
/linux/net/ipv4/
A Draw.c89 .lock = __RW_LOCK_UNLOCKED(raw_v4_hashinfo.lock),
/linux/net/ipv6/
A Draw.c65 .lock = __RW_LOCK_UNLOCKED(raw_v6_hashinfo.lock),
/linux/net/bluetooth/
A Dsco.c41 .lock = __RW_LOCK_UNLOCKED(sco_sk_list.lock)
A Dl2cap_sock.c41 .lock = __RW_LOCK_UNLOCKED(l2cap_sk_list.lock)
A Dhci_sock.c162 .lock = __RW_LOCK_UNLOCKED(hci_sk_list.lock)
/linux/net/smc/
A Daf_smc.c76 .lock = __RW_LOCK_UNLOCKED(smc_v4_hashinfo.lock),
80 .lock = __RW_LOCK_UNLOCKED(smc_v6_hashinfo.lock),
/linux/net/iucv/
A Daf_iucv.c96 .lock = __RW_LOCK_UNLOCKED(iucv_sk_list.lock),

Completed in 30 milliseconds