/kernel/kcsan/ |
D | selftest.c | 64 goto fail; in test_encode_decode() 66 goto fail; in test_encode_decode() 68 goto fail; in test_encode_decode() 71 fail: in test_encode_decode()
|
/kernel/printk/ |
D | printk_ringbuffer.c | 1386 goto fail; in prb_reserve_in_last() 1396 goto fail; in prb_reserve_in_last() 1399 goto fail; in prb_reserve_in_last() 1405 goto fail; in prb_reserve_in_last() 1420 goto fail; in prb_reserve_in_last() 1423 goto fail; in prb_reserve_in_last() 1429 goto fail; in prb_reserve_in_last() 1436 fail: in prb_reserve_in_last() 1496 goto fail; in prb_reserve() 1508 atomic_long_inc(&rb->fail); in prb_reserve() [all …]
|
D | printk_ringbuffer.h | 90 atomic_long_t fail; member 270 .fail = ATOMIC_LONG_INIT(0), \
|
/kernel/trace/ |
D | trace_probe.c | 114 goto fail; in find_fetch_type() 118 goto fail; in find_fetch_type() 130 goto fail; in find_fetch_type() 139 fail: in find_fetch_type() 630 goto fail; in traceprobe_parse_probe_arg_body() 641 goto fail; in traceprobe_parse_probe_arg_body() 655 goto fail; in traceprobe_parse_probe_arg_body() 677 goto fail; in traceprobe_parse_probe_arg_body() 688 goto fail; in traceprobe_parse_probe_arg_body() 699 goto fail; in traceprobe_parse_probe_arg_body() [all …]
|
D | trace_event_perf.c | 109 goto fail; in perf_trace_event_reg() 123 goto fail; in perf_trace_event_reg() 131 goto fail; in perf_trace_event_reg() 136 fail: in perf_trace_event_reg()
|
D | trace_events_filter.c | 1693 bool fail = true; in process_system_preds() local 1731 fail = false; in process_system_preds() 1734 if (fail) in process_system_preds() 1735 goto fail; in process_system_preds() 1749 fail: in process_system_preds() 1760 if (!fail) in process_system_preds()
|
/kernel/events/ |
D | ring_buffer.c | 199 goto fail; in __perf_output_begin() 255 fail: in __perf_output_begin() 819 goto fail; in rb_alloc() 823 goto fail; in rb_alloc() 850 fail: in rb_alloc() 916 goto fail; in rb_alloc() 938 fail: in rb_alloc()
|
D | callchain.c | 93 goto fail; in alloc_callchain_buffers() 100 fail: in alloc_callchain_buffers()
|
D | uprobes.c | 1452 goto fail; in xol_add_vma() 1461 goto fail; in xol_add_vma() 1470 goto fail; in xol_add_vma() 1476 fail: in xol_add_vma() 1889 goto fail; in prepare_uretprobe() 1907 goto fail; in prepare_uretprobe() 1923 fail: in prepare_uretprobe()
|
D | core.c | 9248 goto fail; in __perf_sw_event() 9253 fail: in __perf_sw_event() 9371 goto fail; in swevent_hlist_get() 9376 fail: in swevent_hlist_get() 10164 goto fail; in perf_event_parse_addr_filter() 10173 goto fail; in perf_event_parse_addr_filter() 10187 goto fail; in perf_event_parse_addr_filter() 10192 goto fail; in perf_event_parse_addr_filter() 10198 goto fail; in perf_event_parse_addr_filter() 10208 goto fail; in perf_event_parse_addr_filter() [all …]
|
/kernel/ |
D | cpu.c | 68 enum cpuhp_state fail; member 85 .fail = CPUHP_INVALID, 167 if (st->fail == state) { in cpuhp_invoke_callback() 168 st->fail = CPUHP_INVALID; in cpuhp_invoke_callback() 2565 int fail, ret; in write_cpuhp_fail() local 2567 ret = kstrtoint(buf, 10, &fail); in write_cpuhp_fail() 2571 if (fail < CPUHP_OFFLINE || fail > CPUHP_ONLINE) in write_cpuhp_fail() 2577 if (cpuhp_is_atomic_state(fail)) in write_cpuhp_fail() 2584 sp = cpuhp_get_step(fail); in write_cpuhp_fail() 2591 st->fail = fail; in write_cpuhp_fail() [all …]
|
D | utsname.c | 55 goto fail; in clone_uts_ns() 79 fail: in clone_uts_ns()
|
D | ucount.c | 203 goto fail; in inc_ucount() 206 fail: in inc_ucount()
|
D | workqueue.c | 1287 goto fail; in try_to_grab_pending() 1323 fail: in try_to_grab_pending() 1945 goto fail; in create_worker() 1949 goto fail; in create_worker() 1962 goto fail; in create_worker() 1979 fail: in create_worker() 3397 goto fail; in alloc_workqueue_attrs() 3399 goto fail; in alloc_workqueue_attrs() 3403 fail: in alloc_workqueue_attrs() 3664 goto fail; in get_unbound_pool() [all …]
|
D | user_namespace.c | 79 goto fail; in create_user_ns() 83 goto fail; in create_user_ns() 151 fail: in create_user_ns()
|
D | module.c | 2294 goto fail; in __symbol_get() 2298 goto fail; in __symbol_get() 2305 fail: in __symbol_get() 3754 goto fail; in do_init_module() 3838 fail: in do_init_module()
|
/kernel/locking/ |
D | locktorture.c | 683 bool fail = false; in __torture_print_stats() local 691 fail = true; in __torture_print_stats() 703 fail, fail ? "!!!" : ""); in __torture_print_stats() 704 if (fail) in __torture_print_stats()
|
D | mutex.c | 675 goto fail; in mutex_optimistic_spin() 683 goto fail; in mutex_optimistic_spin() 721 fail: in mutex_optimistic_spin()
|
/kernel/power/ |
D | wakeup_reason.c | 406 goto fail; in wakeup_reason_init() 434 fail: in wakeup_reason_init()
|
D | main.c | 319 suspend_attr(fail); 375 &fail.attr, 409 "fail", suspend_stats.fail, in suspend_stats_show()
|
D | suspend.c | 626 suspend_stats.fail++; in pm_suspend()
|
/kernel/time/ |
D | namespace.c | 88 goto fail; in clone_time_ns() 118 fail: in clone_time_ns()
|
D | ntp.c | 501 unsigned long target_nsec, bool fail) in sched_sync_hw_clock() argument 507 if (!fail) in sched_sync_hw_clock()
|
/kernel/sched/ |
D | cpufreq_schedutil.c | 788 goto fail; in sugov_init() 794 fail: in sugov_init()
|
D | topology.c | 966 goto fail; in build_overlap_sched_groups() 984 fail: in build_overlap_sched_groups()
|