Home
last modified time | relevance | path

Searched refs:rcudata (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dkey.h206 void __rcu *rcudata; member
339 (rcu_dereference_protected((KEY)->payload.rcudata, \
344 rcu_assign_pointer((KEY)->payload.rcudata, (PAYLOAD)); \
/linux-4.1.27/Documentation/RCU/
Dtrace.txt42 rcudata:
57 The output of "cat rcu/rcu_preempt/rcudata" looks as follows:
189 /debug/rcu/rcu_preempt/rcudata:
284 It is comparable to the "c" field from rcu/rcudata in that a
289 similarly comparable to the "g" field from rcu/rcudata in that
540 top-level directory RCU, namely rcu/rcudata, which displays fields in
543 The output of "cat rcu/rcudata" is as follows:
/linux-4.1.27/fs/nfs/
Dnfs4idmap.c319 payload = rcu_dereference(rkey->payload.rcudata); in nfs_idmap_get_key()