Lines Matching +full:non +full:- +full:default
1 // SPDX-License-Identifier: GPL-2.0
12 int out__existing_typed = -1;
13 __u64 out__existing_typeless = -1;
15 __u64 out__non_existent_typeless = -1;
16 __u64 out__non_existent_typed = -1;
27 /* non-existent weak symbols. */
29 /* typeless symbols, default to zero. */
32 /* typed symbols, default to zero. */
44 out__existing_typed = rq->cpu; in pass_handler()
47 /* tests non-existent symbols. */ in pass_handler()
50 /* tests non-existent symbols. */ in pass_handler()