Lines Matching refs:code
24 performance-sensitive fast-path kernel code, via a GCC feature and a code
32 do unlikely code
34 do likely code
42 The static_branch_unlikely() branch will be generated into the code with as little
43 impact to the likely code path as possible.
58 kernel code paths should be able to make use of the static keys facility.
77 Thus, by default the 'printk' will not be emitted. And the code generated will
79 straight-line code path. When the branch is 'flipped', we will patch the
103 The key is then used in code as:
106 do unlikely code
108 do likely code
113 do likely code
115 do unlikely code
144 4) Architecture level code patching interface, 'jump labels'
242 If we then include the padding bytes, the jump label code saves, 16 total bytes