Home
last modified time | relevance | path

Searched refs:init_wait (Results 1 – 20 of 20) sorted by relevance

/linux-6.15/drivers/hid/intel-ish-hid/
H A Dishtp-hid-client.c135 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()
508 wait_event_interruptible_timeout(client_data->init_wait, in ishtp_enum_enum_devices()
563 wait_event_interruptible_timeout(client_data->init_wait, in ishtp_get_hid_descriptor()
610 wait_event_interruptible_timeout(client_data->init_wait, in ishtp_get_report_descriptor()
799 init_waitqueue_head(&client_data->init_wait); in hid_ishtp_cl_probe()
H A Dishtp-hid.h132 wait_queue_head_t init_wait; member
/linux-6.15/rust/helpers/
H A Dwait.c7 init_wait(wq_entry); in rust_helper_init_wait()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dfw.c262 struct iwl_notification_wait init_wait; in iwl_mld_run_fw_init_sequence() local
290 &init_wait, in iwl_mld_run_fw_init_sequence()
300 iwl_remove_notification(&mld->notif_wait, &init_wait); in iwl_mld_run_fw_init_sequence()
304 ret = iwl_wait_notification(&mld->notif_wait, &init_wait, in iwl_mld_run_fw_init_sequence()
/linux-6.15/fs/
H A Dfs_pin.c38 init_wait(&wait); in pin_kill()
H A Ddax.c220 init_wait(&ewait.wait); in get_next_unlocked_entry()
253 init_wait(&ewait.wait); in wait_entry_unlocked_exclusive()
284 init_wait(&ewait.wait); in wait_entry_unlocked()
H A Deventpoll.c2090 init_wait(&wait); in ep_poll()
H A Daio.c1344 init_wait(&w.w); in read_events()
/linux-6.15/rust/kernel/sync/
H A Dcondvar.rs123 unsafe { bindings::init_wait(wait.get()) }; in wait_internal()
/linux-6.15/drivers/net/ethernet/brocade/bna/
H A Dbfa_msgq.c44 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,
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dfw.c602 struct iwl_notification_wait init_wait; in iwl_run_unified_mvm_ucode() local
629 &init_wait, in iwl_run_unified_mvm_ucode()
701 ret = iwl_wait_notification(&mvm->notif_wait, &init_wait, in iwl_run_unified_mvm_ucode()
723 iwl_remove_notification(&mvm->notif_wait, &init_wait); in iwl_run_unified_mvm_ucode()
/linux-6.15/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c1308 u32 bw, vid_kbytes, avg_bytes_per_tu, init_wait; in zynqmp_dp_encoder_mode_set_transfer_unit() local
1323 init_wait = 0; in zynqmp_dp_encoder_mode_set_transfer_unit()
1325 init_wait = tu; in zynqmp_dp_encoder_mode_set_transfer_unit()
1327 init_wait = tu - avg_bytes_per_tu / 1000; in zynqmp_dp_encoder_mode_set_transfer_unit()
1329 zynqmp_dp_write(dp, ZYNQMP_DP_INIT_WAIT, init_wait); in zynqmp_dp_encoder_mode_set_transfer_unit()
/linux-6.15/drivers/md/bcache/
H A Dbtree.h244 init_wait(&op->wait); in bch_btree_op_init()
/linux-6.15/mm/
H A Dmempool.c437 init_wait(&wait); in mempool_alloc_noprof()
H A Dfilemap.c1256 init_wait(wait); in folio_wait_bit_common()
1409 init_wait(wait); in migration_entry_wait_on_locked()
/linux-6.15/include/linux/
H A Dwait.h1221 #define init_wait(wait) init_wait_func(wait, autoremove_wake_function) macro
/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c805 init_wait(&event_waiters[i].wait); in alloc_event_waiters()
/linux-6.15/fs/nilfs2/
H A Dsegment.c2252 init_wait(&wait_req.wq); in nilfs_segctor_sync()
/linux-6.15/fs/gfs2/
H A Dglock.c1124 init_wait(&wait.wait); in find_insert_glock()
/linux-6.15/fs/nfs/
H A Dnfs4proc.c7730 init_wait(&waiter.wait); in nfs4_retry_setlk()