Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/
H A Dtyphoon.c378 typhoon_reset(void __iomem *ioaddr, int wait_type) in typhoon_reset() argument
383 if (wait_type == WaitNoSleep) in typhoon_reset()
396 if (wait_type != NoWait) { in typhoon_reset()
402 if (wait_type == WaitSleep) in typhoon_reset()
425 if (wait_type == WaitSleep) in typhoon_reset()
1851 typhoon_wakeup(struct typhoon *tp, int wait_type) in typhoon_wakeup() argument
1862 return typhoon_reset(ioaddr, wait_type); in typhoon_wakeup()
1960 typhoon_stop_runtime(struct typhoon *tp, int wait_type) in typhoon_stop_runtime() argument
2006 if (typhoon_reset(ioaddr, wait_type) < 0) { in typhoon_stop_runtime()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dsocket290 enum wait_type : int
296 static constexpr wait_type wait_read = __wait_read;
297 static constexpr wait_type wait_write = __wait_write;
298 static constexpr wait_type wait_error = __wait_error;
999 wait(wait_type __w)
1003 wait(wait_type __w, error_code& __ec)
1021 async_wait(wait_type __w, _CompletionToken&& __token)
2251 wait(wait_type __w)
2255 wait(wait_type __w, error_code& __ec)
2272 async_wait(wait_type __w, _CompletionToken&& __token)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dsocket290 enum wait_type : int
296 static constexpr wait_type wait_read = __wait_read;
297 static constexpr wait_type wait_write = __wait_write;
298 static constexpr wait_type wait_error = __wait_error;
999 wait(wait_type __w)
1003 wait(wait_type __w, error_code& __ec)
1021 async_wait(wait_type __w, _CompletionToken&& __token)
2251 wait(wait_type __w)
2255 wait(wait_type __w, error_code& __ec)
2272 async_wait(wait_type __w, _CompletionToken&& __token)
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_ctrl.c986 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()
1137 u8 wait_type) in i40iw_sc_query_fpm_values() argument
1167 if (wait_type == I40IW_CQP_WAIT_POLL_REGS) in i40iw_sc_query_fpm_values()
1169 else if (wait_type == I40IW_CQP_WAIT_POLL_CQ) in i40iw_sc_query_fpm_values()
3562 u8 wait_type; in i40iw_sc_init_iw_hmc() local
3610 wait_type = poll_registers ? (u8)I40IW_CQP_WAIT_POLL_REGS : in i40iw_sc_init_iw_hmc()
3619 wait_type); in i40iw_sc_init_iw_hmc()
3666 u8 wait_type; in i40iw_sc_configure_iw_fpm() local
[all …]
/OK3568_Linux_fs/kernel/fs/dlm/
H A Dlock.c5135 int wait_type, stub_unlock_result, stub_cancel_result; in dlm_recover_waiters_pre() local
5174 wait_type = lkb->lkb_wait_type; in dlm_recover_waiters_pre()
5183 if (!wait_type) { in dlm_recover_waiters_pre()
5185 wait_type = DLM_MSG_CANCEL; in dlm_recover_waiters_pre()
5190 wait_type = DLM_MSG_UNLOCK; in dlm_recover_waiters_pre()
5196 lkb->lkb_id, lkb->lkb_flags, wait_type, in dlm_recover_waiters_pre()
5200 switch (wait_type) { in dlm_recover_waiters_pre()
5234 lkb->lkb_wait_type, wait_type); in dlm_recover_waiters_pre()
/OK3568_Linux_fs/kernel/drivers/block/rnbd/
H A Drnbd-clt.c420 enum wait_type { enum
429 int *errno, enum wait_type wait) in send_usr_msg()