Home
last modified time | relevance | path

Searched refs:wait_entry (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dnotif-wait.c71 struct iwl_notification_wait *wait_entry; in iwl_abort_notification_waits() local
75 wait_entry->aborted = true; in iwl_abort_notification_waits()
93 wait_entry->fn = fn; in iwl_init_notification_wait()
94 wait_entry->fn_data = fn_data; in iwl_init_notification_wait()
95 wait_entry->n_cmds = n_cmds; in iwl_init_notification_wait()
97 wait_entry->triggered = false; in iwl_init_notification_wait()
98 wait_entry->aborted = false; in iwl_init_notification_wait()
110 list_del(&wait_entry->list); in iwl_remove_notification()
116 struct iwl_notification_wait *wait_entry, in iwl_wait_notification() argument
122 wait_entry->triggered || wait_entry->aborted, in iwl_wait_notification()
[all …]
H A Dnotif-wait.h79 void __acquires(wait_entry)
81 struct iwl_notification_wait *wait_entry,
87 int __must_check __releases(wait_entry)
89 struct iwl_notification_wait *wait_entry,
92 void __releases(wait_entry)
94 struct iwl_notification_wait *wait_entry);
/openbmc/linux/fs/orangefs/
H A Dwaitqueue.c72 DEFINE_WAIT(wait_entry); in service_operation()
/openbmc/linux/net/smc/
H A Dsmc.h150 wait_queue_entry_t wait_entry; member
H A Daf_smc.c798 container_of(wait, struct smc_mark_woken, wait_entry); in smc_fback_mark_woken()
811 init_waitqueue_func_entry(&mark.wait_entry, in smc_fback_forward_wakeup()
817 add_wait_queue(sk_sleep(clcsk), &mark.wait_entry); in smc_fback_forward_wakeup()
819 remove_wait_queue(sk_sleep(clcsk), &mark.wait_entry); in smc_fback_forward_wakeup()
/openbmc/linux/drivers/md/
H A Ddm-integrity.c294 struct list_head wait_entry; member
1226 list_for_each_entry(range, &ic->wait_list, wait_entry) { in add_new_range()
1257 list_first_entry(&ic->wait_list, struct dm_integrity_range, wait_entry); in remove_range_unlocked()
1261 list_del(&last_range->wait_entry); in remove_range_unlocked()
1264 list_add(&last_range->wait_entry, &ic->wait_list); in remove_range_unlocked()
1284 list_add_tail(&new_range->wait_entry, &ic->wait_list); in wait_and_add_new_range()