Searched refs:start_wait (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/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()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | session-protect.c | 152 struct iwl_notification_wait start_wait; in iwl_mld_start_session_protection() local 163 iwl_init_notification_wait(&mld->notif_wait, &start_wait, in iwl_mld_start_session_protection() 171 iwl_remove_notification(&mld->notif_wait, &start_wait); in iwl_mld_start_session_protection() 175 ret = iwl_wait_notification(&mld->notif_wait, &start_wait, timeout); in iwl_mld_start_session_protection()
|
| /linux-6.15/drivers/staging/media/tegra-video/ |
| H A D | vi.h | 196 wait_queue_head_t start_wait; member
|
| H A D | tegra20.c | 418 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()
|
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | book3s_hv.c | 4607 ktime_t cur, start_poll, start_wait; in kvmppc_vcore_blocked() local 4650 start_wait = ktime_get(); in kvmppc_vcore_blocked() 4670 ktime_to_ns(cur) - ktime_to_ns(start_wait); in kvmppc_vcore_blocked() 4673 ktime_to_ns(cur) - ktime_to_ns(start_wait)); in kvmppc_vcore_blocked() 4677 ktime_to_ns(start_wait) - in kvmppc_vcore_blocked() 4681 ktime_to_ns(start_wait) - in kvmppc_vcore_blocked()
|
| /linux-6.15/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);
|