Lines Matching refs:code
9 performance-sensitive fast-path kernel code, via a GCC feature and a code
17 do unlikely code
19 do likely code
27 The static_key_false() branch will be generated into the code with as little
28 impact to the likely code path as possible.
43 kernel code paths should be able to make use of the static keys facility.
62 Thus, by default the 'printk' will not be emitted. And the code generated will
64 straight-line code path. When the branch is 'flipped', we will patch the
92 The key is then used in code as:
95 do unlikely code
97 do likely code
102 do likely code
104 do unlikely code
142 4) Architecture level code patching interface, 'jump labels'
237 If we then include the padding bytes, the jump label code saves, 16 total bytes