Lines Matching full:identifier
2 // SPDX-License-Identifier: Apache-2.0
21 // Base rule provides the complex identifier regular expression
23 identifier last_timeout =~ "(?x)^k_
43 // Identify call sites where an identifier is used for the timeout
47 identifier D;
52 // Select call sites where a constant literal (not identifier) is used
102 // identifier K_MSEC =~ "^K_MSEC$";
104 identifier MSEC_PER_SEC =~ "^MSEC_PER_SEC$";
128 identifier MSEC_PER_SEC =~ "^MSEC_PER_SEC$";
143 identifier MSEC_PER_SEC =~ "^MSEC_PER_SEC$";
179 identifier FN;
180 identifier P;
201 identifier FN;
202 identifier P;
235 identifier K_NO_WAIT =~ "^K_NO_WAIT$";
236 identifier K_FOREVER =~ "^K_FOREVER$";
257 identifier K_NO_WAIT =~ "^K_NO_WAIT$";
258 identifier K_FOREVER =~ "^K_FOREVER$";
284 // Select call sites where an identifier is used for the duration timeout
287 identifier D;
293 // Select call sites where a constant literal (not identifier) is used