Lines Matching refs:expression
39 Use explicit check expression "c" along with
43 Use explicit check expression "c" along with
47 Use explicit check expression "c" along with
51 Use explicit check expression "c" along with
57 Use explicit check expression "c", and omit all barriers
67 The rcu_dereference_check() check expression can be any boolean
68 expression, but would normally include a lockdep expression. However,
69 any boolean expression can be used. For a moderately ornate example,
76 This expression picks up the pointer "fdt->fd[fd]" in an RCU-safe manner,
77 and, if CONFIG_PROVE_RCU is configured, verifies that this expression
105 critical section. However, a lockdep expression can be passed to them
106 as a additional optional argument. With this lockdep expression, these
107 traversal primitives will complain only if the lockdep expression is