| /OK3568_Linux_fs/kernel/tools/testing/selftests/futex/include/ |
| H A D | futextest.h | 70 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument 78 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() 98 futex_wait_bitset(futex_t *uaddr, futex_t val, struct timespec *timeout, in futex_wait_bitset() 121 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi() 186 struct timespec *timeout, int opflags) in futex_wait_requeue_pi()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/ |
| H A D | ssh.py | 17 def __init__(self, logger, ip, server_ip, timeout=300, user='root', argument 66 def _run(self, command, timeout=None, ignore_status=True): argument 83 def run(self, command, timeout=None): argument 224 def SSHCall(command, logger, timeout=None, **opts): argument
|
| /OK3568_Linux_fs/kernel/sound/soc/tegra/ |
| H A D | tegra20_ac97.c | 40 unsigned long timeout; in tegra20_ac97_codec_reset() local 62 unsigned long timeout; in tegra20_ac97_codec_warm_reset() local 92 unsigned long timeout; in tegra20_ac97_codec_read() local 116 unsigned long timeout; in tegra20_ac97_codec_write() local
|
| /OK3568_Linux_fs/kernel/drivers/net/mdio/ |
| H A D | mdio-cavium.c | 33 int timeout = 1000; in cavium_mdiobus_c45_addr() local 68 int timeout = 1000; in cavium_mdiobus_read() local 109 int timeout = 1000; in cavium_mdiobus_write() local
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | futex.h | 36 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument 44 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() 63 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nfnetlink_cttimeout.c | 46 ctnl_timeout_parse_policy(void *timeout, in ctnl_timeout_parse_policy() 83 struct ctnl_timeout *timeout, *matching = NULL; in cttimeout_new_timeout() local 160 int event, struct ctnl_timeout *timeout) in ctnl_timeout_fill_info() 289 static int ctnl_timeout_try_del(struct net *net, struct ctnl_timeout *timeout) in ctnl_timeout_try_del() 506 struct ctnl_timeout *timeout, *matching = NULL; in ctnl_timeout_find_get() local 528 struct ctnl_timeout *timeout = in ctnl_timeout_put() local
|
| H A D | nft_dynset.c | 22 u64 timeout; member 32 u64 timeout; in nft_dynset_new() local 67 u64 timeout; in nft_dynset_eval() local 112 u64 timeout; in nft_dynset_init() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfosource/ |
| H A D | testqgeosatelliteinfosource.cpp | 249 QSignalSpy timeout(m_source, SIGNAL(requestTimeout())); in startUpdates_testIntervals() local 284 QSignalSpy timeout(m_source, SIGNAL(requestTimeout())); in startUpdates_testIntervalChangesWhileRunning() local 344 QSignalSpy timeout(m_source, SIGNAL(requestTimeout())); in startUpdates_testDefaultInterval() local 367 QSignalSpy timeout(m_source, SIGNAL(requestTimeout())); in startUpdates_testZeroInterval() local 663 QSignalSpy timeout(m_source, SIGNAL(requestTimeout())); in requestUpdateBeforeStartUpdates_ZeroInterval() local 692 QSignalSpy timeout(m_source, SIGNAL(requestTimeout())); in requestUpdateBeforeStartUpdates_SmallInterval() local
|
| /OK3568_Linux_fs/kernel/drivers/fpga/ |
| H A D | altera-freeze-bridge.c | 41 u32 timeout, u32 req_ack) in altera_freeze_br_req_ack() 87 u32 timeout) in altera_freeze_br_do_freeze() 122 u32 timeout) in altera_freeze_br_do_unfreeze() 168 u32 timeout = 0; in altera_freeze_br_enable_set() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_de.h | 53 u32 mask, u32 value, unsigned int timeout) in intel_de_wait_for_register() 60 u32 mask, unsigned int timeout) in intel_de_wait_for_set() 67 u32 mask, unsigned int timeout) in intel_de_wait_for_clear()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | vp.c | 42 u32 val, sys_clk_rate, timeout, waittime; in omap_vp_init() local 127 int ret, timeout = 0; in omap_vp_forceupdate_scale() local 245 int timeout; in omap_vp_disable() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/rts5208/ |
| H A D | rtsx_transport.c | 225 int rtsx_send_cmd(struct rtsx_chip *chip, u8 card, int timeout) in rtsx_send_cmd() 318 int timeout) in rtsx_transfer_sglist_adma_partial() 482 int timeout) in rtsx_transfer_sglist_adma() 628 int timeout) in rtsx_transfer_buf() 713 enum dma_data_direction dma_dir, int timeout) in rtsx_transfer_data_partial() 743 int use_sg, enum dma_data_direction dma_dir, int timeout) in rtsx_transfer_data()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/ |
| H A D | xmlrpcclient.py | 18 def __init__(self, timeout): argument 44 def _create_server(host, port, timeout = 60): argument 49 def check_connection(remote, timeout): argument
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/ |
| H A D | test_python_incremental.py | 12 timeout = 30 variable in TestPythonPy2Incremental 23 timeout = 30 variable in TestPythonPy3Incremental
|
| H A D | test_python_can.py | 12 timeout = 40 variable in TestPythonPy2Can 23 timeout = 40 variable in TestPythonPy3Can
|
| H A D | test_python_passlib.py | 12 timeout = 30 variable in TestPythonPy2Passlib 23 timeout = 30 variable in TestPythonPy3Passlib
|
| H A D | test_python_pynacl.py | 12 timeout = 10 variable in TestPythonPy2Pynacl 23 timeout = 10 variable in TestPythonPy3Pynacl
|
| H A D | test_libftdi1.py | 13 timeout = 40 variable in TestPythonPy2Libftdi1 25 timeout = 40 variable in TestPythonPy3Libftdi1
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | stmp_device.c | 28 int timeout = 0x400; in stmp_clear_poll_bit() local 41 int timeout = 0x400; in stmp_reset_block() local
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | ubd_user.c | 68 int ubd_read_poll(int timeout) in ubd_read_poll() 73 int ubd_write_poll(int timeout) in ubd_write_poll()
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | dw_mmc.c | 89 unsigned long timeout = 1000; in dwmci_wait_reset() local 189 unsigned int timeout; in dwmci_get_drto() local 226 u32 timeout, status, ctrl, mask, size, i, len = 0; in dwmci_data_transfer() local 381 unsigned int timeout = 500; local 523 unsigned int timeout = 500; local 642 int timeout = 10000; local
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | agg-rx.c | 157 unsigned long timeout; in sta_rx_agg_session_timer_expired() local 217 u16 buf_size, u16 timeout, in ieee80211_send_addba_resp() 270 u8 dialog_token, u16 timeout, in ___ieee80211_start_rx_ba_session() 462 u8 dialog_token, u16 timeout, in __ieee80211_start_rx_ba_session() 480 u16 capab, tid, timeout, ba_policy, buf_size, start_seq_num; in ieee80211_process_addba_request() local
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | semaphore.c | 155 int down_timeout(struct semaphore *sem, long timeout) in down_timeout() 205 long timeout) in __down_common() 250 static noinline int __sched __down_timeout(struct semaphore *sem, long timeout) in __down_timeout()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/algos/ |
| H A D | i2c-algo-pcf.c | 98 int timeout = DEF_TIMEOUT; in wait_for_bb() local 119 int timeout = DEF_TIMEOUT; in wait_for_pin() local 209 int wrcount, status, timeout; in pcf_sendbytes() local 301 int ret=0, timeout, status; in pcf_xfer() local
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/ |
| H A D | misc.c | 20 int timeout) in mxs_wait_mask_set() 32 int timeout) in mxs_wait_mask_clr()
|