/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ |
H A D | ishtp-hid-client.c | 127 wake_up_interruptible(&client_data->init_wait); in process_recv() 152 wake_up_interruptible(&client_data->init_wait); in process_recv() 177 wake_up_interruptible(&client_data->init_wait); in process_recv() 203 wake_up_interruptible(&client_data->init_wait); in process_recv() 501 wait_event_interruptible_timeout(client_data->init_wait, in ishtp_enum_enum_devices() 556 wait_event_interruptible_timeout(client_data->init_wait, in ishtp_get_hid_descriptor() 603 wait_event_interruptible_timeout(client_data->init_wait, in ishtp_get_report_descriptor() 816 init_waitqueue_head(&client_data->init_wait); in hid_ishtp_cl_probe()
|
H A D | ishtp-hid.h | 105 * @init_wait: Wait queue to wait during initialization, where the 134 wait_queue_head_t init_wait; member
|
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ |
H A D | ishtp-hid-client.c | 135 wake_up_interruptible(&client_data->init_wait); in process_recv() 160 wake_up_interruptible(&client_data->init_wait); in process_recv() 185 wake_up_interruptible(&client_data->init_wait); in process_recv() 211 wake_up_interruptible(&client_data->init_wait); in process_recv() 509 wait_event_interruptible_timeout(client_data->init_wait, in ishtp_enum_enum_devices() 564 wait_event_interruptible_timeout(client_data->init_wait, in ishtp_get_hid_descriptor() 611 wait_event_interruptible_timeout(client_data->init_wait, in ishtp_get_report_descriptor() 835 init_waitqueue_head(&client_data->init_wait); in hid_ishtp_cl_probe()
|
H A D | ishtp-hid.h | 100 * @init_wait: Wait queue to wait during initialization, where the 129 wait_queue_head_t init_wait; member
|
/kernel/linux/linux-5.10/fs/ |
H A D | fs_pin.c | 38 init_wait(&wait); in pin_kill()
|
H A D | dax.c | 229 init_wait(&ewait.wait); in get_unlocked_entry() 262 init_wait(&ewait.wait); in wait_entry_unlocked()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_pin.c | 38 init_wait(&wait); in pin_kill()
|
H A D | dax.c | 215 init_wait(&ewait.wait); in get_unlocked_entry() 248 init_wait(&ewait.wait); in wait_entry_unlocked()
|
/kernel/linux/linux-6.6/rust/ |
H A D | helpers.c | 71 init_wait(wq_entry); in rust_helper_init_wait()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/xlnx/ |
H A D | zynqmp_dp.c | 1199 u32 bw, vid_kbytes, avg_bytes_per_tu, init_wait; in zynqmp_dp_encoder_mode_set_transfer_unit() local 1214 init_wait = 0; in zynqmp_dp_encoder_mode_set_transfer_unit() 1216 init_wait = tu; in zynqmp_dp_encoder_mode_set_transfer_unit() 1218 init_wait = tu - avg_bytes_per_tu / 1000; in zynqmp_dp_encoder_mode_set_transfer_unit() 1220 zynqmp_dp_write(dp, ZYNQMP_DP_INIT_WAIT, init_wait); in zynqmp_dp_encoder_mode_set_transfer_unit()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/xlnx/ |
H A D | zynqmp_dp.c | 1193 u32 bw, vid_kbytes, avg_bytes_per_tu, init_wait; in zynqmp_dp_encoder_mode_set_transfer_unit() local 1208 init_wait = 0; in zynqmp_dp_encoder_mode_set_transfer_unit() 1210 init_wait = tu; in zynqmp_dp_encoder_mode_set_transfer_unit() 1212 init_wait = tu - avg_bytes_per_tu / 1000; in zynqmp_dp_encoder_mode_set_transfer_unit() 1214 zynqmp_dp_write(dp, ZYNQMP_DP_INIT_WAIT, init_wait); in zynqmp_dp_encoder_mode_set_transfer_unit()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | fw.c | 465 struct iwl_notification_wait init_wait; in iwl_run_unified_mvm_ucode() local 483 &init_wait, in iwl_run_unified_mvm_ucode() 539 ret = iwl_wait_notification(&mvm->notif_wait, &init_wait, in iwl_run_unified_mvm_ucode() 560 iwl_remove_notification(&mvm->notif_wait, &init_wait); in iwl_run_unified_mvm_ucode()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_msgq.c | 44 bfa_fsm_state_decl(cmdq, init_wait, struct bfa_msgq_cmdq, enum cmdq_event); 323 bfa_fsm_state_decl(rspq, init_wait, struct bfa_msgq_rspq,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_msgq.c | 44 bfa_fsm_state_decl(cmdq, init_wait, struct bfa_msgq_cmdq, enum cmdq_event); 321 bfa_fsm_state_decl(rspq, init_wait, struct bfa_msgq_rspq,
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.h | 244 init_wait(&op->wait); in bch_btree_op_init()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | btree.h | 244 init_wait(&op->wait); in bch_btree_op_init()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | fw.c | 578 struct iwl_notification_wait init_wait; in iwl_run_unified_mvm_ucode() local 596 &init_wait, in iwl_run_unified_mvm_ucode() 663 ret = iwl_wait_notification(&mvm->notif_wait, &init_wait, in iwl_run_unified_mvm_ucode() 684 iwl_remove_notification(&mvm->notif_wait, &init_wait); in iwl_run_unified_mvm_ucode()
|
/kernel/linux/linux-5.10/mm/ |
H A D | mempool.c | 426 init_wait(&wait); in mempool_alloc()
|
/kernel/linux/linux-6.6/mm/ |
H A D | mempool.c | 433 init_wait(&wait); in mempool_alloc()
|
H A D | filemap.c | 1240 init_wait(wait); in folio_wait_bit_common() 1393 init_wait(wait); in __releases()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | wait.h | 1172 #define init_wait(wait) \ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | wait.h | 1213 #define init_wait(wait) \ macro
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | namei.c | 213 init_wait(&wait); in cachefiles_mark_object_active()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_events.c | 537 init_wait(&event_waiters[i].wait); in alloc_event_waiters()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_events.c | 793 init_wait(&event_waiters[i].wait); in alloc_event_waiters()
|