Searched refs:wait_type (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/staging/android/uapi/ |
D | vsoc_shm.h | 281 __u32 wait_type; member
|
/Linux-v5.4/drivers/net/ethernet/3com/ |
D | typhoon.c | 379 typhoon_reset(void __iomem *ioaddr, int wait_type) in typhoon_reset() argument 384 if(wait_type == WaitNoSleep) in typhoon_reset() 397 if(wait_type != NoWait) { in typhoon_reset() 403 if(wait_type == WaitSleep) in typhoon_reset() 426 if(wait_type == WaitSleep) in typhoon_reset() 1842 typhoon_wakeup(struct typhoon *tp, int wait_type) in typhoon_wakeup() argument 1857 return typhoon_reset(ioaddr, wait_type); in typhoon_wakeup() 1955 typhoon_stop_runtime(struct typhoon *tp, int wait_type) in typhoon_stop_runtime() argument 2001 if(typhoon_reset(ioaddr, wait_type) < 0) { in typhoon_stop_runtime()
|
/Linux-v5.4/drivers/infiniband/hw/i40iw/ |
D | i40iw_ctrl.c | 986 u8 wait_type) in i40iw_sc_commit_fpm_values() argument 1015 if (wait_type == I40IW_CQP_WAIT_POLL_REGS) in i40iw_sc_commit_fpm_values() 1017 else if (wait_type == I40IW_CQP_WAIT_POLL_CQ) in i40iw_sc_commit_fpm_values() 1048 u8 wait_type) in i40iw_sc_query_fpm_values() argument 1078 if (wait_type == I40IW_CQP_WAIT_POLL_REGS) in i40iw_sc_query_fpm_values() 1080 else if (wait_type == I40IW_CQP_WAIT_POLL_CQ) in i40iw_sc_query_fpm_values() 3474 u8 wait_type; in i40iw_sc_init_iw_hmc() local 3522 wait_type = poll_registers ? (u8)I40IW_CQP_WAIT_POLL_REGS : in i40iw_sc_init_iw_hmc() 3531 wait_type); in i40iw_sc_init_iw_hmc() 3578 u8 wait_type; in i40iw_sc_configure_iw_fpm() local [all …]
|
/Linux-v5.4/fs/dlm/ |
D | lock.c | 5123 int wait_type, stub_unlock_result, stub_cancel_result; in dlm_recover_waiters_pre() local 5162 wait_type = lkb->lkb_wait_type; in dlm_recover_waiters_pre() 5171 if (!wait_type) { in dlm_recover_waiters_pre() 5173 wait_type = DLM_MSG_CANCEL; in dlm_recover_waiters_pre() 5178 wait_type = DLM_MSG_UNLOCK; in dlm_recover_waiters_pre() 5184 lkb->lkb_id, lkb->lkb_flags, wait_type, in dlm_recover_waiters_pre() 5188 switch (wait_type) { in dlm_recover_waiters_pre() 5222 lkb->lkb_wait_type, wait_type); in dlm_recover_waiters_pre()
|
/Linux-v5.4/drivers/staging/android/ |
D | vsoc.c | 421 switch (arg->wait_type) { in handle_vsoc_cond_wait()
|