+5
−2
Loading
The functions qualify for the pure attribute as they always return the
same value for the same argument (in the given scope). This allows to
optimize the calls and cache the value.
Signed-off-by:
David Sterba <dsterba@suse.com>