Lines Matching refs:code
29 will complain. Worse yet, your code can see random memory-corruption
32 can reload the value, and won't your code have fun with two
89 the following (quite strange) code is buggy::
119 transform this code into the following::
167 - Module-init time for module code.
169 - Prior to kthread creation for kthread code.
177 kernel's wide array of primitives that cause code to
225 precautions. To see this, consider the following code fragment::
352 expect. Consider the following code fragment::
442 to this code, that is the rare case when rcu_dereference_raw()
470 of existence, transforming the code to something like this::
475 This could fatally disappoint your code if q->rcu_protected_pointer
481 of pointers, which also might fatally disappoint your code.
483 These problems could have been avoided simply by making the code instead