Searched refs:start_wait (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | spinlock_test.c | 44 atomic_t start_wait; member 72 atomic_dec(&s->start_wait); in multi_other() 74 while (atomic_read(&s->start_wait)) in multi_other() 100 atomic_set(&ms.start_wait, 2); in multi_get()
|
/openbmc/linux/drivers/staging/media/tegra-video/ |
H A D | vi.h | 196 wait_queue_head_t start_wait; member
|
H A D | tegra20.c | 422 wait_event_interruptible(chan->start_wait, in tegra20_chan_capture_kthread_start()
|
H A D | vi.c | 160 wake_up_interruptible(&chan->start_wait); in tegra_channel_buffer_queue() 1116 init_waitqueue_head(&chan->start_wait); in tegra_channel_init()
|
H A D | tegra210.c | 551 wait_event_interruptible(chan->start_wait, in chan_capture_kthread_start()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv.c | 4342 ktime_t cur, start_poll, start_wait; in kvmppc_vcore_blocked() local 4385 start_wait = ktime_get(); in kvmppc_vcore_blocked() 4405 ktime_to_ns(cur) - ktime_to_ns(start_wait); in kvmppc_vcore_blocked() 4408 ktime_to_ns(cur) - ktime_to_ns(start_wait)); in kvmppc_vcore_blocked() 4412 ktime_to_ns(start_wait) - in kvmppc_vcore_blocked() 4416 ktime_to_ns(start_wait) - in kvmppc_vcore_blocked()
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bna_tx_rx.c | 1307 bfa_fsm_state_decl(bna_rx, start_wait, 2786 bfa_fsm_state_decl(bna_tx, start_wait, struct bna_tx, enum bna_tx_event);
|