| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_legacy.c | 174 static void panic_nand_wait_ready(struct nand_chip *chip, unsigned long timeo) in panic_nand_wait_ready() 195 unsigned long timeo = 400; in nand_wait_ready() local 220 static void nand_wait_status_ready(struct nand_chip *chip, unsigned long timeo) in nand_wait_status_ready() 535 unsigned long timeo = 400; in nand_wait() local
|
| /OK3568_Linux_fs/kernel/net/caif/ |
| H A D | caif_socket.c | 309 static long caif_stream_data_wait(struct sock *sk, long timeo) in caif_stream_data_wait() 354 long timeo; in caif_stream_recvmsg() local 465 int wait_writeable, long timeo, int *err) in caif_wait_for_flow_on() 501 int noblock, long timeo) in transmit_skb() 527 long timeo; in caif_seqpkt_sendmsg() local 602 long timeo; in caif_stream_sendmsg() local 750 long timeo; in caif_connect() local
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | sendmsg.c | 40 long *timeo) in rxrpc_wait_for_tx_window_intr() 105 long *timeo) in rxrpc_wait_for_tx_window_nonintr() 126 long *timeo, in rxrpc_wait_for_tx_window() 297 long timeo; in rxrpc_send_data() local
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | af_decnet.c | 816 static int dn_confirm_accept(struct sock *sk, long *timeo, gfp_t allocation) in dn_confirm_accept() 857 static int dn_wait_run(struct sock *sk, long *timeo) in dn_wait_run() 898 static int __dn_connect(struct sock *sk, struct sockaddr_dn *addr, int addrlen, long *timeo, int fl… in __dn_connect() 971 long timeo = sock_sndtimeo(sk, flags & O_NONBLOCK); in dn_connect() local 980 … int dn_check_state(struct sock *sk, struct sockaddr_dn *addr, int addrlen, long *timeo, int flags) in dn_check_state() 1031 static struct sk_buff *dn_wait_for_connect(struct sock *sk, long *timeo) in dn_wait_for_connect() 1072 long timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK); in dn_accept() local 1345 long timeo; in __dn_setsockopt() local 1682 long timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); in dn_recvmsg() local 1921 long timeo; in dn_sendmsg() local
|
| /OK3568_Linux_fs/kernel/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0020.c | 251 unsigned long timeo; in do_read_onechip() local 425 unsigned long cmd_adr, timeo; in do_write_buffer() local 736 unsigned long timeo; in do_erase_oneblock() local 1035 unsigned long timeo = jiffies + HZ; in do_lock_oneblock() local 1181 unsigned long timeo = jiffies + HZ; in do_unlock_oneblock() local
|
| H A D | cfi_cmdset_0002.c | 875 unsigned long timeo; in get_chip() local 1417 unsigned long timeo; in do_otp_lock() local 1645 unsigned long timeo = jiffies + HZ; in do_write_oneword_once() local 1939 unsigned long timeo; in do_write_buffer_wait() local 2196 const unsigned long timeo = (HZ / 1000) + 1; in cfi_amdstd_panic_wait() local 2410 unsigned long timeo = jiffies + HZ; in do_erase_chip() local 2511 unsigned long timeo = jiffies + HZ; in do_erase_oneblock() local 2719 unsigned long timeo; in do_ppb_xxlock() local
|
| /OK3568_Linux_fs/kernel/net/strparser/ |
| H A D | strparser.c | 57 static void strp_start_timer(struct strparser *strp, long timeo) in strp_start_timer() 91 size_t max_msg_size, long timeo) in __strp_recv() 319 size_t max_msg_size, long timeo) in strp_process()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | af_bluetooth.c | 303 static long bt_sock_data_wait(struct sock *sk, long timeo) in bt_sock_data_wait() 338 long timeo; in bt_sock_stream_recvmsg() local 535 int bt_sock_wait_state(struct sock *sk, int state, unsigned long timeo) in bt_sock_wait_state() 574 unsigned long timeo; in bt_sock_wait_ready() local
|
| /OK3568_Linux_fs/kernel/arch/x86/platform/olpc/ |
| H A D | olpc.c | 65 unsigned int timeo; in __wait_on_ibf() local 85 unsigned int timeo; in __wait_on_obf() local
|
| /OK3568_Linux_fs/u-boot/drivers/net/ldpaa_eth/ |
| H A D | ldpaa_eth.c | 207 u32 timeo = (CONFIG_SYS_HZ * 2) / 1000; in ldpaa_eth_rx() local 261 u32 timeo = (CONFIG_SYS_HZ * 2) / 1000; in ldpaa_eth_pull_dequeue_rx() local 320 u32 timeo = (CONFIG_SYS_HZ * 10) / 1000; in ldpaa_eth_tx() local
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | inet_timewait_sock.h | 101 static inline void inet_twsk_schedule(struct inet_timewait_sock *tw, int timeo) in inet_twsk_schedule() 106 static inline void inet_twsk_reschedule(struct inet_timewait_sock *tw, int timeo) in inet_twsk_reschedule()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_bpf.c | 246 int flags, long timeo, int *err) in tcp_bpf_wait_data() 289 long timeo; in tcp_bpf_recvmsg() local 429 long timeo; in tcp_bpf_sendmsg() local
|
| H A D | inet_connection_sock.c | 415 static int inet_csk_wait_for_connect(struct sock *sk, long timeo) in inet_csk_wait_for_connect() 482 long timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK); in inet_csk_accept() local 775 unsigned long timeo; in reqsk_timer_handler() local
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | signal_pending.c | 13 struct itimerval timeo = { in test_signal_pending_by_type() local
|
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | tls_main.c | 78 int wait_on_pending_writer(struct sock *sk, long *timeo) in wait_on_pending_writer() 273 struct tls_context *ctx, long timeo) in tls_sk_proto_cleanup() 303 long timeo = sock_sndtimeo(sk, 0); in tls_sk_proto_close() local
|
| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | smc_rx.c | 191 int smc_rx_wait(struct smc_sock *smc, long *timeo, in smc_rx_wait() 291 long timeo; in smc_rx_recvmsg() local
|
| /OK3568_Linux_fs/kernel/include/linux/sunrpc/ |
| H A D | timer.h | 16 unsigned long timeo; /* default timeout value */ member
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | timer.c | 35 void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo) in rpc_init_rtt()
|
| /OK3568_Linux_fs/kernel/net/llc/ |
| H A D | af_llc.c | 518 const long timeo = sock_sndtimeo(sk, flags & O_NONBLOCK); in llc_ui_connect() local 640 static int llc_wait_data(struct sock *sk, long timeo) in llc_wait_data() 768 long timeo; in llc_ui_recvmsg() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_io.c | 1016 long timeo; in chtls_sendmsg() local 1237 long timeo; in chtls_sendpage() local 1440 long timeo; in chtls_pt_recvmsg() local 1626 long timeo; in peekmsg() local 1747 long timeo; in chtls_recvmsg() local
|
| /OK3568_Linux_fs/kernel/net/iucv/ |
| H A D | af_iucv.c | 54 #define __iucv_sock_wait(sk, condition, timeo, ret) \ argument 79 #define iucv_sock_wait(sk, condition, timeo) \ argument 405 unsigned long timeo; in iucv_sock_close() local 825 long timeo; in iucv_sock_accept() local 932 long timeo; in iucv_sock_sendmsg() local
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | fixup-cobalt.c | 112 signed int timeo; in qube_raq_galileo_fixup() local
|
| /OK3568_Linux_fs/kernel/net/dccp/ |
| H A D | minisocks.c | 31 void dccp_time_wait(struct sock *sk, int state, int timeo) in dccp_time_wait()
|
| /OK3568_Linux_fs/kernel/net/unix/ |
| H A D | af_unix.c | 1228 static long unix_wait_for_peer(struct sock *other, long timeo) in unix_wait_for_peer() 1263 long timeo; in unix_stream_connect() local 1696 long timeo; in unix_dgram_sendmsg() local 2155 long timeo; in unix_dgram_recvmsg() local 2258 static long unix_stream_data_wait(struct sock *sk, long timeo, in unix_stream_data_wait() 2327 long timeo; in unix_stream_read_generic() local
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | pnfs_nfs.c | 836 unsigned int timeo, in _nfs4_pnfs_v3_ds_connect() 889 unsigned int timeo, in _nfs4_pnfs_v4_ds_connect() 966 struct nfs4_deviceid_node *devid, unsigned int timeo, in nfs4_pnfs_ds_connect()
|