Lines Matching refs:code
30 performance-sensitive fast-path kernel code, via a GCC feature and a code
38 do unlikely code
40 do likely code
48 The static_branch_unlikely() branch will be generated into the code with as little
49 impact to the likely code path as possible.
65 kernel code paths should be able to make use of the static keys facility.
85 Thus, by default the 'printk' will not be emitted. And the code generated will
87 straight-line code path. When the branch is 'flipped', we will patch the
112 The key is then used in code as::
115 do unlikely code
117 do likely code
122 do likely code
124 do unlikely code
180 4) Architecture level code patching interface, 'jump labels'
279 If we then include the padding bytes, the jump label code saves, 16 total bytes