| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | proc-v7-bugs.c | 255 static __maybe_unused bool cpu_v7_check_auxcr_set(bool *warned, in cpu_v7_check_auxcr_set() argument 263 if (!*warned) in cpu_v7_check_auxcr_set() 265 *warned = true; in cpu_v7_check_auxcr_set() 273 static bool check_spectre_auxcr(bool *warned, u32 bit) in check_spectre_auxcr() argument 276 cpu_v7_check_auxcr_set(warned, bit, in check_spectre_auxcr()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_acpi.c | 138 static int warned = 0; in lnxACPIOpen() local 150 if (!warned) in lnxACPIOpen() 153 warned = 1; in lnxACPIOpen() 164 warned = 0; in lnxACPIOpen()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/ |
| H A D | generate_clip_ids_impl.hpp | 83 static bool warned = false; in update() local 85 if (!warned && bit_offset > 8) { in update() 87 warned = true; in update()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | offwaketime_user.c | 51 static bool warned; in print_stack() local 70 if ((key->tret == -EEXIST || key->wret == -EEXIST) && !warned) { in print_stack() 72 warned = true; in print_stack()
|
| H A D | trace_event_user.c | 64 static bool warned; in print_stack() local 86 if (key->kernstack == -EEXIST && !warned) { in print_stack() 88 warned = true; in print_stack()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | tsc_sync.c | 29 bool warned; member 74 if (!adj->warned || resume) { in tsc_verify_tsc_adjust() 77 adj->warned = true; in tsc_verify_tsc_adjust() 192 cur->warned = false; in tsc_store_and_check_tsc_adjust()
|
| /OK3568_Linux_fs/kernel/fs/notify/inotify/ |
| H A D | inotify_fsnotify.c | 146 static bool warned = false; in idr_callback() local 148 if (warned) in idr_callback() 151 warned = true; in idr_callback()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/security/ |
| H A D | flush_utils.c | 40 static int warned; in sigill_handler() local 46 if (!warned++) in sigill_handler()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | process.c | 225 static bool warned; in set_fs_fixup() local 228 if (warned) in set_fs_fixup() 232 warned = true; in set_fs_fixup()
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0014-localedef-Use-initializer-for-flexible-array-member-.patch | 58 if (!warned) 62 warned = 1; 77 warned = 0;
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | sparse-vmemmap.c | 54 static bool warned; in vmemmap_alloc_block() local 61 if (!warned) { in vmemmap_alloc_block() 64 warned = true; in vmemmap_alloc_block()
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | tree_stall.h | 756 static atomic_t warned = ATOMIC_INIT(0); in rcu_check_gp_start_stall() local 766 atomic_read(&warned)) in rcu_check_gp_start_stall() 776 atomic_read(&warned)) { in rcu_check_gp_start_stall() 790 atomic_xchg(&warned, 1)) { in rcu_check_gp_start_stall()
|
| /OK3568_Linux_fs/kernel/tools/testing/radix-tree/ |
| H A D | idr-test.c | 182 static bool warned = false; in idr_u32_test1() local 191 if (!warned && id > INT_MAX) in idr_u32_test1() 202 if (!warned && id > INT_MAX) { in idr_u32_test1() 204 warned = true; in idr_u32_test1()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | umem.c | 128 int warned; member 657 else if (card->battery[0].warned || card->battery[1].warned) in set_fault_to_battery_status() 676 card->battery[battery].warned = 0; in check_battery() 683 !card->battery[battery].warned && in check_battery() 688 card->battery[battery].warned = 1; in check_battery()
|
| /OK3568_Linux_fs/u-boot/test/overlay/ |
| H A D | Kconfig | 10 Be warned that it requires an out-of-tree dtc compiler with patches
|
| /OK3568_Linux_fs/kernel/sound/hda/ |
| H A D | hdac_controller.c | 247 bool warned = false; in snd_hdac_bus_get_response() local 275 if (loopcounter > LOOP_COUNT_MAX && !warned) { in snd_hdac_bus_get_response() 279 warned = true; in snd_hdac_bus_get_response()
|
| /OK3568_Linux_fs/kernel/fs/lockd/ |
| H A D | svc.c | 232 static int warned; in make_socks() local 243 warned = 0; in make_socks() 247 if (warned++ == 0) in make_socks()
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | control.py | 304 fail, warned = builder.BuildBoards(commits, board_selected, 308 elif warned:
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | os.cc | 315 static bool warned = false; in FindRegion() local 327 if (!warned) { in FindRegion() 330 warned = true; in FindRegion()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | smp.c | 340 static bool warned; in flush_smp_call_function_queue() local 350 !warned && entry != NULL)) { in flush_smp_call_function_queue() 351 warned = true; in flush_smp_call_function_queue()
|
| /OK3568_Linux_fs/kernel/sound/usb/caiaq/ |
| H A D | device.h | 89 int input_panic, output_panic, warned; member
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0054-HACK-Use-negative-value-for-dynamic-repaint-window.patch | 50 static bool warned;
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0051-HACK-Use-negative-value-for-dynamic-repaint-window.patch | 50 static bool warned;
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0054-HACK-Use-negative-value-for-dynamic-repaint-window.patch | 50 static bool warned;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/ |
| H A D | interrupt.h | 180 unsigned long warned; member
|