Searched refs:busy (Results 1 – 6 of 6) sorted by relevance
/kernel/bpf/ |
D | ringbuf.c | 56 atomic_t busy ____cacheline_aligned_in_smp; 172 atomic_set(&rb->busy, 0); in bpf_ringbuf_alloc() 719 int busy = 0; in BPF_CALL_4() local 727 if (!atomic_try_cmpxchg(&rb->busy, &busy, 1)) in BPF_CALL_4() 760 atomic_set(&rb->busy, 0); in BPF_CALL_4()
|
/kernel/trace/ |
D | trace_events_user.c | 1790 int i, active = 0, busy = 0, flags; in user_seq_show() local 1814 busy++; in user_seq_show() 1825 seq_printf(m, "Busy: %d\n", busy); in user_seq_show()
|
D | trace_events.c | 2901 goto busy; in probe_remove_event_call() 2917 busy: in probe_remove_event_call()
|
D | Kconfig | 1056 configurable delay. The module busy waits for the duration of the
|
/kernel/ |
D | workqueue.c | 5289 bool busy = false; in freeze_workqueues_busy() local 5308 busy = true; in freeze_workqueues_busy() 5317 return busy; in freeze_workqueues_busy()
|
/kernel/sched/ |
D | fair.c | 11083 int busy = idle != CPU_IDLE && !sched_idle_cpu(cpu); in rebalance_domains() local 11116 interval = get_sd_balance_interval(sd, busy); in rebalance_domains() 11132 busy = idle != CPU_IDLE && !sched_idle_cpu(cpu); in rebalance_domains() 11135 interval = get_sd_balance_interval(sd, busy); in rebalance_domains()
|